This is an automated email from the ASF dual-hosted git repository. github-actions[bot] pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit b68e21fcdb68878f5e8ff6c78fda2e496b1f7408 Author: Jiri Ondrusek <[email protected]> AuthorDate: Fri Aug 28 09:21:14 2026 +0200 Regen --- docs/modules/ROOT/examples/components/irc.yml | 13 ------------- docs/modules/ROOT/examples/components/langchain4j-tools.yml | 13 ------------- docs/modules/ROOT/pages/reference/extensions/irc.adoc | 13 +++---------- .../ROOT/pages/reference/extensions/langchain4j-tools.adoc | 13 +++---------- .../src/main/resources/META-INF/quarkus-extension.yaml | 2 +- .../src/main/resources/META-INF/quarkus-extension.yaml | 2 +- poms/bom/src/main/generated/flattened-full-pom.xml | 2 +- poms/bom/src/main/generated/flattened-reduced-pom.xml | 2 +- .../src/main/generated/flattened-reduced-verbose-pom.xml | 2 +- 9 files changed, 11 insertions(+), 51 deletions(-) diff --git a/docs/modules/ROOT/examples/components/irc.yml b/docs/modules/ROOT/examples/components/irc.yml deleted file mode 100644 index 9c9e7c4583..0000000000 --- a/docs/modules/ROOT/examples/components/irc.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Do not edit directly! -# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -cqArtifactId: camel-quarkus-irc -cqArtifactIdBase: irc -cqNativeSupported: false -cqStatus: Preview -cqDeprecated: true -cqJvmSince: 1.1.0 -cqNativeSince: n/a -cqCamelPartName: irc -cqCamelPartTitle: IRC -cqCamelPartDescription: Send and receive messages to/from an IRC chat. -cqExtensionPageTitle: IRC diff --git a/docs/modules/ROOT/examples/components/langchain4j-tools.yml b/docs/modules/ROOT/examples/components/langchain4j-tools.yml deleted file mode 100644 index c860e13a10..0000000000 --- a/docs/modules/ROOT/examples/components/langchain4j-tools.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Do not edit directly! -# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page -cqArtifactId: camel-quarkus-langchain4j-tools -cqArtifactIdBase: langchain4j-tools -cqNativeSupported: true -cqStatus: Stable -cqDeprecated: true -cqJvmSince: 3.15.0 -cqNativeSince: 3.24.0 -cqCamelPartName: langchain4j-tools -cqCamelPartTitle: LangChain4j Tools -cqCamelPartDescription: LangChain4j Tools and Function Calling Features -cqExtensionPageTitle: LangChain4j Tools diff --git a/docs/modules/ROOT/pages/reference/extensions/irc.adoc b/docs/modules/ROOT/pages/reference/extensions/irc.adoc index 5fa24ab969..75bdc1d628 100644 --- a/docs/modules/ROOT/pages/reference/extensions/irc.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/irc.adoc @@ -6,26 +6,19 @@ :cq-artifact-id: camel-quarkus-irc :cq-native-supported: false :cq-status: Preview -:cq-status-deprecation: Preview Deprecated +:cq-status-deprecation: Preview :cq-description: Send and receive messages to/from an IRC chat. -:cq-deprecated: true +:cq-deprecated: false :cq-jvm-since: 1.1.0 :cq-native-since: n/a ifeval::[{doc-show-badges} == true] [.badges] -[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## +[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## endif::[] Send and receive messages to/from an IRC chat. -[id="extensions-irc-whats-inside"] -== What's inside - -* xref:{cq-camel-components}::irc-component.adoc[IRC component], URI syntax: `irc:hostname:port` - -Please refer to the above link for usage and configuration details. - [id="extensions-irc-maven-coordinates"] == Maven coordinates diff --git a/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc b/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc index d55430b6da..cc8f72d57e 100644 --- a/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/langchain4j-tools.adoc @@ -6,26 +6,19 @@ :cq-artifact-id: camel-quarkus-langchain4j-tools :cq-native-supported: true :cq-status: Preview -:cq-status-deprecation: Preview Deprecated +:cq-status-deprecation: Preview :cq-description: LangChain4j Tools and Function Calling Features -:cq-deprecated: true +:cq-deprecated: false :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]##⚠️##[.badge-unsupported]##Deprecated## +[.badge-key]##JVM since##[.badge-supported]##3.15.0## [.badge-key]##Native since##[.badge-supported]##3.24.0## endif::[] LangChain4j Tools and Function Calling Features -[id="extensions-langchain4j-tools-whats-inside"] -== What's inside - -* xref:{cq-camel-components}::langchain4j-tools-component.adoc[LangChain4j Tools component], URI syntax: `langchain4j-tools:toolId` - -Please refer to the above link for usage and configuration details. - [id="extensions-langchain4j-tools-maven-coordinates"] == Maven coordinates diff --git a/extensions-jvm/irc/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions-jvm/irc/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 7a84bd3eba..f42c05d913 100644 --- a/extensions-jvm/irc/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions-jvm/irc/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -30,7 +30,7 @@ metadata: guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/irc.html" categories: - "integration" - status: "deprecated" + status: "stable" integrates: - name: "Camel" artifact: "org.apache.camel:camel-base" 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 73d316516a..9cdcc3f55c 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: "deprecated" + status: "preview" integrates: - name: "Camel" artifact: "org.apache.camel:camel-base" diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 367e581340..2db682d399 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -8160,7 +8160,7 @@ <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.32.0-GA</version> + <version>3.33.0-GA</version> </dependency> <dependency> <groupId>org.jolokia</groupId> diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index facc8d85dd..940310dd79 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -9175,7 +9175,7 @@ <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.32.0-GA</version> + <version>3.33.0-GA</version> </dependency> <dependency> <groupId>org.jolokia</groupId> diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 3624027553..7d34f3a9e2 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -9175,7 +9175,7 @@ <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> - <version>3.32.0-GA</version> + <version>3.33.0-GA</version> </dependency> <dependency> <groupId>org.jolokia</groupId>
