This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 06ff7a7469549a62fe45a5c4f2bcb0a92610a43e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 15 09:51:52 2020 +0200

    CAMEL-14887: Move camel-headersmap from core to components
---
 .../META-INF/services/org/apache/camel/other.properties   |  7 +++++++
 .../src/generated/resources/headersmap.json               | 15 +++++++++++++++
 components/camel-headersmap/src/main/docs/headersmap.adoc | 12 ++++++++++--
 3 files changed, 32 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-headersmap/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-headersmap/src/generated/resources/META-INF/services/org/apache/camel/other.properties
new file mode 100644
index 0000000..c194d77
--- /dev/null
+++ 
b/components/camel-headersmap/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -0,0 +1,7 @@
+# Generated by camel build tools - do NOT edit this file!
+name=headersmap
+groupId=org.apache.camel
+artifactId=camel-headersmap
+version=3.3.0-SNAPSHOT
+projectName=Camel :: Headers Map
+projectDescription=Fast case-insensitive headers map implementation
diff --git 
a/components/camel-headersmap/src/generated/resources/headersmap.json 
b/components/camel-headersmap/src/generated/resources/headersmap.json
new file mode 100644
index 0000000..6f1b2f2
--- /dev/null
+++ b/components/camel-headersmap/src/generated/resources/headersmap.json
@@ -0,0 +1,15 @@
+{
+  "other": {
+    "kind": "other",
+    "name": "headersmap",
+    "title": "Headersmap",
+    "description": "Fast case-insensitive headers map implementation",
+    "deprecated": false,
+    "firstVersion": "2.20.0",
+    "label": "core",
+    "supportLevel": "Stable",
+    "groupId": "org.apache.camel",
+    "artifactId": "camel-headersmap",
+    "version": "3.3.0-SNAPSHOT"
+  }
+}
diff --git a/components/camel-headersmap/src/main/docs/headersmap.adoc 
b/components/camel-headersmap/src/main/docs/headersmap.adoc
index ef8055b..ea998c5 100644
--- a/components/camel-headersmap/src/main/docs/headersmap.adoc
+++ b/components/camel-headersmap/src/main/docs/headersmap.adoc
@@ -1,4 +1,12 @@
-= HeadersMap
+[[headersmap-component]]
+= Headersmap Component
+:docTitle: Headersmap
+:artifactId: camel-headersmap
+:description: Fast case-insensitive headers map implementation
+:since: 2.20
+:supportLevel: Stable
+
+*Since Camel {since}*
 
 The camel-headersmap is a faster implementation of a case-insenstive map which 
can be plugged in
 and used by Camel at runtime to have slight faster performance in the Camel 
Message headers.
@@ -31,4 +39,4 @@ Or in XML DSL (spring or blueprint XML file) you can declare 
the factory as a `<
 <bean id="fastMapFactory" 
class="org.apache.camel.component.headersmap.FastHeadersMapFactory"/>
 ----
 
-and then Camel should detect the bean and use the factory.
\ No newline at end of file
+and then Camel should detect the bean and use the factory.

Reply via email to