This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch CAMEL-23624
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 2b1c4a99f0df CAMEL-23624: Add camel get error CLI command
omit 6212f67ee1c6 CAMEL-23533: ErrorRegistry - capture rich exchange
snapshots following BacklogTracer pattern
add 7dc2fc19522e chore(deps): Bump aws-java-sdk2-version from 2.44.12 to
2.44.13 (#23549)
add 6851a94075b8 CAMEL-23621: filter tool argument headers against
declared parameters
add e9c4541a91ce CAMEL-23621: remove backwards-compatibility bypass and
fix raw JsonNode headers
add 7e65891f77ae CAMEL-23621: document tool argument header filtering in
upgrade guide
add 410108aa9071 Add information on commons-dbcp dependency removal on
jooq component
add 6ec11413eed3 chore(deps): Bump quarkus-version from 3.35.4 to 3.36.0
add 107a047a2f7c chore(camel-test-infra-kafka): upgrade
kafka.container.image to 4.3.0
add 675e783ed7ae CAMEL-23533: ErrorRegistry - capture rich exchange
snapshots
new e5e12e2734c9 CAMEL-23624: Add camel get error CLI command
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 (2b1c4a99f0df)
\
N -- N -- N refs/heads/CAMEL-23624 (e5e12e2734c9)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../agent/LangChain4jAgentProducer.java | 31 ++++++++++++++++++++-
.../tools/LangChain4jToolsProducer.java | 13 +++++++++
.../langchain4j/tools/LangChain4jToolTest.java | 29 ++++++++++++++++++++
.../springai/tools/SpringAiToolsEndpoint.java | 14 +++++++++-
.../ROOT/pages/camel-4x-upgrade-guide-4_21.adoc | 32 ++++++++++++++++++++++
parent/pom.xml | 4 +--
.../test/infra/kafka/services/container.properties | 2 +-
7 files changed, 120 insertions(+), 5 deletions(-)