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 2021/03/22 14:49:05 UTC

[camel] branch regen_bot updated (e00be52 -> a382da5)

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 e00be52  Fix duplicate field on Kafka component
     add a382da5  CAMEL-16378: Camel MDC - Not propagating custom keys when using Split with Parallel Processing

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/impl/engine/MDCUnitOfWork.java    | 11 +--
 .../apache/camel/processor/MulticastProcessor.java | 56 +++++++++++++++-
 ...st.java => MDCSplitParallelProcessingTest.java} | 78 ++++++----------------
 .../{MDCAsyncTest.java => MDCSplitTest.java}       | 73 +++++---------------
 .../org/apache/camel/support/PatternHelper.java    | 17 +++++
 5 files changed, 113 insertions(+), 122 deletions(-)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{MDCAsyncTest.java => MDCSplitParallelProcessingTest.java} (64%)
 copy core/camel-core/src/test/java/org/apache/camel/processor/{MDCAsyncTest.java => MDCSplitTest.java} (65%)