This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new f2c11e8e Regen
f2c11e8e is described below
commit f2c11e8e36a215c50348156b25bd11966f9dfe72
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 17 06:52:09 2022 +0200
Regen
---
.../META-INF/services/org/apache/camel/other.properties | 7 +++++++
.../src/generated/resources/test-blueprint-junit5.json | 15 +++++++++++++++
2 files changed, 22 insertions(+)
diff --git
a/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
b/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
new file mode 100644
index 00000000..b023adb2
--- /dev/null
+++
b/components/camel-test-blueprint-junit5/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -0,0 +1,7 @@
+# Generated by camel build tools - do NOT edit this file!
+name=test-blueprint-junit5
+groupId=org.apache.camel.karaf
+artifactId=camel-test-blueprint-junit5
+version=3.18.0-SNAPSHOT
+projectName=Camel Karaf :: Test :: Blueprint :: Junit5
+projectDescription=Camel unit testing with OSGi Blueprint and Junit5
diff --git
a/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json
b/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json
new file mode 100644
index 00000000..9dc4df77
--- /dev/null
+++
b/components/camel-test-blueprint-junit5/src/generated/resources/test-blueprint-junit5.json
@@ -0,0 +1,15 @@
+{
+ "other": {
+ "kind": "other",
+ "name": "test-blueprint-junit5",
+ "title": "Test Blueprint Junit5",
+ "description": "Camel unit testing with OSGi Blueprint and Junit5",
+ "deprecated": false,
+ "firstVersion": "3.18.0",
+ "label": "testing,java,osgi",
+ "supportLevel": "Preview",
+ "groupId": "org.apache.camel.karaf",
+ "artifactId": "camel-test-blueprint-junit5",
+ "version": "3.18.0-SNAPSHOT"
+ }
+}