This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit d06eaa1d22dc2c150d30149b189ecde589671d20 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 16 10:52:39 2026 +0100 Camel-guava-eventbus: Added deprecation note Signed-off-by: Andrea Cosentino <[email protected]> --- .../camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc index dbf5049648e8..e50d02a8e77c 100644 --- a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc +++ b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc @@ -15,6 +15,11 @@ *{component-header}* +[NOTE] +==== +This component is deprecated since Camel 4.10 and will be removed in a future release. +==== + The https://google.github.io/guava/releases/19.0/api/docs/com/google/common/eventbus/EventBus.html[Google Guava EventBus] allows publish-subscribe-style communication between
