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 8c376e0b8e2f CAMEL-22717: camel-mdc - MDC is lost when using 
interceptSendToEndpoint (and potentially other situations)
     add 10f186044866 CAMEL-22717: camel-mdc - MDC is lost when using 
interceptSendToEndpoint (and potentially other situations)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/catalog/others/mdc.json       |  2 +-
 components/camel-mdc/pom.xml                       |  1 +
 .../camel-mdc/src/generated/resources/mdc.json     |  2 +-
 components/camel-mdc/src/main/docs/mdc.adoc        | 23 +++--
 .../org/apache/camel/mdc/MDCEventNotifier.java     |  4 +
 .../camel/mdc/MDCInterceptEndpointFactory.java     | 57 -------------
 .../java/org/apache/camel/mdc/MDCProcessor.java    | 23 ++---
 .../camel/mdc/MDCProcessorsInterceptStrategy.java  | 99 ----------------------
 .../main/java/org/apache/camel/mdc/MDCService.java | 25 +-----
 .../camel/mdc/MDCInterceptToEndpointBeanTest.java  | 28 +++++-
 .../processor/MDCInterceptToEndpointBeanTest.java  | 68 ---------------
 docs/components/modules/others/nav.adoc            |  2 +-
 12 files changed, 61 insertions(+), 273 deletions(-)
 delete mode 100644 
components/camel-mdc/src/main/java/org/apache/camel/mdc/MDCInterceptEndpointFactory.java
 delete mode 100644 
components/camel-mdc/src/main/java/org/apache/camel/mdc/MDCProcessorsInterceptStrategy.java
 delete mode 100644 
core/camel-core/src/test/java/org/apache/camel/processor/MDCInterceptToEndpointBeanTest.java

Reply via email to