essobedo commented on code in PR #651:
URL: https://github.com/apache/camel-karaf/pull/651#discussion_r2699428063
##########
tests/camel-test-blueprint-junit5/src/test/resources/junit-platform.properties:
##########
Review Comment:
Can be removed
##########
tests/camel-blueprint-main/src/generated/resources/blueprint-main.json:
##########
@@ -0,0 +1,15 @@
+{
+ "other": {
+ "kind": "other",
+ "name": "blueprint-main",
+ "title": "Blueprint Main",
+ "description": "Main support for OSGi Blueprint",
+ "deprecated": false,
+ "firstVersion": "3.2.0",
+ "label": "java,osgi",
+ "supportLevel": "Stable",
+ "groupId": "org.apache.camel.karaf",
+ "artifactId": "camel-blueprint-main",
+ "version": "3.22.0-SNAPSHOT"
Review Comment:
```suggestion
"version": "4.10.8-SNAPSHOT"
```
##########
tests/camel-blueprint-main/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=blueprint-main
+groupId=org.apache.camel.karaf
+artifactId=camel-blueprint-main
+version=3.22.0-SNAPSHOT
Review Comment:
```suggestion
version=4.10.8-SNAPSHOT
```
##########
tests/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.22.0-SNAPSHOT
Review Comment:
```suggestion
version=4.10.8-SNAPSHOT
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]