JiriOndrusek commented on issue #4362:
URL: https://github.com/apache/camel-quarkus/issues/4362#issuecomment-1372063835

   Hi @guhilling  thanks for the finding of another possible problem. I just 
want to specify what do you need.
   
   - In camel-quarkus context is started by default. So it is always running. 
(I can re-phrase doc, to make it more clear. This is the text form the doc 
`Starting and stopping CamelContext in Camel Quarkus is generally bound to 
starting and stopping the application and this holds also when testing.`)
   - As you can see 
[here](https://github.com/apache/camel-quarkus/blob/main/test-framework/junit5/src/test/java/org/apache/camel/quarkus/test/junit5/patterns/AdviceWithAnotherRouteTest.java#L54),
 route has to be started manually.
   - There is no coverage in tests taking care of auro-starting/stopping 
routes. I'll fix that. What code are you using to force camel-quarkus to not 
start routes (to be sure that the fix covers your usecase)?
   
   
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to