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 4e8527f3a9 Disable Infinispan tests and native profiles due to #7976
discard e6b1a0663f Upgrade Quarkus to 3.31.0.CR1
add 0a69887a13 Bump quarkiverse-groovy.version from 3.28.4 to 3.30.0
add 1bbcbdfbcf Add tests and support for langchain4j-agent MCP tools
add cc9574721b [resolves #6433] Improve Windows build speed
new 25a9750b7a Upgrade Quarkus to 3.31.0.CR1
new d9cdc4fcbf Disable Infinispan tests and native profiles due to #7976
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 (4e8527f3a9)
\
N -- N -- N refs/heads/quarkus-main (d9cdc4fcbf)
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 2 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:
.github/reclaim-disk-space.sh | 2 +-
.github/workflows/ci-build.yaml | 12 +++++++---
.../deployment/Langchain4jAgentProcessor.java | 25 ++++++++++++++++++++
integration-tests/langchain4j-agent/README.adoc | 2 ++
.../langchain4j/agent/it/AgentProducers.java | 27 ++++++++++++++++++++++
.../agent/it/Langchain4jAgentResource.java | 17 ++++++++++++++
.../agent/it/Langchain4jAgentRoutes.java | 11 +++++++++
.../ProcessUtils.java} | 14 +++++++----
.../src/main/resources/application.properties | 3 ++-
.../langchain4j/agent/it/Langchain4jAgentTest.java | 26 ++++++++++++++++++++-
...urce.java => Langchain4jAgentTestResource.java} | 25 +++++++++++++++++++-
..._chat-31a8eb4e-6382-41f3-af6e-d0bd0c223779.json | 24 +++++++++++++++++++
..._chat-40955a71-2ef8-4abf-a9e9-9e225590ff3d.json | 24 +++++++++++++++++++
..._chat-ffafaf8e-0801-4877-bd4f-1a86a7798e5a.json | 24 +++++++++++++++++++
pom.xml | 2 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 4 ++--
.../src/main/generated/flattened-reduced-pom.xml | 4 ++--
.../generated/flattened-reduced-verbose-pom.xml | 4 ++--
18 files changed, 232 insertions(+), 18 deletions(-)
copy
integration-tests/langchain4j-agent/src/main/java/org/apache/camel/quarkus/component/langchain4j/agent/it/{guardrail/ValidationFailureInputGuardrail.java
=> util/ProcessUtils.java} (77%)
rename
integration-tests/langchain4j-agent/src/test/java/org/apache/camel/quarkus/component/langchain4j/agent/it/{OllamaTestResource.java
=> Langchain4jAgentTestResource.java} (77%)
create mode 100644
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-31a8eb4e-6382-41f3-af6e-d0bd0c223779.json
create mode 100644
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-40955a71-2ef8-4abf-a9e9-9e225590ff3d.json
create mode 100644
integration-tests/langchain4j-agent/src/test/resources/mappings/api_chat-ffafaf8e-0801-4877-bd4f-1a86a7798e5a.json