This is an automated email from the ASF dual-hosted git repository. JiriOndrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit c22be67a32de2734b4a1eee86722e598b7c25bf2 Author: Jiri Ondrusek <[email protected]> AuthorDate: Fri Jul 10 08:38:30 2026 +0200 Disabled langchain4j-agent-ql4j native --- integration-tests/langchain4j-agent-ql4j/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/langchain4j-agent-ql4j/pom.xml b/integration-tests/langchain4j-agent-ql4j/pom.xml index 629133b36b..5e401ddf50 100644 --- a/integration-tests/langchain4j-agent-ql4j/pom.xml +++ b/integration-tests/langchain4j-agent-ql4j/pom.xml @@ -155,6 +155,7 @@ </plugins> </build> <profiles> + <!-- https://github.com/apache/camel-quarkus/issues/8855 <profile> <id>native</id> <activation> @@ -182,6 +183,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>
