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 49dc643617c6f68651e6818faeb04d4cc177a6b1 Author: James Netherton <[email protected]> AuthorDate: Thu May 7 19:43:25 2026 +0100 Regen digitalocean and irc docs (again) --- docs/modules/ROOT/examples/components/irc.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/irc.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/examples/components/irc.yml b/docs/modules/ROOT/examples/components/irc.yml index 16a57ef43c..f31d0919d2 100644 --- a/docs/modules/ROOT/examples/components/irc.yml +++ b/docs/modules/ROOT/examples/components/irc.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-irc cqArtifactIdBase: irc cqNativeSupported: false cqStatus: Preview -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: irc diff --git a/docs/modules/ROOT/pages/reference/extensions/irc.adoc b/docs/modules/ROOT/pages/reference/extensions/irc.adoc index 2e6308f1f3..65ab6e14dd 100644 --- a/docs/modules/ROOT/pages/reference/extensions/irc.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/irc.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-irc :cq-native-supported: false :cq-status: Preview -:cq-status-deprecation: Preview +:cq-status-deprecation: Preview Deprecated :cq-description: Send and receive messages to/from and IRC chat. -:cq-deprecated: false +:cq-deprecated: true :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]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated## endif::[] Send and receive messages to/from and IRC chat.
