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
The following commit(s) were added to refs/heads/main by this push:
new 7414e72dc7 Remove redundant cq-test.retrieval.augmentor.disabled
configuration property from langchain4j-agent-ql4j tests
7414e72dc7 is described below
commit 7414e72dc7f6bacf4e8dd6ab9b8accd7912faced
Author: James Netherton <[email protected]>
AuthorDate: Tue Jul 21 13:35:01 2026 +0100
Remove redundant cq-test.retrieval.augmentor.disabled configuration
property from langchain4j-agent-ql4j tests
---
.../langchain4j-agent-ql4j/src/main/resources/application.properties | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/integration-tests/langchain4j-agent-ql4j/src/main/resources/application.properties
b/integration-tests/langchain4j-agent-ql4j/src/main/resources/application.properties
index 5bd5b95f3c..a58de4291a 100644
---
a/integration-tests/langchain4j-agent-ql4j/src/main/resources/application.properties
+++
b/integration-tests/langchain4j-agent-ql4j/src/main/resources/application.properties
@@ -19,7 +19,3 @@ quarkus.http.test-timeout=120S
quarkus.devservices.enabled=false
quarkus.langchain4j.devservices.preload=false
-
-# Testing with quarkus-langchain4j does not work when the RetrievalAugmentor
bean produced by AgentProducers.retrievalAugmentor is present with scope
<default>.
-# See README.adoc for more details.
-cq-test.retrieval.augmentor.disabled=true