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

acosentino 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 55ccbdc  Regen
55ccbdc is described below

commit 55ccbdcae0c821d5f7f63a1f94771745ce601347
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Feb 14 16:36:00 2020 +0100

    Regen
---
 .../modules/ROOT/pages/braintree-component.adoc           | 15 ++++++++-------
 docs/components/modules/ROOT/pages/docker-component.adoc  |  5 +++--
 .../modules/ROOT/pages/etcd-keys-component.adoc           |  6 +++---
 .../modules/ROOT/pages/etcd-stats-component.adoc          |  4 ++--
 .../modules/ROOT/pages/etcd-watch-component.adoc          |  8 ++++----
 5 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/braintree-component.adoc 
b/docs/components/modules/ROOT/pages/braintree-component.adoc
index f310df6..8a87d07 100644
--- a/docs/components/modules/ROOT/pages/braintree-component.adoc
+++ b/docs/components/modules/ROOT/pages/braintree-component.adoc
@@ -52,7 +52,7 @@ The Braintree component supports 5 options, which are listed 
below.
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
 | *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 [...]
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
-| *logHandlerEnabled* (logging) | Sets whether to enable the 
BraintreeLogHandler. It may be desirable to set this to 'false' where an 
existing JUL - SLF4J logger bridge is on the classpath. | true | boolean
+| *logHandlerEnabled* (logging) | Sets whether to enable the 
BraintreeLogHandler. It may be desirable to set this to false where an existing 
JUL - SLF4J logger bridge is on the classpath. | true | boolean
 |===
 // component options: END
 
@@ -80,7 +80,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (33 parameters):
+=== Query Parameters (34 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -89,20 +89,15 @@ with the following path and query parameters:
 | *environment* (common) | The environment Either SANDBOX or PRODUCTION |  | 
String
 | *inBody* (common) | Sets the name of a parameter to be passed in the 
exchange In Body |  | String
 | *merchantId* (common) | The merchant id provided by Braintree. |  | String
-| *privateKey* (common) | The private key provided by Braintree. |  | String
-| *publicKey* (common) | The public key provided by Braintree. |  | String
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
 | *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll 
any files, you can enable this option to send an empty message (no body) 
instead. | false | boolean
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut |  | 
ExchangePattern
 | *pollStrategy* (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPollStrategy
 | *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 [...]
-| *accessToken* (advanced) | The access token granted by a merchant to another 
in order to process transactions on their behalf. Used in place of environment, 
merchant id, public key and private key fields. |  | String
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *httpReadTimeout* (advanced) | Set read timeout for http calls. |  | Integer
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| *httpLogLevel* (logging) | Set logging level for http calls, see 
java.util.logging.Level |  | String
-| *logHandlerEnabled* (logging) | Sets whether to enable the 
BraintreeLogHandler. It may be desirable to set this to 'false' where an 
existing JUL - SLF4J logger bridge is on the classpath. This option can also be 
configured globally on the BraintreeComponent. | true | boolean
 | *backoffErrorThreshold* (scheduler) | The number of subsequent error polls 
(failed due some error) that should happen before the backoffMultipler should 
kick-in. |  | int
 | *backoffIdleThreshold* (scheduler) | The number of subsequent idle polls 
that should happen before the backoffMultipler should kick-in. |  | int
 | *backoffMultiplier* (scheduler) | To let the scheduled polling consumer 
backoff if there has been a number of subsequent idles/errors in a row. The 
multiplier is then the number of polls that will be skipped before the next 
actual attempt is happening again. When this option is in use then 
backoffIdleThreshold and/or backoffErrorThreshold must also be configured. |  | 
int
@@ -117,8 +112,14 @@ with the following path and query parameters:
 | *startScheduler* (scheduler) | Whether the scheduler should be auto started. 
| true | boolean
 | *timeUnit* (scheduler) | Time unit for initialDelay and delay options. The 
value can be one of: NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, 
HOURS, DAYS | MILLISECONDS | TimeUnit
 | *useFixedDelay* (scheduler) | Controls if fixed delay or fixed rate is used. 
See ScheduledExecutorService in JDK for details. | true | boolean
+| *httpLogLevel* (logging) | Set logging level for http calls, see 
java.util.logging.Level |  | String
+| *httpLogName* (logging) | Set log category to use to log http calls. | 
Braintree | String
+| *logHandlerEnabled* (logging) | Sets whether to enable the 
BraintreeLogHandler. It may be desirable to set this to 'false' where an 
existing JUL - SLF4J logger bridge is on the classpath. This option can also be 
configured globally on the BraintreeComponent. | true | boolean
 | *proxyHost* (proxy) | The proxy host |  | String
 | *proxyPort* (proxy) | The proxy port |  | Integer
+| *accessToken* (security) | The access token granted by a merchant to another 
in order to process transactions on their behalf. Used in place of environment, 
merchant id, public key and private key fields. |  | String
+| *privateKey* (security) | The private key provided by Braintree. |  | String
+| *publicKey* (security) | The public key provided by Braintree. |  | String
 |===
 // endpoint options: END
 
diff --git a/docs/components/modules/ROOT/pages/docker-component.adoc 
b/docs/components/modules/ROOT/pages/docker-component.adoc
index ca359db..0ec4a7e 100644
--- a/docs/components/modules/ROOT/pages/docker-component.adoc
+++ b/docs/components/modules/ROOT/pages/docker-component.adoc
@@ -35,10 +35,10 @@ The Docker component supports 4 options, which are listed 
below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *configuration* (common) | To use the shared docker configuration |  | 
DockerConfiguration
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
 | *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 [...]
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
-| *configuration* (advanced) | To use the shared docker configuration |  | 
DockerConfiguration
 |===
 // component options: END
 
@@ -62,7 +62,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (22 parameters):
+=== Query Parameters (23 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -82,6 +82,7 @@ with the following path and query parameters:
 | *loggingFilter* (advanced) | Whether to use logging filter | false | boolean
 | *maxPerRouteConnections* (advanced) | Maximum route connections | 100 | 
Integer
 | *maxTotalConnections* (advanced) | Maximum total connections | 100 | Integer
+| *parameters* (advanced) | Additional configuration parameters as key/value 
pairs |  | Map
 | *serverAddress* (advanced) | Server address for docker registry. | 
https://index.docker.io/v1/ | String
 | *socket* (advanced) | Socket connection mode | true | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
diff --git a/docs/components/modules/ROOT/pages/etcd-keys-component.adoc 
b/docs/components/modules/ROOT/pages/etcd-keys-component.adoc
index 4ed664a..fccc762 100644
--- a/docs/components/modules/ROOT/pages/etcd-keys-component.adoc
+++ b/docs/components/modules/ROOT/pages/etcd-keys-component.adoc
@@ -30,13 +30,13 @@ The Etcd Keys component supports 8 options, which are 
listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *configuration* (producer) | Sets the common configuration shared among 
endpoints |  | EtcdConfiguration
 | *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 [...]
 | *password* (producer) | The password to use for basic authentication. |  | 
String
 | *sslContextParameters* (producer) | To configure security using 
SSLContextParameters. |  | SSLContextParameters
 | *uris* (producer) | To set the URIs the client connects. |  | String
 | *userName* (producer) | The user name to use for basic authentication. |  | 
String
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
-| *configuration* (advanced) | Sets the common configuration shared among 
endpoints |  | EtcdConfiguration
 | *useGlobalSslContextParameters* (security) | Enable usage of global SSL 
context parameters. | false | boolean
 |===
 // component options: END
@@ -66,12 +66,12 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *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 [...]
 | *recursive* (producer) | To apply an action recursively. | false | boolean
 | *servicePath* (producer) | The path to look for for service discovery | 
/services/ | String
 | *timeout* (producer) | To set the maximum time an action could take to 
complete. |  | Long
+| *uris* (common) | To set the URIs the client connects. | 
http://localhost:2379,http://localhost:4001 | 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 [...]
 | *timeToLive* (producer) | To set the lifespan of a key in milliseconds. |  | 
Integer
-| *uris* (producer) | To set the URIs the client connects. | 
http://localhost:2379,http://localhost:4001 | String
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 | *password* (security) | The password to use for basic authentication. |  | 
String
diff --git a/docs/components/modules/ROOT/pages/etcd-stats-component.adoc 
b/docs/components/modules/ROOT/pages/etcd-stats-component.adoc
index ab50d5d..102279b 100644
--- a/docs/components/modules/ROOT/pages/etcd-stats-component.adoc
+++ b/docs/components/modules/ROOT/pages/etcd-stats-component.adoc
@@ -30,6 +30,7 @@ The Etcd Stats component supports 9 options, which are listed 
below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
+| *configuration* (common) | Sets the common configuration shared among 
endpoints |  | EtcdConfiguration
 | *password* (common) | The password to use for basic authentication. |  | 
String
 | *sslContextParameters* (common) | To configure security using 
SSLContextParameters. |  | SSLContextParameters
 | *uris* (common) | To set the URIs the client connects. |  | String
@@ -37,7 +38,6 @@ The Etcd Stats component supports 9 options, which are listed 
below.
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
 | *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 [...]
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
-| *configuration* (advanced) | Sets the common configuration shared among 
endpoints |  | EtcdConfiguration
 | *useGlobalSslContextParameters* (security) | Enable usage of global SSL 
context parameters. | false | boolean
 |===
 // component options: END
@@ -76,7 +76,7 @@ with the following path and query parameters:
 | *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll 
any files, you can enable this option to send an empty message (no body) 
instead. | false | boolean
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut |  | 
ExchangePattern
-| *fromIndex* (consumer) | The index to watch from | 0 | Long
+| *fromIndex* (consumer) | The index to watch from | 0 | long
 | *pollStrategy* (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPollStrategy
 | *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 [...]
 | *timeToLive* (producer) | To set the lifespan of a key in milliseconds. |  | 
Integer
diff --git a/docs/components/modules/ROOT/pages/etcd-watch-component.adoc 
b/docs/components/modules/ROOT/pages/etcd-watch-component.adoc
index 51fa5fc..3f9f881 100644
--- a/docs/components/modules/ROOT/pages/etcd-watch-component.adoc
+++ b/docs/components/modules/ROOT/pages/etcd-watch-component.adoc
@@ -31,12 +31,12 @@ The Etcd Watch component supports 8 options, which are 
listed below.
 |===
 | Name | Description | Default | Type
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
+| *configuration* (consumer) | Sets the common configuration shared among 
endpoints |  | EtcdConfiguration
 | *password* (consumer) | The password to use for basic authentication. |  | 
String
 | *sslContextParameters* (consumer) | To configure security using 
SSLContextParameters. |  | SSLContextParameters
 | *uris* (consumer) | To set the URIs the client connects. |  | String
 | *userName* (consumer) | The user name to use for basic authentication. |  | 
String
 | *basicPropertyBinding* (advanced) | Whether the component should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
-| *configuration* (advanced) | Sets the common configuration shared among 
endpoints |  | EtcdConfiguration
 | *useGlobalSslContextParameters* (security) | Enable usage of global SSL 
context parameters. | false | boolean
 |===
 // component options: END
@@ -68,13 +68,13 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler, which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages, or the likes, will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions, that will be logged at WARN or ERROR level and ignored. | false | 
boolean
 | *recursive* (consumer) | To apply an action recursively. | false | boolean
-| *sendEmptyExchangeOnTimeout* (consumer) | To send an empty message in case 
of timeout watching for a key. | false | boolean
 | *servicePath* (consumer) | The path to look for for service discovery | 
/services/ | String
+| *uris* (common) | To set the URIs the client connects. | 
http://localhost:2379,http://localhost:4001 | String
+| *sendEmptyExchangeOnTimeout* (consumer) | To send an empty message in case 
of timeout watching for a key. | false | boolean
 | *timeout* (consumer) | To set the maximum time an action could take to 
complete. |  | Long
-| *uris* (consumer) | To set the URIs the client connects. | 
http://localhost:2379,http://localhost:4001 | String
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut |  | 
ExchangePattern
-| *fromIndex* (consumer) | The index to watch from | 0 | Long
+| *fromIndex* (consumer) | The index to watch from | 0 | long
 | *basicPropertyBinding* (advanced) | Whether the endpoint should use basic 
property binding (Camel 2.x) or the newer property binding with additional 
capabilities | false | boolean
 | *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used, or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 | *password* (security) | The password to use for basic authentication. |  | 
String

Reply via email to