You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/06/22 05:25:25 UTC

[camel] branch regen_bot updated (9d0a6ac9566 -> 984c3d3052a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 9d0a6ac9566 Upgarde debezium 1.9.4
     add 984c3d3052a CAMEL-18214: Allow Backlog Debugger and test debugger to work at the same time (#7846)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/test-main-junit5.adoc            | 36 ++++++++++++++++++++++
 .../camel/test/main/junit5/CamelMainExtension.java | 16 ++++++++--
 .../camel/test/main/junit5/CamelMainTest.java      |  7 +++++
 .../main/junit5/annotation/WithUseJMXTest.java     | 36 ++++++++++++----------
 ...{WithMainClassTest.java => WithUseJMXTest.java} | 26 ++++++++++------
 .../apache/camel/impl/engine/DefaultChannel.java   | 21 ++++++++-----
 6 files changed, 107 insertions(+), 35 deletions(-)
 copy core/camel-management/src/test/java/org/apache/camel/management/ManagedCamelContextNewProxyTest.java => components/camel-test/camel-test-main-junit5/src/test/java/org/apache/camel/test/main/junit5/annotation/WithUseJMXTest.java (55%)
 copy components/camel-test/camel-test-main-junit5/src/test/java/org/apache/camel/test/main/junit5/legacy/{WithMainClassTest.java => WithUseJMXTest.java} (62%)