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 4105710cc5e Regen
4105710cc5e is described below

commit 4105710cc5e016fb4526d511337301593c6ffc81
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Feb 20 12:31:50 2024 +0100

    Regen
---
 .../org/apache/camel/springboot/catalog/components/mongodb.json     | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mongodb.json
 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mongodb.json
index 0438b73dcfe..0ddcbded88d 100644
--- 
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mongodb.json
+++ 
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/mongodb.json
@@ -52,7 +52,9 @@
     "CamelMongoDbAllowDiskUse": { "index": 20, "kind": "header", 
"displayName": "", "group": "producer findAll aggregate", "label": "producer 
findAll aggregate", "required": false, "javaType": "Boolean", "deprecated": 
false, "deprecationNote": "", "autowired": false, "secret": false, 
"description": "Sets allowDiskUse MongoDB flag. This is supported since MongoDB 
Server 4.3.1. Using this header with older MongoDB Server version can cause 
query to fail.", "constantName": "org.apache.camel. [...]
     "CamelMongoDbBulkOrdered": { "index": 21, "kind": "header", "displayName": 
"", "group": "producer bulkWrite", "label": "producer bulkWrite", "required": 
false, "javaType": "Boolean", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "defaultValue": "TRUE", "description": 
"Perform an ordered or unordered operation execution.", "constantName": 
"org.apache.camel.component.mongodb.MongoDbConstants#BULK_ORDERED" },
     "_id": { "index": 22, "kind": "header", "displayName": "", "group": 
"consumer changeStreams", "label": "consumer changeStreams", "required": false, 
"javaType": "org.bson.types.ObjectId", "deprecated": false, "deprecationNote": 
"", "autowired": false, "secret": false, "description": "A document that 
contains the _id of the document created or modified by the insert, replace, 
delete, update operations (i.e. CRUD operations). For sharded collections, also 
displays the full shard key for [...]
-    "CamelMongoDbStreamOperationType": { "index": 23, "kind": "header", 
"displayName": "", "group": "consumer changeStreams", "label": "consumer 
changeStreams", "required": false, "javaType": "String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of operation that occurred. Can be any of the following values: insert, 
delete, replace, update, drop, rename, dropDatabase, invalidate.", 
"constantName": "org.apache.camel.component.m [...]
+    "CamelMongoDbStreamOperationType": { "index": 23, "kind": "header", 
"displayName": "", "group": "consumer changeStreams", "label": "consumer 
changeStreams", "required": false, "javaType": "String", "deprecated": false, 
"deprecationNote": "", "autowired": false, "secret": false, "description": "The 
type of operation that occurred. Can be any of the following values: insert, 
delete, replace, update, drop, rename, dropDatabase, invalidate.", 
"constantName": "org.apache.camel.component.m [...]
+    "CamelMongoDbReturnDocumentType": { "index": 24, "kind": "header", 
"displayName": "", "group": "producer update one and return", "label": 
"producer update one and return", "required": false, "javaType": 
"com.mongodb.client.model.ReturnDocument", "enum": [ "BEFORE", "AFTER" ], 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Indicates which document to return, the document before 
or after an update and return atomic operation.", "constan [...]
+    "CamelMongoDbOperationOption": { "index": 25, "kind": "header", 
"displayName": "", "group": "producer update one and options", "label": 
"producer update one and options", "required": false, "javaType": "Object", 
"deprecated": false, "deprecationNote": "", "autowired": false, "secret": 
false, "description": "Options to use. When set, options set in the headers 
will be ignored.", "constantName": 
"org.apache.camel.component.mongodb.MongoDbConstants#OPTIONS" }
   },
   "properties": {
     "connectionBean": { "index": 0, "kind": "path", "displayName": "Connection 
Bean", "group": "common", "label": "", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Sets the connection bean 
reference used to lookup a client for connecting to a database if no hosts 
parameter is present." },
@@ -62,7 +64,7 @@
     "database": { "index": 4, "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": { "index": 5, "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 the hosts parameter is specified, the 
provided connectionBean is ignored." },
     "mongoConnection": { "index": 6, "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": { "index": 7, "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 t [...]
+    "operation": { "index": 7, "kind": "parameter", "displayName": 
"Operation", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "org.apache.camel.component.mongodb.MongoDbOperation", 
"enum": [ "findById", "findOneAndDelete", "findOneAndReplace", 
"findOneAndUpdate", "findOneByQuery", "findAll", "findDistinct", "insert", 
"save", "update", "remove", "bulkWrite", "aggregate", "getDbStats", 
"getColStats", "count", "command" ], "deprecated": false, "autowired": [...]
     "outputType": { "index": 8, "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 [...]
     "consumerType": { "index": 9, "kind": "parameter", "displayName": 
"Consumer Type", "group": "consumer", "label": "consumer", "required": false, 
"type": "string", "javaType": "java.lang.String", "deprecated": false, 
"autowired": false, "secret": false, "description": "Consumer type." },
     "bridgeErrorHandler": { "index": 10, "kind": "parameter", "displayName": 
"Bridge Error Handler", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions (if possible) occurred 
while the Camel consumer is trying to pickup incoming [...]

Reply via email to