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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from d9062d5b5d0 Regen for commit 725cf43bf28a2e787d26a7875c871aa6522d5d60 
(#14125)
     new 8568fca7120 CAMEL-20761: camel-debug - Message history must be enabled 
when debugging. Also history must come before debugger advice.
     new 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.
     new 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.
     new 0ae100d3e4a CAMEL-20761: camel-jbang debug need to deal with message 
history from camel 4.7 onwards include current node.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Reply via email to