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 8a0d4261e3a09d402a4784025bec4068580d8489
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      | 4 ++--
 3 files changed, 6 insertions(+), 6 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 859bf6de30..7f25423312 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,8 +29,8 @@ metadata:
   guide: 
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/headersmap.html";
   categories:
   - "integration"
-  status: "stable"
+  status: "deprecated"
   integrates:
     - name: "Camel"
       artifact: "org.apache.camel:camel-base"
-      version: "${camel.version}"
\ No newline at end of file
+      version: "${camel.version}"

Reply via email to