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 54936522e7b2d42aec5dc501a2447ace1e01811e Author: Jiri Ondrusek <[email protected]> AuthorDate: Mon Aug 3 13:38:46 2026 +0200 Regen Co-Authored-By: Claude Opus 4.6 <[email protected]> --- docs/modules/ROOT/examples/components/langchain4j-tools.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc | 6 +++--- .../runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/examples/components/langchain4j-tools.yml b/docs/modules/ROOT/examples/components/langchain4j-tools.yml index 667e355914..c860e13a10 100644 --- a/docs/modules/ROOT/examples/components/langchain4j-tools.yml +++ b/docs/modules/ROOT/examples/components/langchain4j-tools.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-langchain4j-tools cqArtifactIdBase: langchain4j-tools cqNativeSupported: true cqStatus: Stable -cqDeprecated: false +cqDeprecated: true cqJvmSince: 3.15.0 cqNativeSince: 3.24.0 cqCamelPartName: langchain4j-tools diff --git a/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc b/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc index a3688e71c4..d55430b6da 100644 --- a/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-langchain4j-tools :cq-native-supported: true :cq-status: Preview -:cq-status-deprecation: Preview +:cq-status-deprecation: Preview Deprecated :cq-description: LangChain4j Tools and Function Calling Features -:cq-deprecated: false +:cq-deprecated: true :cq-jvm-since: 3.15.0 :cq-native-since: 3.24.0 ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##3.15.0## [.badge-key]##Native since##[.badge-supported]##3.24.0## +[.badge-key]##JVM since##[.badge-supported]##3.15.0## [.badge-key]##Native since##[.badge-supported]##3.24.0## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] LangChain4j Tools and Function Calling Features diff --git a/extensions/langchain4j-tools/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/langchain4j-tools/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 9cdcc3f55c..73d316516a 100644 --- a/extensions/langchain4j-tools/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/langchain4j-tools/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -29,7 +29,7 @@ metadata: guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/langchain4j-tools.html" categories: - "integration" - status: "preview" + status: "deprecated" integrates: - name: "Camel" artifact: "org.apache.camel:camel-base"
