This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 1a24957062ed18c4dcb4806dca7c72fec30756fc Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Fri Aug 9 09:04:27 2024 +0200 Geerated guava-eventbus files --- docs/modules/ROOT/examples/components/guava-eventbus.yml | 2 +- docs/modules/ROOT/pages/reference/extensions/guava-eventbus.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/examples/components/guava-eventbus.yml b/docs/modules/ROOT/examples/components/guava-eventbus.yml index eb27b15c52..903a71c15a 100644 --- a/docs/modules/ROOT/examples/components/guava-eventbus.yml +++ b/docs/modules/ROOT/examples/components/guava-eventbus.yml @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-guava-eventbus cqArtifactIdBase: guava-eventbus cqNativeSupported: false cqStatus: Preview -cqDeprecated: false +cqDeprecated: true cqJvmSince: 1.1.0 cqNativeSince: n/a cqCamelPartName: guava-eventbus diff --git a/docs/modules/ROOT/pages/reference/extensions/guava-eventbus.adoc b/docs/modules/ROOT/pages/reference/extensions/guava-eventbus.adoc index 24d8b3e59f..32b571e1d4 100644 --- a/docs/modules/ROOT/pages/reference/extensions/guava-eventbus.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/guava-eventbus.adoc @@ -6,15 +6,15 @@ :cq-artifact-id: camel-quarkus-guava-eventbus :cq-native-supported: false :cq-status: Preview -:cq-status-deprecation: Preview +:cq-status-deprecation: Preview Deprecated :cq-description: Send and receive messages to/from Guava EventBus. -: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 Guava EventBus.