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

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


The following commit(s) were added to refs/heads/main by this push:
     new 787f2739 [create-pull-request] automated change
787f2739 is described below

commit 787f2739c8c4a7e202d856af12eceec16c997d49
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 11 01:37:39 2022 +0000

    [create-pull-request] automated change
---
 .../resources/org/apache/camel/catalog/karaf/components/couchdb.json   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/couchdb.json
 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/couchdb.json
index b2a37997..eb561fe8 100644
--- 
a/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/couchdb.json
+++ 
b/catalog/camel-catalog-provider-karaf/src/main/resources/org/apache/camel/catalog/karaf/components/couchdb.json
@@ -31,7 +31,8 @@
     "CouchDbSeq": { "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": { "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": { "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": { "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" }
+    "CouchDbMethod": { "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": { "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": {
     "protocol": { "kind": "path", "displayName": "Protocol", "group": 
"common", "label": "", "required": true, "type": "string", "javaType": 
"java.lang.String", "enum": [ "http", "https" ], "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
protocol to use for communicating with the database." },

Reply via email to