Repository: camel
Updated Branches:
  refs/heads/master e68111ec1 -> 155a58d6b


CAMEL-11168: Add deprecationNote to @Metadata


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/155a58d6
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/155a58d6
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/155a58d6

Branch: refs/heads/master
Commit: 155a58d6b4877a78507cbcaa5cd9a7997e194abd
Parents: d44a3b8
Author: Claus Ibsen <[email protected]>
Authored: Thu Jul 20 16:48:13 2017 +0200
Committer: Claus Ibsen <[email protected]>
Committed: Thu Jul 20 16:48:21 2017 +0200

----------------------------------------------------------------------
 camel-core/src/main/docs/bean-component.adoc              |  2 +-
 camel-core/src/main/docs/bean-language.adoc               |  2 +-
 camel-core/src/main/docs/class-component.adoc             |  2 +-
 components/camel-amqp/src/main/docs/amqp-component.adoc   |  2 +-
 .../src/main/docs/atmosphere-websocket-component.adoc     |  2 +-
 components/camel-cache/src/main/docs/cache-component.adoc |  2 +-
 .../src/main/docs/disruptor-component.adoc                |  2 +-
 components/camel-ejb/src/main/docs/ejb-component.adoc     |  2 +-
 components/camel-elsql/src/main/docs/elsql-component.adoc |  2 +-
 .../camel-facebook/src/main/docs/facebook-component.adoc  |  2 +-
 components/camel-http/src/main/docs/http-component.adoc   |  2 +-
 components/camel-http4/src/main/docs/http4-component.adoc |  2 +-
 .../src/main/docs/infinispan-component.adoc               |  2 +-
 components/camel-irc/src/main/docs/irc-component.adoc     |  2 +-
 .../camel-jetty9/src/main/docs/jetty-component.adoc       |  8 ++++----
 components/camel-jms/src/main/docs/jms-component.adoc     |  2 +-
 components/camel-mqtt/src/main/docs/mqtt-component.adoc   |  2 +-
 .../src/main/docs/netty-http-component.adoc               |  4 ++--
 components/camel-netty/src/main/docs/netty-component.adoc |  4 ++--
 .../src/main/docs/netty4-http-component.adoc              |  4 ++--
 .../camel-netty4/src/main/docs/netty4-component.adoc      |  4 ++--
 .../camel-rabbitmq/src/main/docs/rabbitmq-component.adoc  | 10 +++++-----
 components/camel-sql/src/main/docs/sql-component.adoc     |  2 +-
 components/camel-ssh/src/main/docs/ssh-component.adoc     |  2 +-
 .../src/main/docs/zookeeper-component.adoc                |  2 +-
 components/readme.adoc                                    |  2 +-
 26 files changed, 37 insertions(+), 37 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/camel-core/src/main/docs/bean-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/bean-component.adoc 
b/camel-core/src/main/docs/bean-component.adoc
index d634d11..8b97f90 100644
--- a/camel-core/src/main/docs/bean-component.adoc
+++ b/camel-core/src/main/docs/bean-component.adoc
@@ -45,7 +45,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | **method** (producer) | Sets the name of the method to invoke on the bean |  
| String
 | **cache** (advanced) | If enabled Camel will cache the result of the first 
Registry look-up. Cache can be enabled if the bean in the Registry is defined 
as a singleton scope. | false | boolean
-| **multiParameterArray** (advanced) | How to treat the parameters which are 
passed from the message body; if it is true the message body should be an array 
of parameters. Note: This option is used internally by Camel and is not 
intended for end users to use. | false | boolean
+| **multiParameterArray** (advanced) | *Deprecated* How to treat the 
parameters which are passed from the message body; if it is true the message 
body should be an array of parameters. Note: This option is used internally by 
Camel and is not intended for end users to use. Deprecation note: This option 
is used internally by Camel, and is not intended for end users to use. | false 
| boolean
 | **parameters** (advanced) | Used for configuring additional properties on 
the bean |  | Map
 | **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/camel-core/src/main/docs/bean-language.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/bean-language.adoc 
b/camel-core/src/main/docs/bean-language.adoc
index f9ce814..d04f025 100644
--- a/camel-core/src/main/docs/bean-language.adoc
+++ b/camel-core/src/main/docs/bean-language.adoc
@@ -30,7 +30,7 @@ The Bean method language supports 5 options which are listed 
below.
 [width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
 | Name | Default | Java Type | Description
-| bean |  | String | Either a reference or a class name of the bean to use
+| bean |  | String | *Deprecated* Either a reference or a class name of the 
bean to use
 | ref |  | String | Reference to bean to lookup in the registry
 | method |  | String | Name of method to call
 | beanType |  | String | Class name of the bean to use

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/camel-core/src/main/docs/class-component.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/class-component.adoc 
b/camel-core/src/main/docs/class-component.adoc
index 9724888..c52a1dc 100644
--- a/camel-core/src/main/docs/class-component.adoc
+++ b/camel-core/src/main/docs/class-component.adoc
@@ -48,7 +48,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | **method** (producer) | Sets the name of the method to invoke on the bean |  
| String
 | **cache** (advanced) | If enabled Camel will cache the result of the first 
Registry look-up. Cache can be enabled if the bean in the Registry is defined 
as a singleton scope. | false | boolean
-| **multiParameterArray** (advanced) | How to treat the parameters which are 
passed from the message body; if it is true the message body should be an array 
of parameters. Note: This option is used internally by Camel and is not 
intended for end users to use. | false | boolean
+| **multiParameterArray** (advanced) | *Deprecated* How to treat the 
parameters which are passed from the message body; if it is true the message 
body should be an array of parameters. Note: This option is used internally by 
Camel and is not intended for end users to use. Deprecation note: This option 
is used internally by Camel, and is not intended for end users to use. | false 
| boolean
 | **parameters** (advanced) | Used for configuring additional properties on 
the bean |  | Map
 | **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-amqp/src/main/docs/amqp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc 
b/components/camel-amqp/src/main/docs/amqp-component.adoc
index 44bc8ca..650ee87 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -86,7 +86,7 @@ The AMQP component supports 75 options which are listed below.
 | **pubSubNoLocal** (advanced) | Specifies whether to inhibit the delivery of 
messages published by its own connection. | false | boolean
 | **receiveTimeout** (advanced) | The timeout for receiving messages (in 
milliseconds). | 1000 | long
 | **recoveryInterval** (advanced) | Specifies the interval between recovery 
attempts i.e. when a connection is being refreshed in milliseconds. The default 
is 5000 ms that is 5 seconds. | 5000 | long
-| **subscriptionDurable** (common) | Deprecated: Enabled by default if you 
specify a durableSubscriptionName and a clientId. | false | boolean
+| **subscriptionDurable** (common) | *Deprecated* Deprecated: Enabled by 
default if you specify a durableSubscriptionName and a clientId. | false | 
boolean
 | **taskExecutor** (consumer) | Allows you to specify a custom task executor 
for consuming messages. |  | TaskExecutor
 | **timeToLive** (producer) | When sending messages specifies the time-to-live 
of the message (in milliseconds). | -1 | long
 | **transacted** (transaction) | Specifies whether to use transacted mode | 
false | boolean

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
 
b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
index 69a9711..ef7fcb0 100644
--- 
a/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
+++ 
b/components/camel-atmosphere-websocket/src/main/docs/atmosphere-websocket-component.adoc
@@ -103,7 +103,7 @@ with the following path and query parameters:
 | **throwExceptionOnFailure** (producer) | Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. | true | boolean
 | **cookieHandler** (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
 | **okStatusCodeRange** (producer) | The status codes which is considered a 
success response. The values are inclusive. The range must be defined as 
from-to with the dash included. | 200-299 | String
-| **urlRewrite** (producer) | Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
+| **urlRewrite** (producer) | *Deprecated* Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
 | **mapHttpMessageBody** (advanced) | If this option is true then IN exchange 
Body of the exchange will be mapped to HTTP body. Setting this to false will 
avoid the HTTP mapping. | true | boolean
 | **mapHttpMessageFormUrl EncodedBody** (advanced) | If this option is true 
then IN exchange Form Encoded body of the exchange will be mapped to HTTP. 
Setting this to false will avoid the HTTP Form Encoded body mapping. | true | 
boolean
 | **mapHttpMessageHeaders** (advanced) | If this option is true then IN 
exchange Headers of the exchange will be mapped to HTTP headers. Setting this 
to false will avoid the HTTP Headers mapping. | true | boolean

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-cache/src/main/docs/cache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cache/src/main/docs/cache-component.adoc 
b/components/camel-cache/src/main/docs/cache-component.adoc
index 52f3c87..289892a 100644
--- a/components/camel-cache/src/main/docs/cache-component.adoc
+++ b/components/camel-cache/src/main/docs/cache-component.adoc
@@ -85,7 +85,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | **diskExpiryThreadInterval Seconds** (common) | The number of seconds 
between runs of the disk expiry thread. |  | long
 | **diskPersistent** (common) | Whether the disk store persists between 
restarts of the application. | false | boolean
-| **diskStorePath** (common) | This parameter is ignored. CacheManager sets it 
using setter injection. |  | String
+| **diskStorePath** (common) | *Deprecated* This parameter is ignored. 
CacheManager sets it using setter injection. |  | String
 | **eternal** (common) | Sets whether elements are eternal. If eternal 
timeouts are ignored and the element never expires. | false | boolean
 | **key** (common) | The default key to use. If a key is provided in the 
message header then the key from the header takes precedence. |  | String
 | **maxElementsInMemory** (common) | The number of elements that may be stored 
in the defined cache in memory. | 1000 | int

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-disruptor/src/main/docs/disruptor-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc 
b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
index 0c8e2d0..536a844 100644
--- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
+++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
@@ -106,7 +106,7 @@ The Disruptor component supports 8 options which are listed 
below.
 | **defaultProducerType** (producer) | To configure the default value for 
DisruptorProducerType The default value is Multi. | Multi | 
DisruptorProducerType
 | **defaultWaitStrategy** (consumer) | To configure the default value for 
DisruptorWaitStrategy The default value is Blocking. | Blocking | 
DisruptorWaitStrategy
 | **defaultBlockWhenFull** (producer) | To configure the default value for 
block when full The default value is true. | true | boolean
-| **queueSize** (common) | To configure the ring buffer size |  | int
+| **queueSize** (common) | *Deprecated* To configure the ring buffer size |  | 
int
 | **bufferSize** (common) | To configure the ring buffer size | 1024 | int
 | **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
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-ejb/src/main/docs/ejb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ejb/src/main/docs/ejb-component.adoc 
b/components/camel-ejb/src/main/docs/ejb-component.adoc
index 42406b6..b64d444 100644
--- a/components/camel-ejb/src/main/docs/ejb-component.adoc
+++ b/components/camel-ejb/src/main/docs/ejb-component.adoc
@@ -70,7 +70,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | **method** (producer) | Sets the name of the method to invoke on the bean |  
| String
 | **cache** (advanced) | If enabled Camel will cache the result of the first 
Registry look-up. Cache can be enabled if the bean in the Registry is defined 
as a singleton scope. | false | boolean
-| **multiParameterArray** (advanced) | How to treat the parameters which are 
passed from the message body.true means the message body should be an array of 
parameters.. Deprecation note: This option is used internally by Camel and is 
not intended for end users to use. | false | boolean
+| **multiParameterArray** (advanced) | *Deprecated* How to treat the 
parameters which are passed from the message body.true means the message body 
should be an array of parameters.. Deprecation note: This option is used 
internally by Camel and is not intended for end users to use. Deprecation note: 
This option is used internally by Camel, and is not intended for end users to 
use. | false | boolean
 | **parameters** (advanced) | Used for configuring additional properties on 
the bean |  | Map
 | **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-elsql/src/main/docs/elsql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-elsql/src/main/docs/elsql-component.adoc 
b/components/camel-elsql/src/main/docs/elsql-component.adoc
index 0efcb8b..5d083ce 100644
--- a/components/camel-elsql/src/main/docs/elsql-component.adoc
+++ b/components/camel-elsql/src/main/docs/elsql-component.adoc
@@ -88,7 +88,7 @@ with the following path and query parameters:
 | **allowNamedParameters** (common) | Whether to allow using named parameters 
in the queries. | true | boolean
 | **databaseVendor** (common) | To use a vendor specific 
com.opengamma.elsql.ElSqlConfig |  | ElSqlDatabaseVendor
 | **dataSource** (common) | Sets the DataSource to use to communicate with the 
database. |  | DataSource
-| **dataSourceRef** (common) | Sets the reference to a DataSource to lookup 
from the registry to use for communicating with the database. |  | String
+| **dataSourceRef** (common) | *Deprecated* Sets the reference to a DataSource 
to lookup from the registry to use for communicating with the database. |  | 
String
 | **outputClass** (common) | Specify the full package and class name to use as 
conversion when outputType=SelectOne. |  | String
 | **outputHeader** (common) | Store the query result in a header instead of 
the message body. By default outputHeader == null and the query result is 
stored in the message body any existing content in the message body is 
discarded. If outputHeader is set the value is used as the name of the header 
to store the query result and the original message body is preserved. |  | 
String
 | **outputType** (common) | Make the output of consumer or producer to 
SelectList as List of Map or SelectOne as single Java object in the following 
way:a) If the query has only single column then that JDBC Column object is 
returned. (such as SELECT COUNT( ) FROM PROJECT will return a Long object.b) If 
the query has more than one column then it will return a Map of that result.c) 
If the outputClass is set then it will convert the query result into an Java 
bean object by calling all the setters that match the column names.It will 
assume your class has a default constructor to create instance with.d) If the 
query resulted in more than one rows it throws an non-unique result 
exception.StreamList streams the result of the query using an Iterator. This 
can be used with the Splitter EIP in streaming mode to process the ResultSet in 
streaming fashion. | SelectList | SqlOutputType

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-facebook/src/main/docs/facebook-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-facebook/src/main/docs/facebook-component.adoc 
b/components/camel-facebook/src/main/docs/facebook-component.adoc
index 1823609..ad65096 100644
--- a/components/camel-facebook/src/main/docs/facebook-component.adoc
+++ b/components/camel-facebook/src/main/docs/facebook-component.adoc
@@ -94,7 +94,7 @@ with the following path and query parameters:
 | **appId** (common) | The ID of the Facebook Application |  | String
 | **center** (common) | Location latitude and longitude |  | GeoLocation
 | **checkinId** (common) | The checkin ID |  | String
-| **checkinUpdate** (common) | The checkin to be created. Deprecated instead 
create a Post with an attached location |  | CheckinUpdate
+| **checkinUpdate** (common) | *Deprecated* The checkin to be created. 
Deprecated instead create a Post with an attached location |  | CheckinUpdate
 | **clientURL** (common) | Facebook4J API client URL |  | String
 | **clientVersion** (common) | Facebook4J client API version |  | String
 | **commentId** (common) | The comment ID |  | String

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-http/src/main/docs/http-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http/src/main/docs/http-component.adoc 
b/components/camel-http/src/main/docs/http-component.adoc
index 5830634..f20599f 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -174,7 +174,7 @@ with the following path and query parameters:
 | **transferException** (producer) | If enabled and an Exchange failed 
processing on the consumer side and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type. On the producer side the exception will be deserialized and thrown as is 
instead of the HttpOperationFailedException. The caused exception is required 
to be serialized. This is by default turned off. If you enable this then be 
aware that Java will deserialize the incoming data from the request to Java and 
that can be a potential security risk. | false | boolean
 | **cookieHandler** (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
 | **okStatusCodeRange** (producer) | The status codes which is considered a 
success response. The values are inclusive. The range must be defined as 
from-to with the dash included. | 200-299 | String
-| **urlRewrite** (producer) | Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
+| **urlRewrite** (producer) | *Deprecated* Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
 | **httpClientConfigurer** (advanced) | Register a custom configuration 
strategy for new HttpClient instances created by producers or consumers such as 
to configure authentication mechanisms etc |  | HttpClientConfigurer
 | **httpClientOptions** (advanced) | To configure the HttpClient using the 
key/values from the Map. |  | Map
 | **httpConnectionManager** (advanced) | To use a custom HttpConnectionManager 
to manage connections |  | HttpConnectionManager

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-http4/src/main/docs/http4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http4/src/main/docs/http4-component.adoc 
b/components/camel-http4/src/main/docs/http4-component.adoc
index a2c9be3..1ebe77b 100644
--- a/components/camel-http4/src/main/docs/http4-component.adoc
+++ b/components/camel-http4/src/main/docs/http4-component.adoc
@@ -123,7 +123,7 @@ with the following path and query parameters:
 | **transferException** (producer) | If enabled and an Exchange failed 
processing on the consumer side and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type. On the producer side the exception will be deserialized and thrown as is 
instead of the HttpOperationFailedException. The caused exception is required 
to be serialized. This is by default turned off. If you enable this then be 
aware that Java will deserialize the incoming data from the request to Java and 
that can be a potential security risk. | false | boolean
 | **cookieHandler** (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
 | **okStatusCodeRange** (producer) | The status codes which is considered a 
success response. The values are inclusive. The range must be defined as 
from-to with the dash included. | 200-299 | String
-| **urlRewrite** (producer) | Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
+| **urlRewrite** (producer) | *Deprecated* Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
 | **clientBuilder** (advanced) | Provide access to the http client request 
parameters used on new RequestConfig instances used by producers or consumers 
of this endpoint. |  | HttpClientBuilder
 | **clientConnectionManager** (advanced) | To use a custom 
HttpClientConnectionManager to manage connections |  | HttpClientConnection 
Manager
 | **connectionsPerRoute** (advanced) | The maximum number of connections per 
route. | 20 | int

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-infinispan/src/main/docs/infinispan-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-infinispan/src/main/docs/infinispan-component.adoc 
b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
index b92e5bd..4cdcb70 100644
--- a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -78,7 +78,7 @@ with the following path and query parameters:
 | **queryBuilder** (common) | Specifies the query builder. |  | 
InfinispanQueryBuilder
 | **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
 | **clusteredListener** (consumer) | If true the listener will be installed 
for the entire cluster | false | boolean
-| **command** (consumer) | The operation to perform. | PUT | String
+| **command** (consumer) | *Deprecated* The operation to perform. | PUT | 
String
 | **customListener** (consumer) | Returns the custom listener in use if 
provided |  | InfinispanCustom Listener
 | **eventTypes** (consumer) | Specifies the set of event types to register by 
the consumer. Multiple event can be separated by comma. The possible event 
types are: CACHE_ENTRY_ACTIVATED CACHE_ENTRY_PASSIVATED CACHE_ENTRY_VISITED 
CACHE_ENTRY_LOADED CACHE_ENTRY_EVICTED CACHE_ENTRY_CREATED CACHE_ENTRY_REMOVED 
CACHE_ENTRY_MODIFIED TRANSACTION_COMPLETED TRANSACTION_REGISTERED 
CACHE_ENTRY_INVALIDATED DATA_REHASHED TOPOLOGY_CHANGED PARTITION_STATUS_CHANGED 
|  | String
 | **sync** (consumer) | If true the consumer will receive notifications 
synchronously | true | boolean

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-irc/src/main/docs/irc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-irc/src/main/docs/irc-component.adoc 
b/components/camel-irc/src/main/docs/irc-component.adoc
index 05f280a..6f68e41 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -76,7 +76,7 @@ with the following path and query parameters:
 | **autoRejoin** (common) | Whether to auto re-join when being kicked | true | 
boolean
 | **namesOnJoin** (common) | Sends NAMES command to channel after joining it. 
link onReply has to be true in order to process the result which will have the 
header value irc.num = '353'. | false | boolean
 | **nickname** (common) | The nickname used in chat. |  | String
-| **persistent** (common) | Use persistent messages. | true | boolean
+| **persistent** (common) | *Deprecated* Use persistent messages. | true | 
boolean
 | **realname** (common) | The IRC user's actual name. |  | 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
 | **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

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-jetty9/src/main/docs/jetty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jetty9/src/main/docs/jetty-component.adoc 
b/components/camel-jetty9/src/main/docs/jetty-component.adoc
index 27d78cb..13fbf9c 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -147,9 +147,9 @@ with the following path and query parameters:
 | **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
 | **handlers** (consumer) | Specifies a comma-delimited set of Handler 
instances to lookup in your Registry. These handlers are added to the Jetty 
servlet context (for example to add security). Important: You can not use 
different handlers with different Jetty endpoints using the same port number. 
The handlers is associated to the port number. If you need different handlers 
then use different port numbers. |  | String
-| **httpBindingRef** (consumer) | Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. |  | String
+| **httpBindingRef** (consumer) | *Deprecated* Option to disable throwing the 
HttpOperationFailedException in case of failed responses from the remote 
server. This allows you to get all responses regardless of the HTTP status 
code. |  | String
 | **multipartFilter** (consumer) | Allows using a custom multipart filter. 
Note: setting multipartFilterRef forces the value of enableMultipartFilter to 
true. |  | Filter
-| **multipartFilterRef** (consumer) | Allows using a custom multipart filter. 
Note: setting multipartFilterRef forces the value of enableMultipartFilter to 
true. |  | String
+| **multipartFilterRef** (consumer) | *Deprecated* Allows using a custom 
multipart filter. Note: setting multipartFilterRef forces the value of 
enableMultipartFilter to true. |  | String
 | **optionsEnabled** (consumer) | Specifies whether to enable HTTP OPTIONS for 
this Servlet consumer. By default OPTIONS is turned off. | false | boolean
 | **traceEnabled** (consumer) | Specifies whether to enable HTTP TRACE for 
this Servlet consumer. By default TRACE is turned off. | false | boolean
 | **bridgeEndpoint** (producer) | If the option is true HttpProducer will 
ignore the Exchange.HTTP_URI header and use the endpoint's URI for request. You 
may also set the option throwExceptionOnFailure to be false to let the 
HttpProducer send all the fault response back. | false | boolean
@@ -165,9 +165,9 @@ with the following path and query parameters:
 | **httpClient** (producer) | Sets a shared HttpClient to use for all 
producers created by this endpoint. By default each producer will use a new 
http client and not share. Important: Make sure to handle the lifecycle of the 
shared client such as stopping the client when it is no longer in use. Camel 
will call the start method on the client to ensure its started when this 
endpoint creates a producer. This options should only be used in special 
circumstances. |  | HttpClient
 | **httpClientParameters** (producer) | Configuration of Jetty's HttpClient. 
For example setting httpClient.idleTimeout=30000 sets the idle timeout to 30 
seconds. And httpClient.timeout=30000 sets the request timeout to 30 seconds in 
case you want to timeout sooner if you have long running request/response 
calls. |  | Map
 | **jettyBinding** (producer) | To use a custom JettyHttpBinding which be used 
to customize how a response should be written for the producer. |  | 
JettyHttpBinding
-| **jettyBindingRef** (producer) | To use a custom JettyHttpBinding which be 
used to customize how a response should be written for the producer. |  | String
+| **jettyBindingRef** (producer) | *Deprecated* To use a custom 
JettyHttpBinding which be used to customize how a response should be written 
for the producer. |  | String
 | **okStatusCodeRange** (producer) | The status codes which is considered a 
success response. The values are inclusive. The range must be defined as 
from-to with the dash included. | 200-299 | String
-| **urlRewrite** (producer) | Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
+| **urlRewrite** (producer) | *Deprecated* Refers to a custom 
org.apache.camel.component.http.UrlRewrite which allows you to rewrite urls 
when you bridge/proxy endpoints. See more details at 
http://camel.apache.org/urlrewrite.html |  | UrlRewrite
 | **mapHttpMessageBody** (advanced) | If this option is true then IN exchange 
Body of the exchange will be mapped to HTTP body. Setting this to false will 
avoid the HTTP mapping. | true | boolean
 | **mapHttpMessageFormUrl EncodedBody** (advanced) | If this option is true 
then IN exchange Form Encoded body of the exchange will be mapped to HTTP. 
Setting this to false will avoid the HTTP Form Encoded body mapping. | true | 
boolean
 | **mapHttpMessageHeaders** (advanced) | If this option is true then IN 
exchange Headers of the exchange will be mapped to HTTP headers. Setting this 
to false will avoid the HTTP Headers mapping. | true | boolean

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-jms/src/main/docs/jms-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/docs/jms-component.adoc 
b/components/camel-jms/src/main/docs/jms-component.adoc
index 52cb2f6..55ef547 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -247,7 +247,7 @@ The JMS component supports 75 options which are listed 
below.
 | **pubSubNoLocal** (advanced) | Specifies whether to inhibit the delivery of 
messages published by its own connection. | false | boolean
 | **receiveTimeout** (advanced) | The timeout for receiving messages (in 
milliseconds). | 1000 | long
 | **recoveryInterval** (advanced) | Specifies the interval between recovery 
attempts i.e. when a connection is being refreshed in milliseconds. The default 
is 5000 ms that is 5 seconds. | 5000 | long
-| **subscriptionDurable** (common) | Deprecated: Enabled by default if you 
specify a durableSubscriptionName and a clientId. | false | boolean
+| **subscriptionDurable** (common) | *Deprecated* Deprecated: Enabled by 
default if you specify a durableSubscriptionName and a clientId. | false | 
boolean
 | **taskExecutor** (consumer) | Allows you to specify a custom task executor 
for consuming messages. |  | TaskExecutor
 | **timeToLive** (producer) | When sending messages specifies the time-to-live 
of the message (in milliseconds). | -1 | long
 | **transacted** (transaction) | Specifies whether to use transacted mode | 
false | boolean

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-mqtt/src/main/docs/mqtt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/src/main/docs/mqtt-component.adoc 
b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
index d8242d1..121380c 100644
--- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc
+++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
@@ -100,7 +100,7 @@ with the following path and query parameters:
 | **sendBufferSize** (common) | Sets the size of the internal socket send 
buffer. Defaults to 65536 (64k) | 65536 | int
 | **sendWaitInSeconds** (common) | The maximum time the Component will wait 
for a receipt from the MQTT broker to acknowledge a published message before 
throwing an exception | 5 | int
 | **sslContext** (common) | To configure security using SSLContext 
configuration |  | SSLContext
-| **subscribeTopicName** (common) | These are set on the Endpoint - together 
with properties inherited from MQTT |  | String
+| **subscribeTopicName** (common) | *Deprecated* These are set on the Endpoint 
- together with properties inherited from MQTT |  | String
 | **subscribeTopicNames** (common) | A comma-delimited list of Topics to 
subscribe to for messages. Note that each item of this list can contain MQTT 
wildcards ( and/or ) in order to subscribe to topics matching a certain pattern 
within a hierarchy. For example is a wildcard for all topics at a level within 
the hierarchy so if a broker has topics topics/one and topics/two then topics/ 
can be used to subscribe to both. A caveat to consider here is that if the 
broker adds topics/three the route would also begin to receive messages from 
that topic. |  | String
 | **trafficClass** (common) | Sets traffic class or type-of-service octet in 
the IP header for packets sent from the transport. Defaults to 8 which means 
the traffic should be optimized for throughput. | 8 | int
 | **version** (common) | Set to 3.1.1 to use MQTT version 3.1.1. Otherwise 
defaults to the 3.1 protocol version. | 3.1 | String

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-netty-http/src/main/docs/netty-http-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-netty-http/src/main/docs/netty-http-component.adoc 
b/components/camel-netty-http/src/main/docs/netty-http-component.adoc
index c33165b..f9469d7 100644
--- a/components/camel-netty-http/src/main/docs/netty-http-component.adoc
+++ b/components/camel-netty-http/src/main/docs/netty-http-component.adoc
@@ -182,9 +182,9 @@ with the following path and query parameters:
 | **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
 | **transferException** (advanced) | If enabled and an Exchange failed 
processing on the consumer side and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type. On the producer side the exception will be deserialized and thrown as is 
instead of the HttpOperationFailedException. The caused exception is required 
to be serialized. This is by default turned off. If you enable this then be 
aware that Java will deserialize the incoming data from the request to Java and 
that can be a potential security risk. | false | boolean
 | **transferExchange** (advanced) | 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
-| **decoder** (codec) | To use a single decoder. This options is deprecated 
use encoders instead. |  | ChannelHandler
+| **decoder** (codec) | *Deprecated* To use a single decoder. This options is 
deprecated use encoders instead. |  | ChannelHandler
 | **decoders** (codec) | 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. |  | String
-| **encoder** (codec) | To use a single encoder. This options is deprecated 
use encoders instead. |  | ChannelHandler
+| **encoder** (codec) | *Deprecated* To use a single encoder. This options is 
deprecated use encoders instead. |  | ChannelHandler
 | **encoders** (codec) | 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. |  | String
 | **enabledProtocols** (security) | Which protocols to enable when using SSL | 
TLSv1,TLSv1.1,TLSv1.2 | String
 | **keyStoreFile** (security) | Client side certificate keystore to be used 
for encryption |  | File

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-netty/src/main/docs/netty-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/docs/netty-component.adoc 
b/components/camel-netty/src/main/docs/netty-component.adoc
index b388442..3856c76 100644
--- a/components/camel-netty/src/main/docs/netty-component.adoc
+++ b/components/camel-netty/src/main/docs/netty-component.adoc
@@ -145,11 +145,11 @@ with the following path and query parameters:
 | **transferExchange** (advanced) | 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
 | **allowDefaultCodec** (codec) | The netty component installs a default codec 
if both encoder/deocder is null and textline is false. Setting 
allowDefaultCodec to false prevents the netty component from installing a 
default codec as the first element in the filter chain. | true | boolean
 | **autoAppendDelimiter** (codec) | Whether or not to auto append missing end 
delimiter when sending using the textline codec. | true | boolean
-| **decoder** (codec) | A custom ChannelHandler class that can be used to 
perform special marshalling of inbound payloads. Must override 
org.jboss.netty.channel.ChannelUpStreamHandler. |  | ChannelHandler
+| **decoder** (codec) | *Deprecated* A custom ChannelHandler class that can be 
used to perform special marshalling of inbound payloads. Must override 
org.jboss.netty.channel.ChannelUpStreamHandler. |  | ChannelHandler
 | **decoderMaxLineLength** (codec) | The max line length to use for the 
textline codec. | 1024 | int
 | **decoders** (codec) | 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. |  | String
 | **delimiter** (codec) | The delimiter to use for the textline codec. 
Possible values are LINE and NULL. | LINE | TextLineDelimiter
-| **encoder** (codec) | A custom ChannelHandler class that can be used to 
perform special marshalling of outbound payloads. Must override 
org.jboss.netty.channel.ChannelDownStreamHandler. |  | ChannelHandler
+| **encoder** (codec) | *Deprecated* A custom ChannelHandler class that can be 
used to perform special marshalling of outbound payloads. Must override 
org.jboss.netty.channel.ChannelDownStreamHandler. |  | ChannelHandler
 | **encoders** (codec) | 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. |  | String
 | **encoding** (codec) | The encoding (a charset name) to use for the textline 
codec. If not provided Camel will use the JVM default Charset. |  | String
 | **textline** (codec) | 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

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc 
b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
index 62ef156..6f19356 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
@@ -185,9 +185,9 @@ with the following path and query parameters:
 | **transferExchange** (advanced) | 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
 | **workerCount** (advanced) | When netty works on nio mode it uses default 
workerCount parameter from Netty which is cpu_core_threads2. User can use this 
operation to override the default workerCount from Netty |  | int
 | **workerGroup** (advanced) | To use a explicit EventLoopGroup as the boss 
thread pool. For example to share a thread pool with multiple consumers or 
producers. By default each consumer or producer has their own worker pool with 
2 x cpu count core threads. |  | EventLoopGroup
-| **decoder** (codec) | To use a single decoder. This options is deprecated 
use encoders instead. |  | ChannelHandler
+| **decoder** (codec) | *Deprecated* To use a single decoder. This options is 
deprecated use encoders instead. |  | ChannelHandler
 | **decoders** (codec) | 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. |  | String
-| **encoder** (codec) | To use a single encoder. This options is deprecated 
use encoders instead. |  | ChannelHandler
+| **encoder** (codec) | *Deprecated* To use a single encoder. This options is 
deprecated use encoders instead. |  | ChannelHandler
 | **encoders** (codec) | 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. |  | String
 | **enabledProtocols** (security) | Which protocols to enable when using SSL | 
TLSv1,TLSv1.1,TLSv1.2 | String
 | **keyStoreFile** (security) | Client side certificate keystore to be used 
for encryption |  | File

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-netty4/src/main/docs/netty4-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc 
b/components/camel-netty4/src/main/docs/netty4-component.adoc
index 6153401..b4756b7 100644
--- a/components/camel-netty4/src/main/docs/netty4-component.adoc
+++ b/components/camel-netty4/src/main/docs/netty4-component.adoc
@@ -150,11 +150,11 @@ with the following path and query parameters:
 | **workerGroup** (advanced) | To use a explicit EventLoopGroup as the boss 
thread pool. For example to share a thread pool with multiple consumers or 
producers. By default each consumer or producer has their own worker pool with 
2 x cpu count core threads. |  | EventLoopGroup
 | **allowDefaultCodec** (codec) | The netty component installs a default codec 
if both encoder/deocder is null and textline is false. Setting 
allowDefaultCodec to false prevents the netty component from installing a 
default codec as the first element in the filter chain. | true | boolean
 | **autoAppendDelimiter** (codec) | Whether or not to auto append missing end 
delimiter when sending using the textline codec. | true | boolean
-| **decoder** (codec) | A custom ChannelHandler class that can be used to 
perform special marshalling of inbound payloads. |  | ChannelHandler
+| **decoder** (codec) | *Deprecated* A custom ChannelHandler class that can be 
used to perform special marshalling of inbound payloads. |  | ChannelHandler
 | **decoderMaxLineLength** (codec) | The max line length to use for the 
textline codec. | 1024 | int
 | **decoders** (codec) | 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. |  | String
 | **delimiter** (codec) | The delimiter to use for the textline codec. 
Possible values are LINE and NULL. | LINE | TextLineDelimiter
-| **encoder** (codec) | A custom ChannelHandler class that can be used to 
perform special marshalling of outbound payloads. |  | ChannelHandler
+| **encoder** (codec) | *Deprecated* A custom ChannelHandler class that can be 
used to perform special marshalling of outbound payloads. |  | ChannelHandler
 | **encoders** (codec) | 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. |  | String
 | **encoding** (codec) | The encoding (a charset name) to use for the textline 
codec. If not provided Camel will use the JVM default Charset. |  | String
 | **textline** (codec) | 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

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc 
b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
index cbd0e2b..c147441 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq-component.adoc
@@ -103,14 +103,14 @@ with the following path and query parameters:
 | **addresses** (advanced) | If this option is set camel-rabbitmq will try to 
create connection based on the setting of option addresses. The addresses value 
is a string which looks like server1:12345 server2:12345 |  | Address[]
 | **args** (advanced) | Specify arguments for configuring the different 
RabbitMQ concepts a different prefix is required for each: Exchange: 
arg.exchange. Queue: arg.queue. Binding: arg.binding. For example to declare a 
queue with message ttl argument: 
http://localhost:5672/exchange/queueargs=arg.queue.x-message-ttl=60000 |  | Map
 | **automaticRecoveryEnabled** (advanced) | Enables connection automatic 
recovery (uses connection implementation that performs automatic recovery when 
connection shutdown is not initiated by the application) |  | Boolean
-| **bindingArgs** (advanced) | Key/value args for configuring the queue 
binding parameters when declare=true |  | Map
+| **bindingArgs** (advanced) | *Deprecated* Key/value args for configuring the 
queue binding parameters when declare=true |  | Map
 | **clientProperties** (advanced) | Connection client properties (client info 
used in negotiating with the server) |  | Map
 | **connectionFactory** (advanced) | To use a custom RabbitMQ connection 
factory. When this option is set all connection options (connectionTimeout 
requestedChannelMax...) set on URI are not used |  | ConnectionFactory
-| **exchangeArgs** (advanced) | Key/value args for configuring the exchange 
parameters when declare=true |  | Map
-| **exchangeArgsConfigurer** (advanced) | Set the configurer for setting the 
exchange args in Channel.exchangeDeclare |  | ArgsConfigurer
+| **exchangeArgs** (advanced) | *Deprecated* Key/value args for configuring 
the exchange parameters when declare=true |  | Map
+| **exchangeArgsConfigurer** (advanced) | *Deprecated* Set the configurer for 
setting the exchange args in Channel.exchangeDeclare |  | ArgsConfigurer
 | **networkRecoveryInterval** (advanced) | Network recovery interval in 
milliseconds (interval used when recovering from network failure) |  | Integer
-| **queueArgs** (advanced) | Key/value args for configuring the queue 
parameters when declare=true |  | Map
-| **queueArgsConfigurer** (advanced) | Set the configurer for setting the 
queue args in Channel.queueDeclare |  | ArgsConfigurer
+| **queueArgs** (advanced) | *Deprecated* Key/value args for configuring the 
queue parameters when declare=true |  | Map
+| **queueArgsConfigurer** (advanced) | *Deprecated* Set the configurer for 
setting the queue args in Channel.queueDeclare |  | ArgsConfigurer
 | **requestedChannelMax** (advanced) | Connection requested channel max (max 
number of channels offered) | 0 | int
 | **requestedFrameMax** (advanced) | Connection requested frame max (max size 
of frame offered) | 0 | int
 | **requestedHeartbeat** (advanced) | Connection requested heartbeat 
(heart-beat in seconds offered) | 60 | int

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-sql/src/main/docs/sql-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sql/src/main/docs/sql-component.adoc 
b/components/camel-sql/src/main/docs/sql-component.adoc
index e9baa47..23fc706 100644
--- a/components/camel-sql/src/main/docs/sql-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-component.adoc
@@ -145,7 +145,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | **allowNamedParameters** (common) | Whether to allow using named parameters 
in the queries. | true | boolean
 | **dataSource** (common) | Sets the DataSource to use to communicate with the 
database. |  | DataSource
-| **dataSourceRef** (common) | Sets the reference to a DataSource to lookup 
from the registry to use for communicating with the database. |  | String
+| **dataSourceRef** (common) | *Deprecated* Sets the reference to a DataSource 
to lookup from the registry to use for communicating with the database. |  | 
String
 | **outputClass** (common) | Specify the full package and class name to use as 
conversion when outputType=SelectOne. |  | String
 | **outputHeader** (common) | Store the query result in a header instead of 
the message body. By default outputHeader == null and the query result is 
stored in the message body any existing content in the message body is 
discarded. If outputHeader is set the value is used as the name of the header 
to store the query result and the original message body is preserved. |  | 
String
 | **outputType** (common) | Make the output of consumer or producer to 
SelectList as List of Map or SelectOne as single Java object in the following 
way: a) If the query has only single column then that JDBC Column object is 
returned. (such as SELECT COUNT( ) FROM PROJECT will return a Long object. b) 
If the query has more than one column then it will return a Map of that result. 
c) If the outputClass is set then it will convert the query result into an Java 
bean object by calling all the setters that match the column names. It will 
assume your class has a default constructor to create instance with. d) If the 
query resulted in more than one rows it throws an non-unique result exception. 
| SelectList | SqlOutputType

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-ssh/src/main/docs/ssh-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ssh/src/main/docs/ssh-component.adoc 
b/components/camel-ssh/src/main/docs/ssh-component.adoc
index d38b469..4b28cda 100644
--- a/components/camel-ssh/src/main/docs/ssh-component.adoc
+++ b/components/camel-ssh/src/main/docs/ssh-component.adoc
@@ -46,7 +46,7 @@ The SSH component supports 12 options which are listed below.
 | **keyPairProvider** (security) | Sets the KeyPairProvider reference to use 
when connecting using Certificates to the remote SSH Server. |  | 
KeyPairProvider
 | **keyType** (security) | Sets the key type to pass to the KeyPairProvider as 
part of authentication. KeyPairProvider.loadKey(...) will be passed this value. 
Defaults to ssh-rsa. |  | String
 | **timeout** (common) | Sets the timeout in milliseconds to wait in 
establishing the remote SSH server connection. Defaults to 30000 milliseconds. 
|  | long
-| **certFilename** (security) | Sets the resource path of the certificate to 
use for Authentication. |  | String
+| **certFilename** (security) | *Deprecated* Sets the resource path of the 
certificate to use for Authentication. |  | String
 | **certResource** (security) | 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
 | **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
 |=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc 
b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
index ffce3cd..c0bd6f1 100644
--- a/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
+++ b/components/camel-zookeeper/src/main/docs/zookeeper-component.adoc
@@ -74,7 +74,7 @@ with the following path and query parameters:
 [width="100%",cols="2,5,^1,2",options="header"]
 |=======================================================================
 | Name | Description | Default | Type
-| **awaitExistence** (common) | Not in use | true | boolean
+| **awaitExistence** (common) | *Deprecated* Not in use | true | boolean
 | **listChildren** (common) | Whether the children of the node should be 
listed | false | boolean
 | **timeout** (common) | The time interval to wait on connection before timing 
out. | 5000 | int
 | **backoff** (consumer) | The time interval to backoff for after an error 
before retrying. | 5000 | long

http://git-wip-us.apache.org/repos/asf/camel/blob/155a58d6/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 07420b7..32efc98 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1009,7 +1009,7 @@ Miscellaneous Components
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 // others: START
-Number of Miscellaneous Components: 38 in 38 JAR artifacts (14 deprecated)
+Number of Miscellaneous Components: 37 in 37 JAR artifacts (13 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================

Reply via email to