You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/18 09:21:48 UTC

(camel) branch mdc updated (6e72527f954 -> e55e2207931)

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

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


    from 6e72527f954 CAMEL-17721: camel-core - MDC custom keys should preserve existing value during routing, so users can alter its value.
     add e55e2207931 CAMEL-17721: camel-core - MDC custom keys should preserve existing value during routing, so users can alter its value. CAMEL-20246: WireTap should not create correlated exchange copy

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/impl/engine/MDCUnitOfWork.java    | 35 ++++++++++++
 .../apache/camel/processor/WireTapProcessor.java   |  2 +
 .../apache/camel/processor/MDCCustomKeysTest.java  |  6 ++
 .../org/apache/camel/processor/MDCSplitTest.java   |  1 +
 .../{MDCSplitTest.java => WireTapMDCTest.java}     | 64 ++++++++++++++--------
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc     | 10 ++++
 6 files changed, 94 insertions(+), 24 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{MDCSplitTest.java => WireTapMDCTest.java} (69%)