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 4b96afdadb6 Sync deps
add 5329417c50e CAMEL-19040: Backlog tracer to capture exchange properties.
add 9025fe851b2 CAMEL-19043: camel-core - Add Exchange.RECEIVED_TIMESTAMP
as internal exchange property
add d98b3d32d6e Fixed test after xml-io model dumper (order attributes
changed)
add af015087139 CAMEL-19040: Backlog tracer - Capture exception and also
first/last to know better what is input and output from Camel.
add d950a13d59f CAMEL-19040: Backlog tracer - Capture exception and also
first/last to know better what is input and output from Camel.
add 6346f886bad CAMEL-19040: Backlog tracer - Capture exception and also
first/last to know better what is input and output from Camel.
No new revisions were added by this update.
Summary of changes:
.../java/org/apache/camel/ExchangePropertyKey.java | 3 +
.../java/org/apache/camel/spi/BacklogTracer.java | 20 ++
.../camel/spi/BacklogTracerEventMessage.java | 40 ++++
.../camel/impl/debugger/BacklogDebugger.java | 6 +-
.../apache/camel/impl/debugger/BacklogTracer.java | 22 +++
.../debugger/DefaultBacklogTracerEventMessage.java | 94 +++++++++-
.../camel/impl/engine/CamelInternalProcessor.java | 68 +++++--
.../mbean/ManagedBacklogTracerMBean.java | 6 +
.../management/mbean/ManagedBacklogTracer.java | 10 +
.../camel/management/BacklogTracerFilterTest.java | 2 +-
.../apache/camel/management/BacklogTracerTest.java | 42 +++--
.../camel/management/ManagedFromRestGetTest.java | 10 +-
.../management/ManagedFromRestPlaceholderTest.java | 11 +-
.../org/apache/camel/support/MessageHelper.java | 202 ++++++++++++++++++---
.../modules/ROOT/pages/backlog-tracer.adoc | 22 ++-
.../ROOT/pages/camel-4-migration-guide.adoc | 4 +
16 files changed, 487 insertions(+), 75 deletions(-)