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 791fd973f5fd29e5c4c2701dfb8c6655f1bb264f
Author: James Netherton <[email protected]>
AuthorDate: Tue Jun 9 08:21:33 2026 +0100

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

diff --git a/docs/modules/ROOT/examples/others/headersmap.yml 
b/docs/modules/ROOT/examples/others/headersmap.yml
index f826527614..5cf3663e2f 100644
--- a/docs/modules/ROOT/examples/others/headersmap.yml
+++ b/docs/modules/ROOT/examples/others/headersmap.yml
@@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-headersmap
 cqArtifactIdBase: headersmap
 cqNativeSupported: true
 cqStatus: Stable
-cqDeprecated: false
+cqDeprecated: true
 cqJvmSince: 1.2.0
 cqNativeSince: 1.2.0
 cqCamelPartName: headersmap
diff --git a/docs/modules/ROOT/pages/reference/extensions/headersmap.adoc 
b/docs/modules/ROOT/pages/reference/extensions/headersmap.adoc
index d4cd5dfd26..890cf81f3d 100644
--- a/docs/modules/ROOT/pages/reference/extensions/headersmap.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/headersmap.adoc
@@ -6,15 +6,15 @@
 :cq-artifact-id: camel-quarkus-headersmap
 :cq-native-supported: true
 :cq-status: Stable
-:cq-status-deprecation: Stable
+:cq-status-deprecation: Stable Deprecated
 :cq-description: Fast case-insensitive headers map implementation
-:cq-deprecated: false
+:cq-deprecated: true
 :cq-jvm-since: 1.2.0
 :cq-native-since: 1.2.0
 
 ifeval::[{doc-show-badges} == true]
 [.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.2.0## [.badge-key]##Native 
since##[.badge-supported]##1.2.0##
+[.badge-key]##JVM since##[.badge-supported]##1.2.0## [.badge-key]##Native 
since##[.badge-supported]##1.2.0## 
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
 endif::[]
 
 Fast case-insensitive headers map implementation
diff --git 
a/extensions/headersmap/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 
b/extensions/headersmap/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 230d47f394..4e034d7a75 100644
--- 
a/extensions/headersmap/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ 
b/extensions/headersmap/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -29,4 +29,4 @@ metadata:
   guide: 
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/headersmap.html";
   categories:
   - "integration"
-  status: "stable"
+  status: "deprecated"

Reply via email to