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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit db6ba931dc889507cb59baca320109e779c28597
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 19 09:01:09 2019 +0200

    Regen
---
 components/camel-mongodb3/src/main/docs/mongodb3-component.adoc     | 3 ++-
 .../components/modules/ROOT/pages/elasticsearch-rest-component.adoc | 3 +--
 docs/components/modules/ROOT/pages/mongodb3-component.adoc          | 6 ++++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc 
b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
index afe98e8..4ffa200 100644
--- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
+++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
@@ -140,7 +140,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 ----
 
 
-The component supports 3 options, which are listed below.
+The component supports 4 options, which are listed below.
 
 
 
@@ -149,6 +149,7 @@ The component supports 3 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.mongodb3.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
 | *camel.component.mongodb3.enabled* | Enable mongodb3 component | true | 
Boolean
+| *camel.component.mongodb3.mongo-connection* | Set a client used for 
connection: all endpoints generated from the component will share this 
connection bean. The option is a com.mongodb.MongoClient type. |  | String
 | *camel.component.mongodb3.resolve-property-placeholders* | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders. | true | 
Boolean
 |===
 // spring-boot-auto-configure options: END
diff --git 
a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc 
b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index e5e80fd..935c7e6 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -74,7 +74,7 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (15 parameters):
+==== Query Parameters (14 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -85,7 +85,6 @@ with the following path and query parameters:
 | *enableSSL* (producer) | Enable SSL | false | boolean
 | *hostAddresses* (producer) | *Required* Comma separated list with ip:port 
formatted remote transport addresses to use. |  | String
 | *indexName* (producer) | The name of the index to act against |  | String
-| *indexType* (producer) | The type of the index to act against |  | String
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *maxRetryTimeout* (producer) | The time in ms before retry | 30000 | int
 | *operation* (producer) | What operation to perform |  | 
ElasticsearchOperation
diff --git a/docs/components/modules/ROOT/pages/mongodb3-component.adoc 
b/docs/components/modules/ROOT/pages/mongodb3-component.adoc
index a03c1f5..4ffa200 100644
--- a/docs/components/modules/ROOT/pages/mongodb3-component.adoc
+++ b/docs/components/modules/ROOT/pages/mongodb3-component.adoc
@@ -55,13 +55,14 @@ 
mongodb3:connectionBean?database=databaseName&collection=collectionName&operatio
 
 
 // component options: START
-The MongoDB component supports 2 options, which are listed below.
+The MongoDB component supports 3 options, which are listed below.
 
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *mongoConnection* (common) | Set a client used for connection: all endpoints 
generated from the component will share this connection bean. |  | MongoClient
 | *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 |===
@@ -139,7 +140,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 ----
 
 
-The component supports 3 options, which are listed below.
+The component supports 4 options, which are listed below.
 
 
 
@@ -148,6 +149,7 @@ The component supports 3 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.mongodb3.basic-property-binding* | Whether the component 
should use basic property binding (Camel 2.x) or the newer property binding 
with additional capabilities | false | Boolean
 | *camel.component.mongodb3.enabled* | Enable mongodb3 component | true | 
Boolean
+| *camel.component.mongodb3.mongo-connection* | Set a client used for 
connection: all endpoints generated from the component will share this 
connection bean. The option is a com.mongodb.MongoClient type. |  | String
 | *camel.component.mongodb3.resolve-property-placeholders* | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders. | true | 
Boolean
 |===
 // spring-boot-auto-configure options: END

Reply via email to