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