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

commit 9cbc320d44454c8e0f0942614b7a914e30243374
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Nov 5 17:04:16 2018 +0100

    Regen
---
 components/camel-cache/src/main/docs/cache-component.adoc    |  2 +-
 components/camel-consul/src/main/docs/consul-component.adoc  |  6 +++---
 .../camel-disruptor/src/main/docs/disruptor-component.adoc   |  4 ++--
 .../camel-ehcache/src/main/docs/ehcache-component.adoc       |  2 +-
 .../camel-infinispan/src/main/docs/infinispan-component.adoc |  2 +-
 components/camel-jetty9/src/main/docs/jetty-component.adoc   |  2 +-
 components/camel-jms/src/main/docs/jms-component.adoc        |  2 +-
 components/camel-mllp/src/main/docs/mllp-component.adoc      |  4 ++--
 components/camel-nagios/src/main/docs/nagios-component.adoc  |  2 +-
 components/camel-netty/src/main/docs/netty-component.adoc    | 10 +++++-----
 components/camel-netty4/src/main/docs/netty4-component.adoc  | 12 ++++++------
 components/camel-ssh/src/main/docs/ssh-component.adoc        |  4 ++--
 .../camel-zookeeper/src/main/docs/zookeeper-component.adoc   |  2 +-
 13 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/components/camel-cache/src/main/docs/cache-component.adoc 
b/components/camel-cache/src/main/docs/cache-component.adoc
index e5d40c1..bb46a53 100644
--- a/components/camel-cache/src/main/docs/cache-component.adoc
+++ b/components/camel-cache/src/main/docs/cache-component.adoc
@@ -127,7 +127,6 @@ The component supports 17 options, which are listed below.
 | *camel.component.cache.configuration.cache-name* | Name of the cache |  | 
String
 | *camel.component.cache.configuration.disk-expiry-thread-interval-seconds* | 
The number of seconds between runs of the disk expiry thread. |  | Long
 | *camel.component.cache.configuration.disk-persistent* | Whether the disk 
store persists between restarts of the application. | false | Boolean
-| *camel.component.cache.configuration.disk-store-path* | This parameter is 
ignored. CacheManager sets it using setter injection. |  | String
 | *camel.component.cache.configuration.eternal* | Sets whether elements are 
eternal. If eternal, timeouts are ignored and the element never expires. | 
false | Boolean
 | *camel.component.cache.configuration.event-listener-registry* | To configure 
event listeners using the CacheEventListenerRegistry |  | CacheEventListener 
Registry
 | *camel.component.cache.configuration.max-elements-in-memory* | The number of 
elements that may be stored in the defined cache in memory. | 1000 | Integer
@@ -138,6 +137,7 @@ The component supports 17 options, which are listed below.
 | *camel.component.cache.configuration.time-to-live-seconds* | The maximum 
time between creation time and when an element expires. Is used only if the 
element is not eternal | 300 | Long
 | *camel.component.cache.enabled* | Enable cache component | true | Boolean
 | *camel.component.cache.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
+| *camel.component.cache.configuration.disk-store-path* | This parameter is 
ignored. CacheManager sets it using setter injection. |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-consul/src/main/docs/consul-component.adoc 
b/components/camel-consul/src/main/docs/consul-component.adoc
index 2c6deda..1664245 100644
--- a/components/camel-consul/src/main/docs/consul-component.adoc
+++ b/components/camel-consul/src/main/docs/consul-component.adoc
@@ -109,7 +109,6 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.cluster.service.connect-timeout-millis* |  |  | Long
 | *camel.component.consul.cluster.service.consistency-mode* |  |  | 
ConsistencyMode
 | *camel.component.consul.cluster.service.datacenter* |  |  | String
-| *camel.component.consul.cluster.service.dc* |  |  | String
 | *camel.component.consul.cluster.service.enabled* | Sets if the consul 
cluster service should be enabled or not, default is false. | false | Boolean
 | *camel.component.consul.cluster.service.first-index* |  |  | BigInteger
 | *camel.component.consul.cluster.service.id* | Cluster Service ID |  | String
@@ -136,7 +135,6 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.configuration.consistency-mode* | The 
consistencyMode used for queries, default ConsistencyMode.DEFAULT |  | 
ConsistencyMode
 | *camel.component.consul.configuration.consul-client* | Reference to a 
`com.orbitz.consul.Consul` in the registry. |  | Consul
 | *camel.component.consul.configuration.datacenter* | The data center |  | 
String
-| *camel.component.consul.configuration.dc* | The data center  @deprecated 
replaced by {@link #setDatacenter(String)} ()} |  | String
 | *camel.component.consul.configuration.first-index* | The first index for 
watch for, default 0 |  | BigInteger
 | *camel.component.consul.configuration.key* | The default key. Can be 
overridden by CamelConsulKey |  | String
 | *camel.component.consul.configuration.near-node* | The near node to use for 
queries. |  | String
@@ -168,7 +166,6 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.service-registry.connect-timeout-millis* |  |  | Long
 | *camel.component.consul.service-registry.consistency-mode* |  |  | 
ConsistencyMode
 | *camel.component.consul.service-registry.datacenter* |  |  | String
-| *camel.component.consul.service-registry.dc* |  |  | String
 | *camel.component.consul.service-registry.deregister-after* |  |  | Integer
 | *camel.component.consul.service-registry.deregister-services-on-stop* |  |  
| Boolean
 | *camel.component.consul.service-registry.enabled* | Sets if the consul 
service registry should be enabled or not, default is false. | false | Boolean
@@ -192,6 +189,9 @@ The component supports 90 options, which are listed below.
 | *camel.component.consul.url* | The Consul agent URL |  | String
 | *camel.component.consul.use-global-ssl-context-parameters* | Enable usage of 
global SSL context parameters. | false | Boolean
 | *camel.component.consul.user-name* | Sets the username to be used for basic 
authentication |  | String
+| *camel.component.consul.cluster.service.dc* |  |  | String
+| *camel.component.consul.configuration.dc* | The data center  @deprecated 
replaced by {@link #setDatacenter(String)} ()} |  | String
+| *camel.component.consul.service-registry.dc* |  |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc 
b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
index 29ad345..6568789 100644
--- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
+++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
@@ -173,7 +173,6 @@ The component supports 18 options, which are listed below.
 | *camel.component.disruptor-vm.default-producer-type* | To configure the 
default value for DisruptorProducerType The default value is Multi. |  | 
DisruptorProducerType
 | *camel.component.disruptor-vm.default-wait-strategy* | To configure the 
default value for DisruptorWaitStrategy The default value is Blocking. |  | 
DisruptorWaitStrategy
 | *camel.component.disruptor-vm.enabled* | Enable disruptor-vm component | 
true | Boolean
-| *camel.component.disruptor-vm.queue-size* | To configure the ring buffer 
size |  | Integer
 | *camel.component.disruptor-vm.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
 | *camel.component.disruptor.buffer-size* | To configure the ring buffer size 
| 1024 | Integer
 | *camel.component.disruptor.default-block-when-full* | To configure the 
default value for block when full The default value is true. | true | Boolean
@@ -182,8 +181,9 @@ The component supports 18 options, which are listed below.
 | *camel.component.disruptor.default-producer-type* | To configure the default 
value for DisruptorProducerType The default value is Multi. |  | 
DisruptorProducerType
 | *camel.component.disruptor.default-wait-strategy* | To configure the default 
value for DisruptorWaitStrategy The default value is Blocking. |  | 
DisruptorWaitStrategy
 | *camel.component.disruptor.enabled* | Enable disruptor component | true | 
Boolean
-| *camel.component.disruptor.queue-size* | To configure the ring buffer size | 
 | Integer
 | *camel.component.disruptor.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
+| *camel.component.disruptor-vm.queue-size* | To configure the ring buffer 
size |  | Integer
+| *camel.component.disruptor.queue-size* | To configure the ring buffer size | 
 | Integer
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-ehcache/src/main/docs/ehcache-component.adoc 
b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
index 8bc6440..c53faad 100644
--- a/components/camel-ehcache/src/main/docs/ehcache-component.adoc
+++ b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
@@ -120,7 +120,6 @@ The component supports 25 options, which are listed below.
 | *camel.component.ehcache.configuration.action* | To configure the default 
cache action. If an action is set in the message header, then the operation 
from the header takes precedence. |  | String
 | *camel.component.ehcache.configuration.cache-manager* | The cache manager |  
| CacheManager
 | *camel.component.ehcache.configuration.cache-manager-configuration* | The 
cache manager configuration |  | Configuration
-| *camel.component.ehcache.configuration.config-uri* | URI pointing to the 
Ehcache XML configuration file's location  @deprecated use {@link 
#setConfigurationUri(String)} instead |  | String
 | *camel.component.ehcache.configuration.configuration* | The default cache 
configuration to be used to create caches. |  | CacheConfiguration
 | *camel.component.ehcache.configuration.configuration-uri* | URI pointing to 
the Ehcache XML configuration file's location |  | String
 | *camel.component.ehcache.configuration.configurations* | A map of cache 
configuration to be used to create caches. |  | Map
@@ -137,6 +136,7 @@ The component supports 25 options, which are listed below.
 | *camel.component.ehcache.customizer.cache-manager.override* | Configure if 
the cache manager eventually set on the component should be overridden by the 
customizer. | false | Boolean
 | *camel.component.ehcache.enabled* | Enable ehcache component | true | Boolean
 | *camel.component.ehcache.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
+| *camel.component.ehcache.configuration.config-uri* | URI pointing to the 
Ehcache XML configuration file's location  @deprecated use {@link 
#setConfigurationUri(String)} instead |  | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git 
a/components/camel-infinispan/src/main/docs/infinispan-component.adoc 
b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
index 660cca5..4178eca 100644
--- a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -115,7 +115,6 @@ The component supports 21 options, which are listed below.
 | *camel.component.infinispan.configuration.cache-container* | Specifies the 
cache Container to connect |  | BasicCacheContainer
 | *camel.component.infinispan.configuration.cache-container-configuration* | 
The CacheContainer configuration. Uses if the cacheContainer is not defined. 
Must be the following types: 
org.infinispan.client.hotrod.configuration.Configuration - for remote cache 
interaction configuration; org.infinispan.configuration.cache.Configuration - 
for embedded cache interaction configuration; |  | Object
 | *camel.component.infinispan.configuration.clustered-listener* | If true, the 
listener will be installed for the entire cluster | false | Boolean
-| *camel.component.infinispan.configuration.command* | The operation to 
perform. | PUT | String
 | *camel.component.infinispan.configuration.configuration-properties* | 
Implementation specific properties for the CacheManager |  | Map
 | *camel.component.infinispan.configuration.configuration-uri* | An 
implementation specific URI for the CacheManager |  | String
 | *camel.component.infinispan.configuration.custom-listener* | Returns the 
custom listener in use, if provided |  | InfinispanCustom Listener
@@ -132,6 +131,7 @@ The component supports 21 options, which are listed below.
 | *camel.component.infinispan.customizer.remote-cache-manager.override* | 
Configure if the cache manager eventually set on the component should be 
overridden by the customizer. | false | Boolean
 | *camel.component.infinispan.enabled* | Enable infinispan component | true | 
Boolean
 | *camel.component.infinispan.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
+| *camel.component.infinispan.configuration.command* | The operation to 
perform. | PUT | String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc 
b/components/camel-jetty9/src/main/docs/jetty-component.adoc
index 42f5833..0c313f7 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -148,7 +148,7 @@ with the following path and query parameters:
 | *sessionSupport* (consumer) | Specifies whether to enable the session 
manager on the server side of Jetty. | false | boolean
 | *useContinuation* (consumer) | Whether or not to use Jetty continuations for 
the Jetty Server. |  | Boolean
 | *eagerCheckContentAvailable* (consumer) | Whether to eager check whether the 
HTTP requests has content if the content-length header is 0 or not present. 
This can be turned on in case HTTP clients do not send streamed data. | false | 
boolean
-| *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
+| *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. |  | ExchangePattern
 | *filterInitParameters* (consumer) | Configuration of the filter init 
parameters. These parameters will be applied to the filter list before starting 
the jetty server. |  | Map
 | *filtersRef* (consumer) | Allows using a custom filters which is putted into 
a list and can be find in the Registry. Multiple values can be separated by 
comma. |  | String
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc 
b/components/camel-jms/src/main/docs/jms-component.adoc
index bbae750..e401d33 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -529,7 +529,6 @@ The component supports 172 options, which are listed below.
 | *camel.component.jms.configuration.test-connection-on-startup* | Specifies 
whether to test the connection on startup. This ensures that when Camel starts 
that all the JMS consumers have a valid connection to the JMS broker. If a 
connection cannot be granted then Camel throws an exception on startup. This 
ensures that Camel is not started with failed connections. The JMS producers is 
tested as well. | false | Boolean
 | *camel.component.jms.configuration.time-to-live* | When sending messages, 
specifies the time-to-live of the message (in milliseconds). | -1 | Long
 | *camel.component.jms.configuration.transacted* | Specifies whether to use 
transacted mode | false | Boolean
-| *camel.component.jms.configuration.transacted-in-out* |  |  | Boolean
 | *camel.component.jms.configuration.transaction-manager* | The Spring 
transaction manager to use. |  | PlatformTransaction Manager
 | *camel.component.jms.configuration.transaction-name* | The name of the 
transaction to use. |  | String
 | *camel.component.jms.configuration.transaction-timeout* | The timeout value 
of the transaction (in seconds), if using transacted mode. | -1 | Integer
@@ -605,6 +604,7 @@ The component supports 172 options, which are listed below.
 | *camel.component.jms.username* | Username to use with the ConnectionFactory. 
You can also configure username/password directly on the ConnectionFactory. |  
| String
 | *camel.component.jms.wait-for-provision-correlation-to-be-updated-counter* | 
Number of times to wait for provisional correlation id to be updated to the 
actual correlation id when doing request/reply over JMS and when the option 
useMessageIDAsCorrelationID is enabled. | 50 | Integer
 | 
*camel.component.jms.wait-for-provision-correlation-to-be-updated-thread-sleeping-time*
 | Interval in millis to sleep each time while waiting for provisional 
correlation id to be updated. | 100 | Long
+| *camel.component.jms.configuration.transacted-in-out* |  |  | Boolean
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-mllp/src/main/docs/mllp-component.adoc 
b/components/camel-mllp/src/main/docs/mllp-component.adoc
index 3b353f2..714937a 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -135,7 +135,6 @@ The component supports 31 options, which are listed below.
 | *camel.component.mllp.configuration.bind-retry-interval* | TCP Server Only - 
The number of milliseconds to wait between bind attempts | 5000 | Integer
 | *camel.component.mllp.configuration.bind-timeout* | TCP Server Only - The 
number of milliseconds to retry binding to a server port | 30000 | Integer
 | *camel.component.mllp.configuration.bridge-error-handler* | Allows for 
bridging the consumer to the Camel routing Error Handler, which mean any 
exceptions occurred while the consumer is trying to receive incoming messages, 
or the likes, will now be processed as a message and handled by the routing 
Error Handler. If disabled, the consumer will use the 
org.apache.camel.spi.ExceptionHandler to deal with exceptions by logging them 
at WARN or ERROR level and ignored. | true | Boolean
-| *camel.component.mllp.configuration.buffer-writes* | Enable/Disable the 
buffering of HL7 payloads before writing to the socket. | false | Boolean
 | *camel.component.mllp.configuration.charset-name* | Set the CamelCharsetName 
property on the exchange |  | String
 | *camel.component.mllp.configuration.connect-timeout* | Timeout (in 
milliseconds) for establishing for a TCP connection TCP Client only | 30000 | 
Integer
 | *camel.component.mllp.configuration.exchange-pattern* | Sets the exchange 
pattern when the consumer creates an exchange. |  | ExchangePattern
@@ -144,7 +143,6 @@ The component supports 31 options, which are listed below.
 | *camel.component.mllp.configuration.keep-alive* | Enable/disable the 
SO_KEEPALIVE socket option. | true | Boolean
 | *camel.component.mllp.configuration.lenient-bind* | TCP Server Only - Allow 
the endpoint to start before the TCP ServerSocket is bound. In some 
environments, it may be desirable to allow the endpoint to start before the TCP 
ServerSocket is bound. | false | Boolean
 | *camel.component.mllp.configuration.max-concurrent-consumers* | The maximum 
number of concurrent MLLP Consumer connections that will be allowed. If a new 
connection is received and the maximum is number are already established, the 
new connection will be reset immediately. | 5 | Integer
-| *camel.component.mllp.configuration.max-receive-timeouts* | The maximum 
number of timeouts (specified by receiveTimeout) allowed before the TCP 
Connection will be reset. |  | Integer
 | *camel.component.mllp.configuration.read-timeout* | The SO_TIMEOUT value (in 
milliseconds) used after the start of an MLLP frame has been received | 5000 | 
Integer
 | *camel.component.mllp.configuration.receive-buffer-size* | Sets the 
SO_RCVBUF option to the specified value (in bytes) | 8192 | Integer
 | *camel.component.mllp.configuration.receive-timeout* | The SO_TIMEOUT value 
(in milliseconds) used when waiting for the start of an MLLP frame | 15000 | 
Integer
@@ -160,6 +158,8 @@ The component supports 31 options, which are listed below.
 | *camel.component.mllp.log-phi* | Set the component to log PHI data. | true | 
Boolean
 | *camel.component.mllp.log-phi-max-bytes* | Set the maximum number of bytes 
of PHI that will be logged in a log entry. | 5120 | Integer
 | *camel.component.mllp.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
+| *camel.component.mllp.configuration.buffer-writes* | Enable/Disable the 
buffering of HL7 payloads before writing to the socket. | false | Boolean
+| *camel.component.mllp.configuration.max-receive-timeouts* | The maximum 
number of timeouts (specified by receiveTimeout) allowed before the TCP 
Connection will be reset. |  | Integer
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-nagios/src/main/docs/nagios-component.adoc 
b/components/camel-nagios/src/main/docs/nagios-component.adoc
index 04173ec..1bbf00d 100644
--- a/components/camel-nagios/src/main/docs/nagios-component.adoc
+++ b/components/camel-nagios/src/main/docs/nagios-component.adoc
@@ -105,7 +105,6 @@ The component supports 10 options, which are listed below.
 | Name | Description | Default | Type
 | *camel.component.nagios.configuration.connection-timeout* | Connection 
timeout in millis. | 5000 | Integer
 | *camel.component.nagios.configuration.encryption* | To specify an encryption 
method. |  | Encryption
-| *camel.component.nagios.configuration.encryption-method* | To specify an 
encryption method. |  | NagiosEncryptionMethod
 | *camel.component.nagios.configuration.host* | This is the address of the 
Nagios host where checks should be send. |  | String
 | *camel.component.nagios.configuration.nagios-settings* |  |  | NagiosSettings
 | *camel.component.nagios.configuration.password* | Password to be 
authenticated when sending checks to Nagios. |  | String
@@ -113,6 +112,7 @@ The component supports 10 options, which are listed below.
 | *camel.component.nagios.configuration.timeout* | Sending timeout in millis. 
| 5000 | Integer
 | *camel.component.nagios.enabled* | Enable nagios component | true | Boolean
 | *camel.component.nagios.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
+| *camel.component.nagios.configuration.encryption-method* | To specify an 
encryption method. |  | NagiosEncryptionMethod
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-netty/src/main/docs/netty-component.adoc 
b/components/camel-netty/src/main/docs/netty-component.adoc
index b15bbec..f4f6012 100644
--- a/components/camel-netty/src/main/docs/netty-component.adoc
+++ b/components/camel-netty/src/main/docs/netty-component.adoc
@@ -195,25 +195,21 @@ The component supports 70 options, which are listed below.
 | *camel.component.netty.configuration.client-mode* | If the clientMode is 
true, netty consumer will connect the address as a TCP client. | false | Boolean
 | *camel.component.netty.configuration.client-pipeline-factory* | To use a 
custom ClientPipelineFactory |  | ClientPipelineFactory
 | *camel.component.netty.configuration.connect-timeout* | Time to wait for a 
socket connection to be available. Value is in millis. | 10000 | Long
-| *camel.component.netty.configuration.decoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of inbound payloads. Must 
override org.jboss.netty.channel.ChannelUpStreamHandler. |  | ChannelHandler
 | *camel.component.netty.configuration.decoder-max-line-length* | The max line 
length to use for the textline codec. | 1024 | Integer
 | *camel.component.netty.configuration.decoders* | A list of decoders to be 
used. You can use a String which have values separated by comma, and have the 
values be looked up in the Registry. Just remember to prefix the value with # 
so Camel knows it should lookup. |  | List
 | *camel.component.netty.configuration.delimiter* | The delimiter to use for 
the textline codec. Possible values are LINE and NULL. |  | TextLineDelimiter
 | *camel.component.netty.configuration.disconnect* | Whether or not to 
disconnect(close) from Netty Channel right after use. Can be used for both 
consumer and producer. | false | Boolean
 | *camel.component.netty.configuration.disconnect-on-no-reply* | If sync is 
enabled then this option dictates NettyConsumer if it should disconnect where 
there is no reply to send back. | true | Boolean
 | *camel.component.netty.configuration.enabled-protocols* | Which protocols to 
enable when using SSL | TLSv1,TLSv1.1,TLSv1.2 | String
-| *camel.component.netty.configuration.encoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of outbound payloads. 
Must override org.jboss.netty.channel.ChannelDownStreamHandler. |  | 
ChannelHandler
 | *camel.component.netty.configuration.encoders* | A list of encoders to be 
used. You can use a String which have values separated by comma, and have the 
values be looked up in the Registry. Just remember to prefix the value with # 
so Camel knows it should lookup. |  | List
 | *camel.component.netty.configuration.encoding* | The encoding (a charset 
name) to use for the textline codec. If not provided, Camel will use the JVM 
default Charset. |  | String
 | *camel.component.netty.configuration.host* | The hostname. For the consumer 
the hostname is localhost or 0.0.0.0 For the producer the hostname is the 
remote host to connect to |  | String
 | *camel.component.netty.configuration.keep-alive* | Setting to ensure socket 
is not closed due to inactivity | true | Boolean
-| *camel.component.netty.configuration.key-store-file* | Client side 
certificate keystore to be used for encryption |  | File
 | *camel.component.netty.configuration.key-store-format* | Keystore format to 
be used for payload encryption. Defaults to JKS if not set | JKS | String
 | *camel.component.netty.configuration.key-store-resource* | Client side 
certificate keystore to be used for encryption. Is loaded by default from 
classpath, but you can prefix with classpath:, file:, or http: to load the 
resource from different systems. |  | String
 | *camel.component.netty.configuration.lazy-channel-creation* | Channels can 
be lazily created to avoid exceptions, if the remote server is not up and 
running when the Camel producer is started. | true | Boolean
 | *camel.component.netty.configuration.max-channel-memory-size* | The maximum 
total size of the queued events per channel when using 
orderedThreadPoolExecutor. Specify 0 to disable. | 10485760 | Long
 | *camel.component.netty.configuration.max-total-memory-size* | The maximum 
total size of the queued events for this pool when using 
orderedThreadPoolExecutor. Specify 0 to disable. | 209715200 | Long
-| *camel.component.netty.configuration.maximum-pool-size* |  |  | Integer
 | *camel.component.netty.configuration.need-client-auth* | Configures whether 
the server needs client authentication when using SSL. | false | Boolean
 | *camel.component.netty.configuration.netty-server-bootstrap-factory* | To 
use a custom NettyServerBootstrapFactory |  | NettyServerBootstrap Factory
 | *camel.component.netty.configuration.network-interface* | When using UDP 
then this option can be used to specify a network interface by its name, such 
as eth0 to join a multicast group. |  | String
@@ -245,7 +241,6 @@ The component supports 70 options, which are listed below.
 | *camel.component.netty.configuration.tcp-no-delay* | Setting to improve TCP 
protocol performance | true | Boolean
 | *camel.component.netty.configuration.textline* | Only used for TCP. If no 
codec is specified, you can use this flag to indicate a text line based codec; 
if not specified or the value is false, then Object Serialization is assumed 
over TCP. | false | Boolean
 | *camel.component.netty.configuration.transfer-exchange* | Only used for TCP. 
You can transfer the exchange over the wire instead of just the body. The 
following fields are transferred: In body, Out body, fault body, In headers, 
Out headers, fault headers, exchange properties, exchange exception. This 
requires that the objects are serializable. Camel will exclude any 
non-serializable objects and log it at WARN level. | false | Boolean
-| *camel.component.netty.configuration.trust-store-file* | Server side 
certificate keystore to be used for encryption |  | File
 | *camel.component.netty.configuration.trust-store-resource* | Server side 
certificate keystore to be used for encryption. Is loaded by default from 
classpath, but you can prefix with classpath:, file:, or http: to load the 
resource from different systems. |  | String
 | *camel.component.netty.configuration.udp-connectionless-sending* | This 
option supports connection less udp sending which is a real fire and forget. A 
connected udp send receive the PortUnreachableException if no one is listen on 
the receiving port. | false | Boolean
 | *camel.component.netty.configuration.use-channel-buffer* | If the 
useChannelBuffer is true, netty producer will turn the message body into 
ChannelBuffer before sending it out. | false | Boolean
@@ -255,6 +250,11 @@ The component supports 70 options, which are listed below.
 | *camel.component.netty.maximum-pool-size* | The core pool size for the 
ordered thread pool, if its in use. The default value is 16. | 16 | Integer
 | *camel.component.netty.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
 | *camel.component.netty.use-global-ssl-context-parameters* | Enable usage of 
global SSL context parameters. | false | Boolean
+| *camel.component.netty.configuration.decoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of inbound payloads. Must 
override org.jboss.netty.channel.ChannelUpStreamHandler. |  | ChannelHandler
+| *camel.component.netty.configuration.encoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of outbound payloads. 
Must override org.jboss.netty.channel.ChannelDownStreamHandler. |  | 
ChannelHandler
+| *camel.component.netty.configuration.key-store-file* | Client side 
certificate keystore to be used for encryption |  | File
+| *camel.component.netty.configuration.maximum-pool-size* |  |  | Integer
+| *camel.component.netty.configuration.trust-store-file* | Server side 
certificate keystore to be used for encryption |  | File
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc 
b/components/camel-netty4/src/main/docs/netty4-component.adoc
index 4fc283a..0d62964 100644
--- a/components/camel-netty4/src/main/docs/netty4-component.adoc
+++ b/components/camel-netty4/src/main/docs/netty4-component.adoc
@@ -189,22 +189,18 @@ The component supports 78 options, which are listed below.
 | *camel.component.netty4.configuration.channel-group* | To use a explicit 
ChannelGroup. |  | ChannelGroup
 | *camel.component.netty4.configuration.client-initializer-factory* | To use a 
custom ClientInitializerFactory |  | ClientInitializer Factory
 | *camel.component.netty4.configuration.client-mode* | If the clientMode is 
true, netty consumer will connect the address as a TCP client. | false | Boolean
-| *camel.component.netty4.configuration.client-pipeline-factory* | @deprecated 
use #setClientInitializerFactory |  | ClientInitializer Factory
 | *camel.component.netty4.configuration.connect-timeout* | Time to wait for a 
socket connection to be available. Value is in milliseconds. | 10000 | Integer
 | *camel.component.netty4.configuration.correlation-manager* | To use a custom 
correlation manager to manage how request and reply messages are mapped when 
using request/reply with the netty producer. This should only be used if you 
have a way to map requests together with replies such as if there is 
correlation ids in both the request and reply messages. This can be used if you 
want to multiplex concurrent messages on the same channel (aka connection) in 
netty. When doing this you must  [...]
-| *camel.component.netty4.configuration.decoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of inbound payloads. |  | 
ChannelHandler
 | *camel.component.netty4.configuration.decoder-max-line-length* | The max 
line length to use for the textline codec. | 1024 | Integer
 | *camel.component.netty4.configuration.decoders* | A list of decoders to be 
used. You can use a String which have values separated by comma, and have the 
values be looked up in the Registry. Just remember to prefix the value with # 
so Camel knows it should lookup. |  | List
 | *camel.component.netty4.configuration.delimiter* | The delimiter to use for 
the textline codec. Possible values are LINE and NULL. |  | TextLineDelimiter
 | *camel.component.netty4.configuration.disconnect* | Whether or not to 
disconnect(close) from Netty Channel right after use. Can be used for both 
consumer and producer. | false | Boolean
 | *camel.component.netty4.configuration.disconnect-on-no-reply* | If sync is 
enabled then this option dictates NettyConsumer if it should disconnect where 
there is no reply to send back. | true | Boolean
 | *camel.component.netty4.configuration.enabled-protocols* | Which protocols 
to enable when using SSL | TLSv1,TLSv1.1,TLSv1.2 | String
-| *camel.component.netty4.configuration.encoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of outbound payloads. |  
| ChannelHandler
 | *camel.component.netty4.configuration.encoders* | A list of encoders to be 
used. You can use a String which have values separated by comma, and have the 
values be looked up in the Registry. Just remember to prefix the value with # 
so Camel knows it should lookup. |  | List
 | *camel.component.netty4.configuration.encoding* | The encoding (a charset 
name) to use for the textline codec. If not provided, Camel will use the JVM 
default Charset. |  | String
 | *camel.component.netty4.configuration.host* | The hostname. For the consumer 
the hostname is localhost or 0.0.0.0. For the producer the hostname is the 
remote host to connect to |  | String
 | *camel.component.netty4.configuration.keep-alive* | Setting to ensure socket 
is not closed due to inactivity | true | Boolean
-| *camel.component.netty4.configuration.key-store-file* | Client side 
certificate keystore to be used for encryption |  | File
 | *camel.component.netty4.configuration.key-store-format* | Keystore format to 
be used for payload encryption. Defaults to JKS if not set |  | String
 | *camel.component.netty4.configuration.key-store-resource* | Client side 
certificate keystore to be used for encryption. Is loaded by default from 
classpath, but you can prefix with classpath:, file:, or http: to load the 
resource from different systems. |  | String
 | *camel.component.netty4.configuration.lazy-channel-creation* | Channels can 
be lazily created to avoid exceptions, if the remote server is not up and 
running when the Camel producer is started. | true | Boolean
@@ -234,7 +230,6 @@ The component supports 78 options, which are listed below.
 | 
*camel.component.netty4.configuration.server-closed-channel-exception-caught-log-level*
 | If the server (NettyConsumer) catches an 
java.nio.channels.ClosedChannelException then its logged using this logging 
level. This is used to avoid logging the closed channel exceptions, as clients 
can disconnect abruptly and then cause a flood of closed exceptions in the 
Netty server. |  | LoggingLevel
 | *camel.component.netty4.configuration.server-exception-caught-log-level* | 
If the server (NettyConsumer) catches an exception then its logged using this 
logging level. |  | LoggingLevel
 | *camel.component.netty4.configuration.server-initializer-factory* | To use a 
custom ServerInitializerFactory |  | ServerInitializer Factory
-| *camel.component.netty4.configuration.server-pipeline-factory* | @deprecated 
use #setServerInitializerFactory |  | ServerInitializer Factory
 | *camel.component.netty4.configuration.ssl* | Setting to specify whether SSL 
encryption is applied to this endpoint | false | Boolean
 | *camel.component.netty4.configuration.ssl-client-cert-headers* | When 
enabled and in SSL mode, then the Netty consumer will enrich the Camel Message 
with headers having information about the client certificate such as subject 
name, issuer name, serial number, and the valid date range. | false | Boolean
 | *camel.component.netty4.configuration.ssl-context-parameters* | To configure 
security using SSLContextParameters |  | SSLContextParameters
@@ -243,7 +238,6 @@ The component supports 78 options, which are listed below.
 | *camel.component.netty4.configuration.tcp-no-delay* | Setting to improve TCP 
protocol performance | true | Boolean
 | *camel.component.netty4.configuration.textline* | Only used for TCP. If no 
codec is specified, you can use this flag to indicate a text line based codec; 
if not specified or the value is false, then Object Serialization is assumed 
over TCP. | false | Boolean
 | *camel.component.netty4.configuration.transfer-exchange* | Only used for 
TCP. You can transfer the exchange over the wire instead of just the body. The 
following fields are transferred: In body, Out body, fault body, In headers, 
Out headers, fault headers, exchange properties, exchange exception. This 
requires that the objects are serializable. Camel will exclude any 
non-serializable objects and log it at WARN level. | false | Boolean
-| *camel.component.netty4.configuration.trust-store-file* | Server side 
certificate keystore to be used for encryption |  | File
 | *camel.component.netty4.configuration.trust-store-resource* | Server side 
certificate keystore to be used for encryption. Is loaded by default from 
classpath, but you can prefix with classpath:, file:, or http: to load the 
resource from different systems. |  | String
 | *camel.component.netty4.configuration.udp-byte-array-codec* | For UDP only. 
If enabled the using byte array codec instead of Java serialization protocol. | 
false | Boolean
 | *camel.component.netty4.configuration.udp-connectionless-sending* | This 
option supports connection less udp sending which is a real fire and forget. A 
connected udp send receive the PortUnreachableException if no one is listen on 
the receiving port. | false | Boolean
@@ -257,6 +251,12 @@ The component supports 78 options, which are listed below.
 | *camel.component.netty4.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
 | *camel.component.netty4.ssl-context-parameters* | To configure security 
using SSLContextParameters. The option is a 
org.apache.camel.util.jsse.SSLContextParameters type. |  | String
 | *camel.component.netty4.use-global-ssl-context-parameters* | Enable usage of 
global SSL context parameters. | false | Boolean
+| *camel.component.netty4.configuration.client-pipeline-factory* | @deprecated 
use #setClientInitializerFactory |  | ClientInitializer Factory
+| *camel.component.netty4.configuration.decoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of inbound payloads. |  | 
ChannelHandler
+| *camel.component.netty4.configuration.encoder* | A custom ChannelHandler 
class that can be used to perform special marshalling of outbound payloads. |  
| ChannelHandler
+| *camel.component.netty4.configuration.key-store-file* | Client side 
certificate keystore to be used for encryption |  | File
+| *camel.component.netty4.configuration.server-pipeline-factory* | @deprecated 
use #setServerInitializerFactory |  | ServerInitializer Factory
+| *camel.component.netty4.configuration.trust-store-file* | Server side 
certificate keystore to be used for encryption |  | File
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-ssh/src/main/docs/ssh-component.adoc 
b/components/camel-ssh/src/main/docs/ssh-component.adoc
index 08ca803..e533904 100644
--- a/components/camel-ssh/src/main/docs/ssh-component.adoc
+++ b/components/camel-ssh/src/main/docs/ssh-component.adoc
@@ -129,10 +129,8 @@ The component supports 30 options, which are listed below.
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
-| *camel.component.ssh.cert-filename* | Sets the resource path of the 
certificate to use for Authentication. |  | String
 | *camel.component.ssh.cert-resource* | Sets the resource path of the 
certificate to use for Authentication. Will use ResourceHelperKeyPairProvider 
to resolve file based certificate, and depends on keyType setting. |  | String
 | *camel.component.ssh.channel-type* | Sets the channel type to pass to the 
Channel as part of command execution. Defaults to exec. |  | String
-| *camel.component.ssh.configuration.cert-filename* | @deprecated As of 
version 2.11, replaced by             {@link #setCertResource(String)} |  | 
String
 | *camel.component.ssh.configuration.cert-resource* | Sets the resource path 
of the certificate to use for Authentication. Will use 
ResourceHelperKeyPairProvider to resolve file based certificate, and depends on 
keyType setting. |  | String
 | *camel.component.ssh.configuration.channel-type* | Sets the channel type to 
pass to the Channel as part of command execution. Defaults to exec. | exec | 
String
 | *camel.component.ssh.configuration.fail-on-unknown-host* | Specifies whether 
a connection to an unknown host should fail or not. This value is only checked 
when the property knownHosts is set. | false | Boolean
@@ -159,6 +157,8 @@ The component supports 30 options, which are listed below.
 | *camel.component.ssh.sleep-for-shell-prompt* | Sets the sleep period in 
milliseconds to wait reading response from shell prompt. Defaults to 100 
milliseconds. |  | Long
 | *camel.component.ssh.timeout* | Sets the timeout in milliseconds to wait in 
establishing the remote SSH server connection. Defaults to 30000 milliseconds. 
|  | Long
 | *camel.component.ssh.username* | Sets the username to use in logging into 
the remote SSH server. |  | String
+| *camel.component.ssh.cert-filename* | Sets the resource path of the 
certificate to use for Authentication. |  | String
+| *camel.component.ssh.configuration.cert-filename* | @deprecated As of 
version 2.11, replaced by             {@link #setCertResource(String)} |  | 
String
 |===
 // spring-boot-auto-configure options: END
 
diff --git a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc 
b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
index 0c6e79a..d1fcaa1 100644
--- a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
+++ b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
@@ -126,7 +126,6 @@ The component supports 57 options, which are listed below.
 | *camel.component.zookeeper.cluster.service.retry-policy* |  |  | RetryPolicy
 | *camel.component.zookeeper.cluster.service.session-timeout* |  |  | Long
 | *camel.component.zookeeper.cluster.service.session-timeout-unit* |  |  | 
TimeUnit
-| *camel.component.zookeeper.configuration.await-existence* | Not in use | 
true | Boolean
 | *camel.component.zookeeper.configuration.backoff* | The time interval to 
backoff for after an error before retrying. | 5000 | Long
 | *camel.component.zookeeper.configuration.create* | Should the endpoint 
create the node if it does not currently exist. | false | Boolean
 | *camel.component.zookeeper.configuration.create-mode* | The create mode that 
should be used for the newly created node | EPHEMERAL | String
@@ -162,6 +161,7 @@ The component supports 57 options, which are listed below.
 | *camel.component.zookeeper.service-registry.service-host* |  |  | String
 | *camel.component.zookeeper.service-registry.session-timeout* |  |  | Long
 | *camel.component.zookeeper.service-registry.session-timeout-unit* |  |  | 
TimeUnit
+| *camel.component.zookeeper.configuration.await-existence* | Not in use | 
true | Boolean
 |===
 // spring-boot-auto-configure options: END
 

Reply via email to