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 d9062d5b5d0 Regen for commit 725cf43bf28a2e787d26a7875c871aa6522d5d60
(#14125)
add 8568fca7120 CAMEL-20761: camel-debug - Message history must be enabled
when debugging. Also history must come before debugger advice.
add a77b526e4f3 CAMEL-20758: camel-debug-starter - Should be created
sooner so the debugger is configured before routes is created. Also turn on
debug by default if you have camel-debug-starter on the classpath.
add d6f7988ec26 CAMEL-20762: camel-main - Detect camel-debug JAR on
classpath eager to turn on source location which is needed for khaving Java DSL
working.
add 0ae100d3e4a CAMEL-20761: camel-jbang debug need to deal with message
history from camel 4.7 onwards include current node.
No new revisions were added by this update.
Summary of changes:
.../component/debug/CamelDebuggerFactory.java | 8 +++++++
.../camel/impl/engine/CamelInternalProcessor.java | 5 ----
.../apache/camel/impl/engine/DefaultChannel.java | 17 ++++++++-----
.../apache/camel/impl/console/DebugDevConsole.java | 1 +
.../org/apache/camel/main/BaseMainSupport.java | 17 ++++++++++++-
.../camel/management/BacklogDebuggerTest.java | 2 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_7.adoc | 28 +++++++++++++++++-----
.../camel/dsl/jbang/core/commands/Debug.java | 26 ++++++++++++++++----
8 files changed, 81 insertions(+), 23 deletions(-)