This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch fix/CAMEL-24809
in repository https://gitbox.apache.org/repos/asf/camel.git
discard c20d93c65b1c CAMEL-24809: Address review feedback
omit 76a24e30c0cf Regen
omit 28a7f895eb16 CAMEL-24809: camel-kamelet-main - the third-party known
dependencies are generated from a curated list, versions resolved at build time
omit ed68a6d82644 CAMEL-24809: camel-kamelet-main - known dependencies
mapped by package for the third-party libraries Camel manages
add bc03a21b25be chore(deps): Bump aws-java-sdk2-version from 2.54.17 to
2.54.18 (#26571)
add 45f4138f5e16 CAMEL-24797: camel-core - Splitter unwraps Exchange parts
like Message parts
add b57909b01a15 chore(deps): Bump hapi-fhir-version from 8.12.0 to 8.12.1
add 5cabe499564f chore(deps): Bump ognl:ognl from 3.4.12 to 3.4.13
add 17f495e2fdd7 chore(deps): Bump
org.l2x6.cq:cq-alias-fastinstall-quickly-extension
add 8b5db429a70d chore(deps): Bump com.pubnub:pubnub-gson from 13.4.2 to
13.4.3 (#26585)
add fe5178e25e65 chore(deps): Bump com.openai:openai-java from 4.63.1 to
4.63.2 (#26580)
add f79fd91504bc chore(deps): Bump ai.docling:docling-serve-client from
0.6.5 to 0.6.6 (#26577)
add b1f95412f3ac chore: camel-jbang - escape the ${camel-version}
placeholder in the TUI page so Antora does not read it as an attribute
add f816553002c4 CAMEL-24787 - reduce flakiness of Cassandra Integration
tests
add be48e9b7db7b CAMEL-24812 - exclude camel-salesforce-maven-plugin from
modules to build
add c2af9b32eed4 CAMEL-24809: camel-kamelet-main - known dependencies
mapped by package for the third-party libraries Camel manages
add d85c3a7ef7d0 CAMEL-24809: camel-kamelet-main - the third-party known
dependencies are generated from a curated list, versions resolved at build time
add 093c738288c6 Regen
add 592872ffcfb7 CAMEL-24809: Address review feedback
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 (c20d93c65b1c)
\
N -- N -- N refs/heads/fix/CAMEL-24809 (592872ffcfb7)
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:
.../actions/incremental-build/incremental-build.sh | 2 +-
.../incremental-build/manual-it-mapping.txt | 2 +
.mvn/extensions.xml | 2 +-
.../apache/camel/catalog/docs/kafka-component.adoc | 10 +-
.../cassandra/integration/BaseCassandra.java | 2 +-
.../camel-kafka/src/main/docs/kafka-component.adoc | 10 +-
.../KafkaConsumerAsyncManualCommitIT.java | 4 +-
.../java/org/apache/camel/processor/Splitter.java | 4 +
.../camel/processor/SplitListOfExchangesTest.java | 107 +++++++++++++++++++++
.../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc | 25 +++++
.../modules/ROOT/pages/camel-jbang-tui.adoc | 2 +-
parent/pom.xml | 12 +--
12 files changed, 160 insertions(+), 22 deletions(-)
create mode 100644
core/camel-core/src/test/java/org/apache/camel/processor/SplitListOfExchangesTest.java