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 2023/02/18 22:29:15 UTC

[camel] branch regen_bot updated (8fbe97f8bbe -> 8fd9267e359)

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 8fbe97f8bbe camel-core - Backlog tracer to capture message type and shown in camel-jbang trace command.
     add 8fd9267e359 camel trace to show type of exchange and message class so users better understand the structure of envelope in Camel.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/util/MessageHelperTest.java   |  4 +-
 .../camel/management/BacklogTracerFilterTest.java  |  6 +-
 .../management/BacklogTracerIdOnAllNodesTest.java  |  4 +-
 .../camel/management/BacklogTracerPatternTest.java |  4 +-
 .../management/BacklogTracerStreamCachingTest.java |  2 +-
 .../apache/camel/management/BacklogTracerTest.java | 16 ++---
 .../ManagedBrowsableEndpointAsXmlTest.java         | 34 ++++-----
 .../org/apache/camel/support/MessageHelper.java    | 15 ++--
 .../core/commands/action/CamelTraceAction.java     | 84 +++++++++++++++-------
 9 files changed, 104 insertions(+), 65 deletions(-)