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.git


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

commit 4962ab47d9fcaadb384d13b1a4e335747acae1fd
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri May 14 06:35:55 2021 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/components/mongodb.json         | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json
index 34a0b33..17d679e 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/mongodb.json
@@ -33,6 +33,7 @@
     "collectionIndex": { "kind": "parameter", "displayName": "Collection 
Index", "group": "common", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "Sets the collection index (JSON FORMAT : { 
field1 : order1, field2 : order2})" },
     "createCollection": { "kind": "parameter", "displayName": "Create 
Collection", "group": "common", "label": "", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Create collection during 
initialisation if it doesn't exist. Default is true." },
     "database": { "kind": "parameter", "displayName": "Database", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the name of the MongoDB database to target" },
+    "hosts": { "kind": "parameter", "displayName": "Hosts", "group": "common", 
"label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"description": "Host address of mongodb server in host:port format. It's 
possible also use more than one address, as comma separated list of hosts: 
host1:port1,host2:port2. If hosts parameter is specified, provided 
connectionBean is ignored." },
     "mongoConnection": { "kind": "parameter", "displayName": "Mongo 
Connection", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "com.mongodb.client.MongoClient", "deprecated": false, 
"autowired": false, "secret": false, "description": "Sets the connection bean 
used as a client for connecting to a database." },
     "operation": { "kind": "parameter", "displayName": "Operation", "group": 
"common", "label": "", "required": false, "type": "object", "javaType": 
"org.apache.camel.component.mongodb.MongoDbOperation", "enum": [ "findById", 
"findOneByQuery", "findAll", "findDistinct", "insert", "save", "update", 
"remove", "bulkWrite", "aggregate", "getDbStats", "getColStats", "count", 
"command" ], "deprecated": false, "autowired": false, "secret": false, 
"description": "Sets the operation this endpoint [...]
     "outputType": { "kind": "parameter", "displayName": "Output Type", 
"group": "common", "label": "common", "required": false, "type": "object", 
"javaType": "org.apache.camel.component.mongodb.MongoDbOutputType", "enum": [ 
"DocumentList", "Document", "MongoIterable" ], "deprecated": false, 
"autowired": false, "secret": false, "description": "Convert the output of the 
producer to the selected type : DocumentList Document or MongoIterable. 
DocumentList or MongoIterable applies to findAll  [...]
@@ -47,6 +48,8 @@
     "writeConcern": { "kind": "parameter", "displayName": "Write Concern", 
"group": "advanced", "label": "advanced", "required": false, "type": "string", 
"javaType": "java.lang.String", "enum": [ "ACKNOWLEDGED", "W1", "W2", "W3", 
"UNACKNOWLEDGED", "JOURNALED", "MAJORITY" ], "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": "ACKNOWLEDGED", "description": 
"Configure the connection bean with the level of acknowledgment requested from 
MongoDB for write operations to a [...]
     "writeResultAsHeader": { "kind": "parameter", "displayName": "Write Result 
As Header", "group": "advanced", "label": "advanced", "required": false, 
"type": "boolean", "javaType": "boolean", "deprecated": false, "autowired": 
false, "secret": false, "defaultValue": false, "description": "In write 
operations, it determines whether instead of returning WriteResult as the body 
of the OUT message, we transfer the IN message to the OUT and attach the 
WriteResult as a header." },
     "streamFilter": { "kind": "parameter", "displayName": "Stream Filter", 
"group": "changeStream", "label": "changeStream", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Filter condition for change streams 
consumer." },
+    "password": { "kind": "parameter", "displayName": "Password", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "User password for mongodb connection" },
+    "username": { "kind": "parameter", "displayName": "Username", "group": 
"security", "label": "security", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": true, "description": "Username for mongodb connection" },
     "persistentId": { "kind": "parameter", "displayName": "Persistent Id", 
"group": "tail", "label": "tail", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "autowired": false, 
"secret": false, "description": "One tail tracking collection can host many 
trackers for several tailable consumers. To keep them separate, each tracker 
should have its own unique persistentId." },
     "persistentTailTracking": { "kind": "parameter", "displayName": 
"Persistent Tail Tracking", "group": "tail", "label": "tail", "required": 
false, "type": "boolean", "javaType": "boolean", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": false, "description": 
"Enable persistent tail tracking, which is a mechanism to keep track of the 
last consumed message across system restarts. The next time the system is up, 
the endpoint will recover the cursor from the point [...]
     "tailTrackCollection": { "kind": "parameter", "displayName": "Tail Track 
Collection", "group": "tail", "label": "tail", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, "autowired": 
false, "secret": false, "description": "Collection where tail tracking 
information will be persisted. If not specified, 
MongoDbTailTrackingConfig#DEFAULT_COLLECTION will be used by default." },

Reply via email to