lburgazzoli commented on a change in pull request #226: Use MainSupport as base
for running Camel
URL: https://github.com/apache/camel-quarkus/pull/226#discussion_r331373271
##########
File path:
extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/CamelSupport.java
##########
@@ -56,4 +69,67 @@ public static boolean isPublic(ClassInfo ci) {
.flatMap(CamelSupport::safeWalk)
.filter(Files::isRegularFile);
}
+
+ public static Stream<String> getRouteBuilderClasses(IndexView view) {
+ Set<ClassInfo> allKnownImplementors = new HashSet<>();
Review comment:
As far as I remember you can order things in spring-boot but we can assume
that a routes that have an explicit order should take the precedence over any
other ordering mechanics.
Needs to be tested but we can also document that the preferred way of
ordering routes is through the Camel's Ordered interface.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services