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/12/18 09:45:39 UTC

(camel) branch regen_bot updated (025d8d87dd8 -> 1d41b0b5fc0)

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 025d8d87dd8 Bump resilience4j-version from 2.1.0 to 2.2.0 (#12468)
     add eae165c8e98 Bump actions/upload-artifact from 3 to 4 (#12456)
     add 1d41b0b5fc0 CAMEL-17721: camel-core - MDC custom keys should preserve existing va… (#12465)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/alternative-os-build-main.yml    |  2 +-
 .github/workflows/generate-sbom-main.yml           |  2 +-
 .github/workflows/pr-build-camel-3.yml             |  4 +-
 .github/workflows/pr-build-camel-40x.yml           |  2 +-
 .github/workflows/pr-build-main.yml                |  2 +-
 .github/workflows/push-build-camel-3.yml           |  2 +-
 .github/workflows/push-build-camel-40x.yml         |  2 +-
 .github/workflows/push-build-main.yml              |  2 +-
 .../apache/camel/impl/engine/MDCUnitOfWork.java    | 42 ++++++++++++-
 .../apache/camel/processor/WireTapProcessor.java   |  2 +
 .../{MDCSplitTest.java => MDCCustomKeysTest.java}  | 71 ++++++++++++++++------
 .../org/apache/camel/processor/MDCSplitTest.java   |  1 +
 .../{MDCSplitTest.java => WireTapMDCTest.java}     | 64 +++++++++++--------
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc     | 10 +++
 14 files changed, 156 insertions(+), 52 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{MDCSplitTest.java => MDCCustomKeysTest.java} (72%)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{MDCSplitTest.java => WireTapMDCTest.java} (69%)