This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.springframework.amqp-spring-rabbit-3.2.6 in repository https://gitbox.apache.org/repos/asf/camel.git
discard 657184816b3 chore(deps): Bump org.springframework.amqp:spring-rabbit add 2f818ce0c13 CAMEL-22228: camel-jbang: Fixed using dot in file name when exporting. add 4996c2da690 Upgrade aws add 5b6ae91d091 chore(deps): Bump com.pubnub:pubnub-gson from 10.5.3 to 10.5.4 (#18674) add 79865398702 chore(deps): Bump com.github.camel-tooling:camel-lsp-server (#18679) add c42e855885e chore(deps): Bump com.ibm.cloud:cloudant from 0.10.5 to 0.10.6 (#18680) add 5df54598eff chore(deps): Bump junit-jupiter-version from 5.13.3 to 5.13.4 (#18675) add 9b1a7167b20 Fix: fix Camel JBang run with pom.xml add c648fd5458d chore(deps): Bump jandex-version from 3.3.2 to 3.4.0 (#18677) add 81e5df82071 chore(deps): Bump io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 (#18678) add adb3f776a01 Polished add b982ea8447f CAMEL-17339 - Avoid List<String> as configuration parameter types in Endpoint configurations - Camel Consul tags (#18685) 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 071f003eef5 chore(deps): Bump org.springframework.amqp:spring-rabbit 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 (657184816b3) \ N -- N -- N refs/heads/dependabot/maven/org.springframework.amqp-spring-rabbit-3.2.6 (071f003eef5) 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: .../apache/camel/catalog/components/aws2-ec2.json | 2 +- .../apache/camel/component/aws2/ec2/aws2-ec2.json | 2 +- .../consul/ConsulClientConfiguration.java | 20 ++-- .../consul/cloud/ConsulServiceDiscovery.java | 2 +- .../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 +--- .../java/org/apache/camel/processor/Splitter.java | 8 +- ...xOriginalMessageBodyAndEnrichedHeadersTest.java | 5 +- .../processor/SplitterShareUnitOfWorkTest.java | 104 +++++++++++++++++++++ .../ROOT/pages/camel-4x-upgrade-guide-4_14.adoc | 13 ++- .../camel/dsl/jbang/core/commands/Export.java | 5 + .../apache/camel/dsl/jbang/core/commands/Run.java | 17 +--- .../camel/dsl/jbang/core/commands/RunHelper.java | 21 +++++ parent/pom.xml | 18 ++-- 19 files changed, 179 insertions(+), 90 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/SplitterShareUnitOfWorkTest.java