essobedo opened a new pull request, #7846:
URL: https://github.com/apache/camel/pull/7846

   Fix for https://issues.apache.org/jira/browse/CAMEL-18214
   
   ## Motivation
   
   When enabling the [test 
debugger](https://camel.apache.org/manual/debugger.html#_debugging_camel_routes)
 by using the isUseDebugger in test, the 
[BacklogDebugger](https://camel.apache.org/manual/backlog-debugger.html) is no 
more available. it would be nice to have both that can work at the same time.
   
   ## Modifications:
   
   * Modifies the logic in `DefaultChannel#initChannel` to be able to accept 
the 2 debuggers if they can be found.
   * Add the ability to enable JMX in `camel-test-main-junit5` as it was not 
yet possible and is needed to be able to use the `BacklogDebugger`
   
   ## Result
   
   The 2 debuggers can work together with all test components but CDI 


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