essobedo commented on code in PR #505:
URL: https://github.com/apache/camel-karaf/pull/505#discussion_r1778195537
##########
tooling/camel-karaf-test-feature-archetype/src/main/resources/archetype-resources/src/main/java/test/Camel__featureName__RouteSupplier.java:
##########
@@ -27,7 +27,7 @@
@Component(
name = "karaf-camel-${featureNameLower}-test",
immediate = true,
- service = Camel${featureName}RouteSupplier.class
+ service = CamelRouteSupplier.class
Review Comment:
Could you please move this change to the other PR
(https://github.com/apache/camel-karaf/pull/509) which is more related
##########
tooling/camel-karaf-test-feature-archetype/src/main/resources/archetype-resources/src/main/java/test/Camel__featureName__RouteSupplier.java:
##########
@@ -27,7 +27,7 @@
@Component(
name = "karaf-camel-${featureNameLower}-test",
immediate = true,
- service = Camel${featureName}RouteSupplier.class
+ service = CamelRouteSupplier.class
Review Comment:
Could you please move this change to the other PR
(https://github.com/apache/camel-karaf/pull/509) which is more related?
--
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]