This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/spring-ws-version-4.1.1 in repository https://gitbox.apache.org/repos/asf/camel.git
omit 92e8e86cf93 chore(deps): Bump spring-ws-version from 4.1.0 to 4.1.1 add 63f6fc22144 chore(deps): Bump aws-java-sdk2-version from 2.32.5 to 2.32.6 add 1ef04128963 chore(deps): Bump elasticsearch-java-client-version from 9.0.3 to 9.0.4 add 7024bdb4d2e CAMEL-22259: camel-core - Splitter/Multicast with shareUnitOfWork sho… (#18684) add e9b5f0c3c2d chore(deps): Bump spring-version from 6.2.8 to 6.2.9 (#18644) add 70ba5cf1a7e chore(deps): Bump commons-codec:commons-codec from 1.18.0 to 1.19.0 (#18693) add 43262fd98f8 chore(deps): Bump org.elasticsearch.client:elasticsearch-rest-client-sniffer (#18694) add 4ecf45967cb chore(deps-dev): Bump com.google.cloud:google-cloud-core (#18696) add 9e79869b4ce chore(deps): Bump org.springframework.amqp:spring-rabbit (#18673) add 8ecfcb01318 chore(deps): Bump spring-ws-version from 4.1.0 to 4.1.1 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (92e8e86cf93) \ N -- N -- N refs/heads/dependabot/maven/spring-ws-version-4.1.1 (8ecfcb01318) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../camel/component/undertow/ExchangeHeaders.java | 1 + .../src/main/java/org/apache/camel/Exchange.java | 1 + .../apache/camel/spi/InternalProcessorFactory.java | 3 - .../camel/impl/engine/CamelInternalProcessor.java | 20 ---- .../processor/DefaultInternalProcessorFactory.java | 8 -- .../java/org/apache/camel/processor/Enricher.java | 1 - .../apache/camel/processor/MulticastProcessor.java | 18 +--- ...xOriginalMessageBodyAndEnrichedHeadersTest.java | 5 +- .../processor/SplitterShareUnitOfWorkTest.java | 104 +++++++++++++++++++++ .../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 11 +++ dsl/camel-jbang/camel-launcher/pom.xml | 2 +- parent/pom.xml | 14 +-- 12 files changed, 132 insertions(+), 56 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/SplitterShareUnitOfWorkTest.java