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 b8d1d51 Regen
b8d1d51 is described below
commit b8d1d5144c356a25ebbaceb64447c39ed0ba539f
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jan 18 10:30:25 2022 +0100
Regen
---
.../org/apache/camel/springboot/catalog/components/mongodb.json | 4 ++--
tooling/camel-spring-boot-dependencies/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 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 1dae010..55dacf6 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
@@ -28,12 +28,12 @@
"autowiredEnabled": { "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 type, which t [...]
},
"properties": {
- "connectionBean": { "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." },
+ "connectionBean": { "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." },
"collection": { "kind": "parameter", "displayName": "Collection", "group":
"common", "label": "", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Sets the name of the MongoDB collection to bind to this
endpoint" },
"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." },
+ "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 the hosts parameter is specified, the 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 [...]
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index b20a93b..417dbe5 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4416,12 +4416,12 @@
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftplet-api</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.ftpserver</groupId>
<artifactId>ftpserver-core</artifactId>
- <version>1.1.1</version>
+ <version>1.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>