aldettinger commented on issue #2978:
URL: https://github.com/apache/camel-quarkus/issues/2978#issuecomment-970332000


   The default case where camel main is enabled is ok. Under the hood, we use a 
RoutesConfigurer that ultimately adds the discovered routes in the right order, 
i.e. route configurations before classical route builders. This is the case in 
all current itests and the re-ordering is happening correctly.
   
   The case where camel main is disabled in another beast. The route builders 
order depends upon a mix of route discovery, route known by the container and 
route provided by the registry. More investigation is needed but likely route 
builder re-ordering will be needed.


-- 
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]


Reply via email to