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
The following commit(s) were added to refs/heads/camel-main by this push:
new de361cfa9f Geerated guava-eventbus files
de361cfa9f is described below
commit de361cfa9f786f7e84f56255d7637add07ce627e
Author: JiriOndrusek <[email protected]>
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.