This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard c0b0ff4b20 Upgrade Quarkus to 3.29.0.CR1
add c9d2baef32 Bump io.swagger.codegen.v3:swagger-codegen-generators from
1.0.58 to 1.0.59
add 5388fe7464 Bump quarkiverse-groovy.version from 3.28.2 to 3.28.3
add 90cfedbd1c Upgrade Quarkus LangChain4j to 1.2.1
add aeec8ff2c9 Fix SNAPSHOT deploy CI build
add b386ce31af Add tests and support for langchain4j-agent custom tools
add dccac038c1 Fix path to qwc-camel-core.js in Micrometer & MicroProfile
Fault Tolerance Dev UI pages
new b727ba801a Upgrade Quarkus to 3.29.0.CR1
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 (c0b0ff4b20)
\
N -- N -- N refs/heads/quarkus-main (b727ba801a)
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:
Jenkinsfile | 2 +-
.../deployment/SupportLangchain4jProcessor.java | 21 +++++++++++++++++
.../main/resources/dev-ui/qwc-camel-micrometer.js | 2 +-
.../qwc-camel-microprofile-fault-tolerance.js | 2 +-
integration-tests/langchain4j-agent/pom.xml | 4 ++++
.../langchain4j/agent/it/AgentProducers.java | 9 ++++++++
.../agent/it/Langchain4jAgentResource.java | 19 +++++++++++++++
.../agent/it/Langchain4jAgentRoutes.java | 3 +++
.../AdditionTool.java} | 27 ++++++++++++----------
.../langchain4j/agent/it/Langchain4jAgentTest.java | 12 ++++++++++
..._chat-891a47a3-531c-48fd-920c-b8eff546c7ff.json | 24 +++++++++++++++++++
..._chat-a14f44e0-8921-47ab-a69e-cf038e7cb358.json | 24 +++++++++++++++++++
pom.xml | 6 ++---
poms/bom/src/main/generated/flattened-full-pom.xml | 6 ++---
.../src/main/generated/flattened-reduced-pom.xml | 6 ++---
.../generated/flattened-reduced-verbose-pom.xml | 6 ++---
16 files changed, 146 insertions(+), 27 deletions(-)
copy
integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/{guardrail/ValidationSuccessInputGuardrail.java
=> tool/AdditionTool.java} (62%)
create mode 100644
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-891a47a3-531c-48fd-920c-b8eff546c7ff.json
create mode 100644
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-a14f44e0-8921-47ab-a69e-cf038e7cb358.json