This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 00a11e2661cc031d454e730f9f98e5415cb96210 Author: James Netherton <[email protected]> AuthorDate: Thu Aug 13 17:00:32 2026 +0100 Ensure ai-tool-langchain4j integration tests are built & tested --- integration-tests/pom.xml | 1 + tooling/scripts/test-categories.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 9528083d19..1ed4898a35 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -52,6 +52,7 @@ <module>activemq</module> <module>activemq6</module> <module>ai-tool</module> + <module>ai-tool-langchain4j</module> <module>amqp</module> <module>arangodb</module> <module>as2</module> diff --git a/tooling/scripts/test-categories.yaml b/tooling/scripts/test-categories.yaml index 94803799be..935bde6012 100644 --- a/tooling/scripts/test-categories.yaml +++ b/tooling/scripts/test-categories.yaml @@ -201,6 +201,7 @@ group-10: - ibm-cos - ibm-watson-discovery - ibm-watson-language + - ai-tool-langchain4j - mail - platform-http-proxy - platform-http-proxy-ssl
