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 56036546990b2016f1633dbdb1e3e5b9863d4f1a
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Wed May 20 09:15:24 2026 +0200

    Regen
---
 docs/modules/ROOT/examples/components/paho.yml                      | 2 +-
 docs/modules/ROOT/pages/reference/extensions/paho.adoc              | 6 +++---
 .../paho/runtime/src/main/resources/META-INF/quarkus-extension.yaml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/modules/ROOT/examples/components/paho.yml 
b/docs/modules/ROOT/examples/components/paho.yml
index 8c97561e06..bc27abb4fd 100644
--- a/docs/modules/ROOT/examples/components/paho.yml
+++ b/docs/modules/ROOT/examples/components/paho.yml
@@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-paho
 cqArtifactIdBase: paho
 cqNativeSupported: true
 cqStatus: Stable
-cqDeprecated: false
+cqDeprecated: true
 cqJvmSince: 0.2.0
 cqNativeSince: 0.2.0
 cqCamelPartName: paho
diff --git a/docs/modules/ROOT/pages/reference/extensions/paho.adoc 
b/docs/modules/ROOT/pages/reference/extensions/paho.adoc
index c2e17027b4..b9f8e75f71 100644
--- a/docs/modules/ROOT/pages/reference/extensions/paho.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/paho.adoc
@@ -7,15 +7,15 @@
 :cq-artifact-id: camel-quarkus-paho
 :cq-native-supported: true
 :cq-status: Stable
-:cq-status-deprecation: Stable
+:cq-status-deprecation: Stable Deprecated
 :cq-description: Communicate with MQTT message brokers using Eclipse Paho MQTT 
Client.
-:cq-deprecated: false
+:cq-deprecated: true
 :cq-jvm-since: 0.2.0
 :cq-native-since: 0.2.0
 
 ifeval::[{doc-show-badges} == true]
 [.badges]
-[.badge-key]##JVM since##[.badge-supported]##0.2.0## [.badge-key]##Native 
since##[.badge-supported]##0.2.0##
+[.badge-key]##JVM since##[.badge-supported]##0.2.0## [.badge-key]##Native 
since##[.badge-supported]##0.2.0## 
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
 endif::[]
 
 Communicate with MQTT message brokers using Eclipse Paho MQTT Client.
diff --git 
a/extensions/paho/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
b/extensions/paho/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 26707c8c36..bb8466a590 100644
--- a/extensions/paho/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/paho/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -29,4 +29,4 @@ metadata:
   guide: 
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/paho.html";
   categories:
   - "integration"
-  status: "stable"
+  status: "deprecated"

Reply via email to