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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new db3f1481ab8 Regen
db3f1481ab8 is described below

commit db3f1481ab843b6882a7c050c1b26ab72ab75134
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri May 15 16:55:37 2026 +0200

    Regen
---
 .../apache/camel/springboot/catalog/components/couchbase.json  | 10 +++++-----
 .../apache/camel/springboot/catalog/components/couchdb.json    | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
index 84d25747888..7ac0172dbbc 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchbase.json
@@ -31,11 +31,11 @@
     "healthCheckProducerEnabled": { "index": 4, "kind": "property", 
"displayName": "Health Check Producer Enabled", "group": "health", "label": 
"health", "required": false, "type": "boolean", "javaType": "boolean", 
"deprecated": false, "autowired": false, "secret": false, "defaultValue": true, 
"description": "Used for enabling or disabling all producer based health checks 
from this component. Notice: Camel has by default disabled all producer based 
health-checks. You can turn on producer [...]
   },
   "headers": {
-    "CCB_KEY": { "index": 0, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The key", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_KEY" },
-    "CCB_ID": { "index": 1, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The document id", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_ID" },
-    "CCB_TTL": { "index": 2, "kind": "header", "displayName": "", "group": 
"producer", "label": "producer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The expiry for the document in seconds", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_TTL" },
-    "CCB_DDN": { "index": 3, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The design document name", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_DESIGN_DOCUMENT_NAME"
 },
-    "CCB_VN": { "index": 4, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The view name", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_VIEWNAME" },
+    "CamelCouchbaseKey": { "index": 0, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The key", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_KEY" },
+    "CamelCouchbaseId": { "index": 1, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The document id", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_ID" },
+    "CamelCouchbaseTtl": { "index": 2, "kind": "header", "displayName": "", 
"group": "producer", "label": "producer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The expiry for the document in seconds", 
"constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_TTL" },
+    "CamelCouchbaseDesignDocumentName": { "index": 3, "kind": "header", 
"displayName": "", "group": "consumer", "label": "consumer", "required": false, 
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": 
false, "secret": false, "description": "The design document name", 
"constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_DESIGN_DOCUMENT_NAME"
 },
+    "CamelCouchbaseViewName": { "index": 4, "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The view name", "constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#HEADER_VIEWNAME" },
     "CamelCqlResumeQuery": { "index": 5, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The resume action to execute when resuming.", 
"constantName": 
"org.apache.camel.component.couchbase.CouchbaseConstants#COUCHBASE_RESUME_ACTION"
 }
   },
   "properties": {
diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchdb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchdb.json
index 4482311005f..df3e7b5cf98 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchdb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/couchdb.json
@@ -29,11 +29,11 @@
     "autowiredEnabled": { "index": 2, "kind": "property", "displayName": 
"Autowired Enabled", "group": "advanced", "label": "advanced", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": true, "description": 
"Whether autowiring is enabled. This is used for automatic autowiring options 
(the option must be marked as autowired) by looking up in the registry to find 
if there is a single instance of matching t [...]
   },
   "headers": {
-    "CouchDbDatabase": { "index": 0, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The database the message came from", 
"constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_DATABASE" },
-    "CouchDbSeq": { "index": 1, "kind": "header", "displayName": "", "group": 
"consumer", "label": "consumer", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The couchdb changeset sequence number of the update \/ 
delete message", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_SEQ" },
-    "CouchDbId": { "index": 2, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The couchdb document id", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_DOC_ID" },
-    "CouchDbRev": { "index": 3, "kind": "header", "displayName": "", "group": 
"common", "label": "", "required": false, "javaType": "String", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "The couchdb document revision", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_DOC_REV" },
-    "CouchDbMethod": { "index": 4, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The method (delete \/ update)", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_METHOD" },
+    "CamelCouchDbDatabase": { "index": 0, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The database the message came from", 
"constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_DATABASE" },
+    "CamelCouchDbSeq": { "index": 1, "kind": "header", "displayName": "", 
"group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The couchdb changeset sequence number of the 
update \/ delete message", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_SEQ" },
+    "CamelCouchDbId": { "index": 2, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The couchdb document id", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_DOC_ID" },
+    "CamelCouchDbRev": { "index": 3, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The couchdb document revision", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_DOC_REV" },
+    "CamelCouchDbMethod": { "index": 4, "kind": "header", "displayName": "", 
"group": "common", "label": "", "required": false, "javaType": "String", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "The method (delete \/ update)", "constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#HEADER_METHOD" },
     "CamelCouchDbResumeAction": { "index": 5, "kind": "header", "displayName": 
"", "group": "consumer", "label": "consumer", "required": false, "javaType": 
"String", "deprecated": false, "deprecationNote": "", "autowired": false, 
"secret": false, "description": "The resume action to execute when resuming.", 
"constantName": 
"org.apache.camel.component.couchdb.CouchDbConstants#COUCHDB_RESUME_ACTION" }
   },
   "properties": {

Reply via email to