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 4b96afdadb6 Sync deps
     new 5329417c50e CAMEL-19040: Backlog tracer to capture exchange properties.
     new 9025fe851b2 CAMEL-19043: camel-core - Add Exchange.RECEIVED_TIMESTAMP 
as internal exchange property
     new d98b3d32d6e Fixed test after xml-io model dumper (order attributes 
changed)
     new af015087139 CAMEL-19040: Backlog tracer - Capture exception and also 
first/last to know better what is input and output from Camel.
     new d950a13d59f CAMEL-19040: Backlog tracer - Capture exception and also 
first/last to know better what is input and output from Camel.
     new 6346f886bad CAMEL-19040: Backlog tracer - Capture exception and also 
first/last to know better what is input and output from Camel.

The 6 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:
 .../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(-)

Reply via email to