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
The following commit(s) were added to refs/heads/camel-main by this push:
new fc51b371bd Disabled langchain4j-agent-ql4j native
fc51b371bd is described below
commit fc51b371bd1d9b1a637d36de5adee5c32d14251a
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>