http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc 
b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
index 678cd70..333778d 100644
--- a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
+++ b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
@@ -31,7 +31,7 @@ elasticsearch://clusterName[?options]
 
 
 // component options: START
-The Elasticsearch component supports 1 options which are listed below.
+The Elasticsearch component supports 2 options which are listed below.
 
 
 
@@ -40,6 +40,7 @@ The Elasticsearch component supports 1 options which are 
listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | client | advanced |  | Client | To use an existing configured Elasticsearch 
client instead of creating a client per endpoint.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -161,4 +162,4 @@ Java API]
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc 
b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
index 6aae277..a5dedc7 100644
--- 
a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
+++ 
b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
@@ -31,7 +31,17 @@ elasticsearch5://clusterName[?options]
 
 
 // component options: START
-The Elasticsearch5 component has no options.
+The Elasticsearch5 component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -144,4 +154,4 @@ 
https://www.elastic.co/guide/en/elasticsearch/client/java-api/current/java-api.h
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 629e9a4..e8a024b 100644
--- a/components/camel-elsql/src/main/docs/elsql-component.adoc
+++ b/components/camel-elsql/src/main/docs/elsql-component.adoc
@@ -49,7 +49,7 @@ If a named parameter cannot be resolved, then an exception is 
thrown.
 ### Options
 
 // component options: START
-The ElSQL component supports 4 options which are listed below.
+The ElSQL component supports 5 options which are listed below.
 
 
 
@@ -61,6 +61,7 @@ The ElSQL component supports 4 options which are listed below.
 | dataSource | common |  | DataSource | Sets the DataSource to use to 
communicate with the database.
 | elSqlConfig | advanced |  | ElSqlConfig | To use a specific configured 
ElSqlConfig. It may be better to use the databaseVendor option instead.
 | resourceUri | common |  | String | The resource file which contains the 
elsql SQL statements to use. You can specify multiple resources separated by 
comma. The resources are loaded on the classpath by default you can prefix with 
file: to load from file system. Notice you can set this option on the component 
and then you do not have to configure this on the endpoint.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-etcd/src/main/docs/etcd-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/main/docs/etcd-component.adoc 
b/components/camel-etcd/src/main/docs/etcd-component.adoc
index 1ed9252..3ac1ec3 100644
--- a/components/camel-etcd/src/main/docs/etcd-component.adoc
+++ b/components/camel-etcd/src/main/docs/etcd-component.adoc
@@ -71,5 +71,15 @@ The etcd component supports 31 endpoint options which are 
listed below:
 
 
 // component options: START
-The etcd component has no options.
+The etcd component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc 
b/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
index 7e017d5..bea2f97 100644
--- a/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
+++ b/components/camel-eventadmin/src/main/docs/eventadmin-component.adoc
@@ -33,7 +33,7 @@ where `topic` is the name of the topic to listen too.
 ### URI options
 
 // component options: START
-The OSGi EventAdmin component supports 1 options which are listed below.
+The OSGi EventAdmin component supports 2 options which are listed below.
 
 
 
@@ -42,6 +42,7 @@ The OSGi EventAdmin component supports 1 options which are 
listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | bundleContext | common |  | BundleContext | The OSGi BundleContext is 
automatic injected by Camel
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -82,4 +83,4 @@ The `in` message body will be set to the received Event.
     <from uri="eventadmin:*"/>
     <to uri="stream:out"/>
 </route>
-------------------------------
\ No newline at end of file
+------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-exec/src/main/docs/exec-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-exec/src/main/docs/exec-component.adoc 
b/components/camel-exec/src/main/docs/exec-component.adoc
index 0596eb8..b016848 100644
--- a/components/camel-exec/src/main/docs/exec-component.adoc
+++ b/components/camel-exec/src/main/docs/exec-component.adoc
@@ -34,7 +34,17 @@ executable must in the system path.
 ### URI options
 
 // component options: START
-The Exec component has no options.
+The Exec component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 // endpoint options: START
@@ -223,4 +233,4 @@ from("direct:exec").to("exec:cmd?args=/C echo echoString")
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 d7a3b45..3d33a71 100644
--- a/components/camel-facebook/src/main/docs/facebook-component.adoc
+++ b/components/camel-facebook/src/main/docs/facebook-component.adoc
@@ -52,7 +52,7 @@ to application APIs.
 
 
 // component options: START
-The Facebook component supports 1 options which are listed below.
+The Facebook component supports 2 options which are listed below.
 
 
 
@@ -61,6 +61,7 @@ The Facebook component supports 1 options which are listed 
below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | configuration | advanced |  | FacebookConfiguration | To use the shared 
configuration
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -300,4 +301,4 @@ CamelFacebook.query header.
     from("direct:foo")
         .setHeader("CamelFacebook.query", header("bar"))
         .to("facebook://posts");
---------------------------------------------------------
\ No newline at end of file
+--------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-flatpack/src/main/docs/flatpack-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/src/main/docs/flatpack-component.adoc 
b/components/camel-flatpack/src/main/docs/flatpack-component.adoc
index 10539c4..74af7d7 100644
--- a/components/camel-flatpack/src/main/docs/flatpack-component.adoc
+++ b/components/camel-flatpack/src/main/docs/flatpack-component.adoc
@@ -41,7 +41,17 @@ You can append query options to the URI in the following 
format,
 ### URI Options
 
 // component options: START
-The Flatpack component has no options.
+The Flatpack component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 // endpoint options: START
@@ -291,4 +301,4 @@ link:download.html[the download page for the latest 
versions]).
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-flink/src/main/docs/flink-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flink/src/main/docs/flink-component.adoc 
b/components/camel-flink/src/main/docs/flink-component.adoc
index 02e23f1..f4c9397 100644
--- a/components/camel-flink/src/main/docs/flink-component.adoc
+++ b/components/camel-flink/src/main/docs/flink-component.adoc
@@ -64,7 +64,7 @@ The Apache Flink component supports 7 endpoint options which 
are listed below:
 
 
 // component options: START
-The Apache Flink component supports 4 options which are listed below.
+The Apache Flink component supports 5 options which are listed below.
 
 
 
@@ -76,6 +76,7 @@ The Apache Flink component supports 4 options which are 
listed below.
 | dataStream | producer |  | DataStream | DataStream to compute against.
 | dataSetCallback | producer |  | DataSetCallback | Function performing action 
against a DataSet.
 | dataStreamCallback | producer |  | DataStreamCallback | Function performing 
action against a DataStream.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -142,4 +143,4 @@ try {
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-fop/src/main/docs/fop-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-fop/src/main/docs/fop-component.adoc 
b/components/camel-fop/src/main/docs/fop-component.adoc
index 39324ce..708c042 100644
--- a/components/camel-fop/src/main/docs/fop-component.adoc
+++ b/components/camel-fop/src/main/docs/fop-component.adoc
@@ -62,7 +62,17 @@ 
http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/src/java/org/apache/xm
 ### Endpoint Options
 
 // component options: START
-The FOP component has no options.
+The FOP component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -152,4 +162,4 @@ For more information, see these resources...
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-freemarker/src/main/docs/freemarker-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-freemarker/src/main/docs/freemarker-component.adoc 
b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
index c10f96c..07a2409 100644
--- a/components/camel-freemarker/src/main/docs/freemarker-component.adoc
+++ b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
@@ -39,7 +39,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The Freemarker component supports 1 options which are listed below.
+The Freemarker component supports 2 options which are listed below.
 
 
 
@@ -48,6 +48,7 @@ The Freemarker component supports 1 options which are listed 
below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | configuration | advanced |  | Configuration | To use an existing 
freemarker.template.Configuration instance as the configuration.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-ftp/src/main/docs/ftp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftp-component.adoc 
b/components/camel-ftp/src/main/docs/ftp-component.adoc
index a46285b..859f4d3 100644
--- a/components/camel-ftp/src/main/docs/ftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftp-component.adoc
@@ -73,7 +73,17 @@ The options below are exclusive for the FTP component.
 
 
 // component options: START
-The FTP component has no options.
+The FTP component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-ftp/src/main/docs/ftps-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftps-component.adoc 
b/components/camel-ftp/src/main/docs/ftps-component.adoc
index b6fd5cd..82620ab 100644
--- a/components/camel-ftp/src/main/docs/ftps-component.adoc
+++ b/components/camel-ftp/src/main/docs/ftps-component.adoc
@@ -25,7 +25,17 @@ For more information you can look at link:ftp.html[FTP 
component]
 The options below are exclusive for the FTPS component.
 
 // component options: START
-The FTPS component has no options.
+The FTPS component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-ftp/src/main/docs/sftp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/sftp-component.adoc 
b/components/camel-ftp/src/main/docs/sftp-component.adoc
index 757ac18..1bd5201 100644
--- a/components/camel-ftp/src/main/docs/sftp-component.adoc
+++ b/components/camel-ftp/src/main/docs/sftp-component.adoc
@@ -25,7 +25,17 @@ For more information you can look at link:ftp.html[FTP 
component]
 The options below are exclusive for the FTPS component.
 
 // component options: START
-The SFTP component has no options.
+The SFTP component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-ganglia/src/main/docs/ganglia-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ganglia/src/main/docs/ganglia-component.adoc 
b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
index 9fff81c..18ae6d5 100644
--- a/components/camel-ganglia/src/main/docs/ganglia-component.adoc
+++ b/components/camel-ganglia/src/main/docs/ganglia-component.adoc
@@ -50,7 +50,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The Ganglia component supports 1 options which are listed below.
+The Ganglia component supports 2 options which are listed below.
 
 
 
@@ -59,6 +59,7 @@ The Ganglia component supports 1 options which are listed 
below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | configuration | advanced |  | GangliaConfiguration | To use the shared 
configuration
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -138,4 +139,4 @@ from("direct:value.for.ganglia")
 
 from("direct:ganglia.tx")
     .to("ganglia:239.2.11.71:8649?mode=MULTICAST&prefix=test");
-------------------------------------------------------------------------
\ No newline at end of file
+------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-geocoder/src/main/docs/geocoder-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-geocoder/src/main/docs/geocoder-component.adoc 
b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
index 7ad2751..59ea9f1 100644
--- a/components/camel-geocoder/src/main/docs/geocoder-component.adoc
+++ b/components/camel-geocoder/src/main/docs/geocoder-component.adoc
@@ -32,7 +32,17 @@ geocoder:latlng:latitude,longitude[?options]
 
 
 // component options: START
-The Geocoder component has no options.
+The Geocoder component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -151,4 +161,4 @@ shown:
 -----------------------------------
   from("direct:start")
     .to("geocoder:address:current")
------------------------------------
\ No newline at end of file
+-----------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-git/src/main/docs/git-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-git/src/main/docs/git-component.adoc 
b/components/camel-git/src/main/docs/git-component.adoc
index 0be134b..73d3139 100644
--- a/components/camel-git/src/main/docs/git-component.adoc
+++ b/components/camel-git/src/main/docs/git-component.adoc
@@ -29,7 +29,17 @@ repository.
 
 
 // component options: START
-The Git component has no options.
+The Git component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -109,4 +119,4 @@ Below is an example route of a consumer that consumes 
commit:
 ---------------------------------------
 from("git:///tmp/testRepo?type=commit")
                         .to(....)
----------------------------------------
\ No newline at end of file
+---------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-github/src/main/docs/github-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-github/src/main/docs/github-component.adoc 
b/components/camel-github/src/main/docs/github-component.adoc
index 25205df..a2671e5 100644
--- a/components/camel-github/src/main/docs/github-component.adoc
+++ b/components/camel-github/src/main/docs/github-component.adoc
@@ -45,7 +45,17 @@ Note that these can be configured directly through the 
endpoint.
 
 
 // component options: START
-The GitHub component has no options.
+The GitHub component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -109,4 +119,4 @@ pull request discussion is assumed.
 |closePullRequest |none | - GitHubPullRequest (integer) (REQUIRED): Pull 
request number.
 
 |createIssue (From Camel 2.18) |String (issue body text) | - GitHubIssueTitle 
(String) (REQUIRED): Issue Title.
-|=======================================================================
\ No newline at end of file
+|=======================================================================

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc 
b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
index efcb8c9..8294bb4 100644
--- 
a/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
+++ 
b/components/camel-google-calendar/src/main/docs/google-calendar-component.adoc
@@ -37,7 +37,7 @@ for this component:
 
 
 // component options: START
-The Google Calendar component supports 2 options which are listed below.
+The Google Calendar component supports 3 options which are listed below.
 
 
 
@@ -47,6 +47,7 @@ The Google Calendar component supports 2 options which are 
listed below.
 | Name | Group | Default | Java Type | Description
 | configuration | common |  | GoogleCalendarConfiguration | To use the shared 
configuration
 | clientFactory | advanced |  | GoogleCalendarClientFactory | To use the 
GoogleCalendarClientFactory as factory for creating the client. Will by default 
use BatchGoogleCalendarClientFactory
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -146,4 +147,4 @@ All result message bodies utilize objects provided by the 
underlying
 APIs used by the GoogleCalendarComponent. Producer endpoints can specify
 the option name for incoming message body in the `inBody` endpoint URI
 parameter. For endpoints that return an array or collection, a consumer
-endpoint will map every element to distinct messages.     
\ No newline at end of file
+endpoint will map every element to distinct messages.     

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-google-drive/src/main/docs/google-drive-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-google-drive/src/main/docs/google-drive-component.adoc 
b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
index 42fef5a..d5cb173 100644
--- a/components/camel-google-drive/src/main/docs/google-drive-component.adoc
+++ b/components/camel-google-drive/src/main/docs/google-drive-component.adoc
@@ -62,7 +62,7 @@ Endpoint prefix can be one of:
 
 
 // component options: START
-The Google Drive component supports 2 options which are listed below.
+The Google Drive component supports 3 options which are listed below.
 
 
 
@@ -72,6 +72,7 @@ The Google Drive component supports 2 options which are 
listed below.
 | Name | Group | Default | Java Type | Description
 | configuration | common |  | GoogleDriveConfiguration | To use the shared 
configuration
 | clientFactory | advanced |  | GoogleDriveClientFactory | To use the 
GoogleCalendarClientFactory as factory for creating the client. Will by default 
use BatchGoogleDriveClientFactory
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -152,4 +153,4 @@ All result message bodies utilize objects provided by the 
underlying
 APIs used by the GoogleDriveComponent. Producer endpoints can specify
 the option name for incoming message body in the `inBody` endpoint URI
 parameter. For endpoints that return an array or collection, a consumer
-endpoint will map every element to distinct messages.     
\ No newline at end of file
+endpoint will map every element to distinct messages.     

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-google-mail/src/main/docs/google-mail-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-google-mail/src/main/docs/google-mail-component.adoc 
b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
index 1ecbdcc..425a683 100644
--- a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
+++ b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
@@ -57,7 +57,7 @@ Endpoint prefix can be one of:
 
 
 // component options: START
-The Google Mail component supports 2 options which are listed below.
+The Google Mail component supports 3 options which are listed below.
 
 
 
@@ -67,6 +67,7 @@ The Google Mail component supports 2 options which are listed 
below.
 | Name | Group | Default | Java Type | Description
 | configuration | common |  | GoogleMailConfiguration | To use the shared 
configuration
 | clientFactory | advanced |  | GoogleMailClientFactory | To use the 
GoogleCalendarClientFactory as factory for creating the client. Will by default 
use BatchGoogleMailClientFactory
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -145,4 +146,4 @@ All result message bodies utilize objects provided by the 
underlying
 APIs used by the GoogleMailComponent. Producer endpoints can specify the
 option name for incoming message body in the `inBody` endpoint URI
 parameter. For endpoints that return an array or collection, a consumer
-endpoint will map every element to distinct messages.     
\ No newline at end of file
+endpoint will map every element to distinct messages.     

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc 
b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
index 147d04f..7280aaa 100644
--- a/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
+++ b/components/camel-google-pubsub/src/main/docs/google-pubsub-component.adoc
@@ -55,7 +55,7 @@ Destination Name can be either a topic or a subscription name.
 ### GooglePubsubComponent
 
 // component options: START
-The Google Pubsub component supports 1 options which are listed below.
+The Google Pubsub component supports 2 options which are listed below.
 
 
 
@@ -64,6 +64,7 @@ The Google Pubsub component supports 1 options which are 
listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | connectionFactory | common |  | GooglePubsubConnectionFactory | Sets the 
connection factory to use: provides the ability to explicitly manage connection 
credentials: - the path to the key file - the Service Account Key / Email pair
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -148,4 +149,4 @@ setting the message header
 
 * GooglePubsubConstants.ACK_DEADLINE
 
-to the value in seconds.
\ No newline at end of file
+to the value in seconds.

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-gora/src/main/docs/gora-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-gora/src/main/docs/gora-component.adoc 
b/components/camel-gora/src/main/docs/gora-component.adoc
index 789b102..f8f8f8f 100644
--- a/components/camel-gora/src/main/docs/gora-component.adoc
+++ b/components/camel-gora/src/main/docs/gora-component.adoc
@@ -75,7 +75,17 @@ http://gora.apache.org/current/gora-conf.html[gora-conf] 
page.
 
 
 // component options: START
-The Gora component has no options.
+The Gora component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -244,4 +254,4 @@ repository.
 For more please information and in depth configuration refer to the
 http://gora.apache.org/current/overview.html[Apache Gora Documentation]
 and the http://gora.apache.org/current/tutorial.html[Apache Gora
-Tutorial].
\ No newline at end of file
+Tutorial].

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc 
b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
index 562439f..bf45e26 100644
--- 
a/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
+++ 
b/components/camel-guava-eventbus/src/main/docs/guava-eventbus-component.adoc
@@ -47,7 +47,7 @@ registry.
 
 
 // component options: START
-The Guava EventBus component supports 2 options which are listed below.
+The Guava EventBus component supports 3 options which are listed below.
 
 
 
@@ -57,6 +57,7 @@ The Guava EventBus component supports 2 options which are 
listed below.
 | Name | Group | Default | Java Type | Description
 | eventBus | common |  | EventBus | To use the given Guava EventBus instance
 | listenerInterface | common |  | Class<?> | The interface with method(s) 
marked with the Subscribe annotation. Dynamic proxy will be created over the 
interface so it could be registered as the EventBus listener. Particularly 
useful when creating multi-event listeners and for handling DeadEvent properly. 
This option cannot be used together with eventClass option.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -204,4 +205,4 @@ follows.
 [source,java]
 
-----------------------------------------------------------------------------------------------------
 
from("guava-eventbus:busName?listenerInterface=com.example.MultipleEventsListener").to("seda:queue");
------------------------------------------------------------------------------------------------------
\ No newline at end of file
+-----------------------------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc 
b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
index 2893c62..8ffa9e7 100644
--- a/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
+++ b/components/camel-hazelcast/src/main/docs/hazelcast-component.adoc
@@ -46,7 +46,7 @@ hazelcast:[ map | multimap | queue | topic | seda | set | 
atomicvalue | instance
 
 
 // component options: START
-The Hazelcast component supports 1 options which are listed below.
+The Hazelcast component supports 2 options which are listed below.
 
 
 
@@ -55,6 +55,7 @@ The Hazelcast component supports 1 options which are listed 
below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | hazelcastInstance | advanced |  | HazelcastInstance | The hazelcast instance 
reference which can be used for hazelcast endpoint. If you don't specify the 
instance reference camel use the default hazelcast instance from the 
camel-hazelcast instance.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-hbase/src/main/docs/hbase-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hbase/src/main/docs/hbase-component.adoc 
b/components/camel-hbase/src/main/docs/hbase-component.adoc
index 6dde1b2..4608a1d 100644
--- a/components/camel-hbase/src/main/docs/hbase-component.adoc
+++ b/components/camel-hbase/src/main/docs/hbase-component.adoc
@@ -101,7 +101,7 @@ The supported operations are:
 
 
 // component options: START
-The HBase component supports 2 options which are listed below.
+The HBase component supports 3 options which are listed below.
 
 
 
@@ -111,6 +111,7 @@ The HBase component supports 2 options which are listed 
below.
 | Name | Group | Default | Java Type | Description
 | configuration | advanced |  | Configuration | To use the shared configuration
 | poolMaxSize | common | 10 | int | Maximum number of references to keep for 
each table in the HTable pool. The default value is 10.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -485,4 +486,4 @@ object can be easily converted to or from xml/json.
 ### See also
 
 * link:polling-consumer.html[Polling Consumer]
-* http://hbase.apache.org[Apache HBase]
\ No newline at end of file
+* http://hbase.apache.org[Apache HBase]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-hdfs/src/main/docs/hdfs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/src/main/docs/hdfs-component.adoc 
b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
index f9b6c04..eb8edad 100644
--- a/components/camel-hdfs/src/main/docs/hdfs-component.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs-component.adoc
@@ -55,7 +55,7 @@ fileMode=Append to append each of the chunks together.
 
 
 // component options: START
-The HDFS component supports 1 options which are listed below.
+The HDFS component supports 2 options which are listed below.
 
 
 
@@ -64,6 +64,7 @@ The HDFS component supports 1 options which are listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | jAASConfiguration | common |  | Configuration | To use the given 
configuration for security with JAAS.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -229,4 +230,4 @@ classloader will be the bundle class loader of the bundle 
that contains
 the routes. So, the default configuration files need to be visible from
 the bundle class loader. A typical way to deal with it is to keep a copy
 of core-default.xml in your bundle root. That file can be found in the
-hadoop-common.jar.
\ No newline at end of file
+hadoop-common.jar.

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc 
b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
index 28ba949..8cb9453 100644
--- a/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
+++ b/components/camel-hdfs2/src/main/docs/hdfs2-component.adoc
@@ -53,7 +53,7 @@ fileMode=Append to append each of the chunks together.
 
 
 // component options: START
-The HDFS2 component supports 1 options which are listed below.
+The HDFS2 component supports 2 options which are listed below.
 
 
 
@@ -62,6 +62,7 @@ The HDFS2 component supports 1 options which are listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | jAASConfiguration | common |  | Configuration | To use the given 
configuration for security with JAAS.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -271,4 +272,4 @@ resource with bundle that contains blueprint definition.
 
------------------------------------------------------------------------------------------------------
 
 This way Hadoop 2.x will have correct mapping of URI schemes to
-filesystem implementations.
\ No newline at end of file
+filesystem implementations.

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-hipchat/src/main/docs/hipchat-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hipchat/src/main/docs/hipchat-component.adoc 
b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
index a78505c..d3a2b28 100644
--- a/components/camel-hipchat/src/main/docs/hipchat-component.adoc
+++ b/components/camel-hipchat/src/main/docs/hipchat-component.adoc
@@ -26,7 +26,17 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The Hipchat component has no options.
+The Hipchat component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -183,4 +193,4 @@ Maven users will need to add the following dependency to 
their pom.xml.
 ------------------------------------------
 
 where `${camel-version}` must be replaced by the actual version of Camel
-(2.15.0 or higher)
\ No newline at end of file
+(2.15.0 or higher)

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 d89cadc..2f19e72 100644
--- a/components/camel-http/src/main/docs/http-component.adoc
+++ b/components/camel-http/src/main/docs/http-component.adoc
@@ -114,7 +114,7 @@ from("direct:start")
 
 
 // component options: START
-The HTTP component supports 6 options which are listed below.
+The HTTP component supports 7 options which are listed below.
 
 
 
@@ -128,6 +128,7 @@ The HTTP component supports 6 options which are listed 
below.
 | httpConfiguration | producer |  | HttpConfiguration | To use the shared 
HttpConfiguration as base configuration.
 | allowJavaSerializedObject | producer | false | boolean | Whether to allow 
java serialization when a request uses 
context-type=application/x-java-serialized-object 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.
 | headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 725b877..93e6812 100644
--- a/components/camel-http4/src/main/docs/http4-component.adoc
+++ b/components/camel-http4/src/main/docs/http4-component.adoc
@@ -51,7 +51,7 @@ route, use the link:jetty.html[Jetty Component] instead.
 
 
 // component options: START
-The HTTP4 component supports 13 options which are listed below.
+The HTTP4 component supports 14 options which are listed below.
 
 
 
@@ -72,6 +72,7 @@ The HTTP4 component supports 13 options which are listed 
below.
 | connectionTimeToLive | advanced |  | long | The time for connection to live 
the time unit is millisecond the default value is always keep alive.
 | cookieStore | producer |  | CookieStore | To use a custom 
org.apache.http.client.CookieStore. By default the 
org.apache.http.impl.client.BasicCookieStore is used which is an in-memory only 
cookie store. Notice if bridgeEndpoint=true then the cookie store is forced to 
be a noop cookie store as cookie shouldn't be stored as we are just bridging 
(eg acting as a proxy).
 | headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-ibatis/src/main/docs/ibatis-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/src/main/docs/ibatis-component.adoc 
b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
index 9850762..bf8ccc8 100644
--- a/components/camel-ibatis/src/main/docs/ibatis-component.adoc
+++ b/components/camel-ibatis/src/main/docs/ibatis-component.adoc
@@ -56,7 +56,7 @@ the root of the classpath and expected named as 
`SqlMapConfig.xml`. +
 
 
 // component options: START
-The iBatis component supports 3 options which are listed below.
+The iBatis component supports 4 options which are listed below.
 
 
 
@@ -67,6 +67,7 @@ The iBatis component supports 3 options which are listed 
below.
 | sqlMapClient | advanced |  | SqlMapClient | To use the given 
com.ibatis.sqlmap.client.SqlMapClient
 | sqlMapConfig | common | classpath:SqlMapConfig.xml | String | Location of 
iBatis xml configuration file. The default value is: SqlMapConfig.xml loaded 
from the classpath
 | useTransactions | common | true | boolean | Whether to use transactions. 
This option is by default true.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -240,4 +241,4 @@ And the statements in the sqlmap file:
 * link:endpoint.html[Endpoint]
 * link:getting-started.html[Getting Started]
 
-* link:mybatis.html[MyBatis]
\ No newline at end of file
+* link:mybatis.html[MyBatis]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 9c7be80..f33777e 100644
--- a/components/camel-infinispan/src/main/docs/infinispan-component.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan-component.adoc
@@ -38,7 +38,17 @@ accessible from the registry.
 
 
 // component options: START
-The Infinispan component has no options.
+The Infinispan component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -173,4 +183,4 @@ For more information, see these resources...
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-influxdb/src/main/docs/influxdb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-influxdb/src/main/docs/influxdb-component.adoc 
b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
index 9df0053..bda3b5a 100644
--- a/components/camel-influxdb/src/main/docs/influxdb-component.adoc
+++ b/components/camel-influxdb/src/main/docs/influxdb-component.adoc
@@ -41,7 +41,17 @@ configured in the registry, using the native java driver.
 
 
 // component options: START
-The InfluxDB component has no options.
+The InfluxDB component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -103,4 +113,4 @@ For more information, see these resources...
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 b496788..30c5c56 100644
--- a/components/camel-irc/src/main/docs/irc-component.adoc
+++ b/components/camel-irc/src/main/docs/irc-component.adoc
@@ -34,7 +34,17 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The IRC component has no options.
+The IRC component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-ironmq/src/main/docs/ironmq-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ironmq/src/main/docs/ironmq-component.adoc 
b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
index c854273..eddc0eb 100644
--- a/components/camel-ironmq/src/main/docs/ironmq-component.adoc
+++ b/components/camel-ironmq/src/main/docs/ironmq-component.adoc
@@ -92,7 +92,17 @@ The IronMQ component supports 31 endpoint options which are 
listed below:
 
 
 // component options: START
-The IronMQ component has no options.
+The IronMQ component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -139,4 +149,4 @@ Dequeue from activemq jms and enqueue the messages on 
IronMQ.
 --------------------------------------------------
 from("activemq:foo")
   .to("ironmq:testqueue?projectId=myIronMQProjectid&token=myIronMQToken");
---------------------------------------------------
\ No newline at end of file
+--------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-javaspace/src/main/docs/javaspace-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/src/main/docs/javaspace-component.adoc 
b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
index bec8bb6..597dc3c 100644
--- a/components/camel-javaspace/src/main/docs/javaspace-component.adoc
+++ b/components/camel-javaspace/src/main/docs/javaspace-component.adoc
@@ -48,7 +48,17 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The JavaSpace component has no options.
+The JavaSpace component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -131,4 +141,4 @@ requests/replies with the proper correlation.
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jbpm/src/main/docs/jbpm-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jbpm/src/main/docs/jbpm-component.adoc 
b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
index cc24e53..b11d53a 100644
--- a/components/camel-jbpm/src/main/docs/jbpm-component.adoc
+++ b/components/camel-jbpm/src/main/docs/jbpm-component.adoc
@@ -30,7 +30,17 @@ jbpm::hostName[:port][/resourceUri][?options]
 
 
 // component options: START
-The JBPM component has no options.
+The JBPM component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -146,4 +156,4 @@ from("direct:start")
 * link:endpoint.html[Endpoint]
 * link:getting-started.html[Getting Started]
 
- 
\ No newline at end of file
+ 

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jcache/src/main/docs/jcache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcache/src/main/docs/jcache-component.adoc 
b/components/camel-jcache/src/main/docs/jcache-component.adoc
index 3a5b0cc..66047dd 100644
--- a/components/camel-jcache/src/main/docs/jcache-component.adoc
+++ b/components/camel-jcache/src/main/docs/jcache-component.adoc
@@ -49,7 +49,7 @@ The JCache component supports 23 endpoint options which are 
listed below:
 
 
 // component options: START
-The JCache component supports 4 options which are listed below.
+The JCache component supports 5 options which are listed below.
 
 
 
@@ -61,6 +61,7 @@ The JCache component supports 4 options which are listed 
below.
 | cacheConfiguration | common |  | Configuration | A Configuration for the 
Cache
 | cacheConfigurationProperties | common |  | Properties | The Properties for 
the javax.cache.spi.CachingProvider to create the CacheManager
 | configurationUri | common |  | String | An implementation specific URI for 
the CacheManager
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jclouds/src/main/docs/jclouds-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/src/main/docs/jclouds-component.adoc 
b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
index d3cde0f..9d56c70 100644
--- a/components/camel-jclouds/src/main/docs/jclouds-component.adoc
+++ b/components/camel-jclouds/src/main/docs/jclouds-component.adoc
@@ -102,7 +102,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The JClouds component supports 2 options which are listed below.
+The JClouds component supports 3 options which are listed below.
 
 
 
@@ -112,6 +112,7 @@ The JClouds component supports 2 options which are listed 
below.
 | Name | Group | Default | Java Type | Description
 | blobStores | common |  | List | To use the given BlobStore which must be 
configured when using blobstore.
 | computeServices | common |  | List | To use the given ComputeService which 
must be configured when use compute.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -354,4 +355,4 @@ 
http://jclouds.incubator.apache.org/documentation/userguide/blobstore-guide/[Jcl
 Blobstore wiki] 
 
 http://jclouds.incubator.apache.org/documentation/userguide/compute/[Jclouds
-Compute wiki]
\ No newline at end of file
+Compute wiki]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jcr/src/main/docs/jcr-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcr/src/main/docs/jcr-component.adoc 
b/components/camel-jcr/src/main/docs/jcr-component.adoc
index 5e4b796..8dd5fca 100644
--- a/components/camel-jcr/src/main/docs/jcr-component.adoc
+++ b/components/camel-jcr/src/main/docs/jcr-component.adoc
@@ -41,7 +41,17 @@ The `repository` element of the URI is used to look up the 
JCR
 
 
 // component options: START
-The JCR component has no options.
+The JCR component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -116,4 +126,4 @@ all the children.
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jdbc/src/main/docs/jdbc-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/src/main/docs/jdbc-component.adoc 
b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
index b218bf5..1211ace 100644
--- a/components/camel-jdbc/src/main/docs/jdbc-component.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc-component.adoc
@@ -42,7 +42,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The JDBC component supports 1 options which are listed below.
+The JDBC component supports 2 options which are listed below.
 
 
 
@@ -51,6 +51,7 @@ The JDBC component supports 1 options which are listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | dataSource | producer |  | DataSource | To use the DataSource instance 
instead of looking up the data source by name from the registry.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -237,4 +238,4 @@ from("timer://MoveNewCustomersEveryHour?period=3600000")
 * link:endpoint.html[Endpoint]
 * link:getting-started.html[Getting Started]
 
-* link:sql.html[SQL]
\ No newline at end of file
+* link:sql.html[SQL]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 49f465f..b3e766b 100644
--- a/components/camel-jetty9/src/main/docs/jetty-component.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty-component.adoc
@@ -50,7 +50,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The Jetty 9 component supports 31 options which are listed below.
+The Jetty 9 component supports 32 options which are listed below.
 
 
 
@@ -89,6 +89,7 @@ The Jetty 9 component supports 31 options which are listed 
below.
 | sendServerVersion | consumer | true | boolean | If the option is true jetty 
server will send the date header to the client which sends the request. NOTE 
please make sure there is no any other camel-jetty endpoint is share the same 
port otherwise this option may not work as expected.
 | allowJavaSerializedObject | advanced | false | boolean | Whether to allow 
java serialization when a request uses 
context-type=application/x-java-serialized-object 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.
 | headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jgroups/src/main/docs/jgroups-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/src/main/docs/jgroups-component.adoc 
b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
index ac33e4f..d3035d3 100644
--- a/components/camel-jgroups/src/main/docs/jgroups-component.adoc
+++ b/components/camel-jgroups/src/main/docs/jgroups-component.adoc
@@ -49,7 +49,7 @@ component should connect to.
 
 
 // component options: START
-The JGroups component supports 3 options which are listed below.
+The JGroups component supports 4 options which are listed below.
 
 
 
@@ -60,6 +60,7 @@ The JGroups component supports 3 options which are listed 
below.
 | channel | common |  | Channel | Channel to use
 | channelProperties | common |  | String | Specifies configuration properties 
of the JChannel used by the endpoint.
 | enableViewMessages | consumer | false | boolean | If set to true the 
consumer endpoint will receive org.jgroups.View messages as well (not only 
org.jgroups.Message instances). By default only regular messages are consumed 
by the endpoint.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -261,4 +262,4 @@ from("jgroups:clusterName?enableViewMessages=true").
   to("controlbus:route?routeId=masterRoute&action=start&async=true");
 
 
from("jetty:http://localhost:8080/orders";).routeId("masterRoute").autoStartup(false).to("jms:orders");Â
 
------------------------------------------------------------------------------------------------------------------------------------------------------------------
\ No newline at end of file
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jing/src/main/docs/jing-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jing/src/main/docs/jing-component.adoc 
b/components/camel-jing/src/main/docs/jing-component.adoc
index ad198e4..38e8f07 100644
--- a/components/camel-jing/src/main/docs/jing-component.adoc
+++ b/components/camel-jing/src/main/docs/jing-component.adoc
@@ -40,7 +40,17 @@ option compactSyntax to turn on either RNG or RNC mode.
 
 
 // component options: START
-The Jing component has no options.
+The Jing component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -77,4 +87,4 @@ Syntax] schema (which is supplied on the classpath).
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jira/src/main/docs/jira-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jira/src/main/docs/jira-component.adoc 
b/components/camel-jira/src/main/docs/jira-component.adoc
index ede8361..493f2b1 100644
--- a/components/camel-jira/src/main/docs/jira-component.adoc
+++ b/components/camel-jira/src/main/docs/jira-component.adoc
@@ -42,7 +42,17 @@ jira://endpoint[?options]
 
 
 // component options: START
-The JIRA component has no options.
+The JIRA component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -101,4 +111,4 @@ delay, etc.  Example:
 [source,text]
 
----------------------------------------------------------------------------------------------------------------------------------------------
 jira://[endpoint]?[required options]&jql=RAW(project=[project key] AND status 
in (Open, \"Coding In Progress\") AND \"Number of comments\">0)"
-----------------------------------------------------------------------------------------------------------------------------------------------
\ No newline at end of file
+----------------------------------------------------------------------------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/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 0c2bc37..f67a568 100644
--- a/components/camel-jms/src/main/docs/jms-component.adoc
+++ b/components/camel-jms/src/main/docs/jms-component.adoc
@@ -199,7 +199,7 @@ about these properties by consulting the relevant Spring 
documentation.
 
 
 // component options: START
-The JMS component supports 75 options which are listed below.
+The JMS component supports 76 options which are listed below.
 
 
 
@@ -282,6 +282,7 @@ The JMS component supports 75 options which are listed 
below.
 | waitForProvisionCorrelationToBeUpdatedThreadSleepingTime | advanced | 100 | 
long | Interval in millis to sleep each time while waiting for provisional 
correlation id to be updated.
 | correlationProperty | producer (advanced) |  | String | Use this JMS 
property to correlate messages in InOut exchange pattern (request-reply) 
instead of JMSCorrelationID property. This allows you to exchange messages with 
systems that do not correlate messages using JMSCorrelationID JMS property. If 
used JMSCorrelationID will not be used or set by Camel. The value of here named 
property will be generated if not supplied in the header of the message under 
the same name.
 | headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jmx/src/main/docs/jmx-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jmx/src/main/docs/jmx-component.adoc 
b/components/camel-jmx/src/main/docs/jmx-component.adoc
index bf3899e..85e6481 100644
--- a/components/camel-jmx/src/main/docs/jmx-component.adoc
+++ b/components/camel-jmx/src/main/docs/jmx-component.adoc
@@ -22,7 +22,17 @@ monitor Camel using JMX.
 ### Options
 
 // component options: START
-The JMX component has no options.
+The JMX component supports 1 options which are listed below.
+
+
+
+{% raw %}
+[width="100%",cols="2,1,1m,1m,5",options="header"]
+|=======================================================================
+| Name | Group | Default | Java Type | Description
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+|=======================================================================
+{% endraw %}
 // component options: END
 
 // endpoint options: START
@@ -1045,4 +1055,4 @@ String getEndpointUri();
 
 * link:management-example.html[Management Example]
 * link:why-is-my-processor-not-showing-up-in-jconsole.html[Why is my
-processor not showing up in JConsole]
\ No newline at end of file
+processor not showing up in JConsole]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jolt/src/main/docs/jolt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jolt/src/main/docs/jolt-component.adoc 
b/components/camel-jolt/src/main/docs/jolt-component.adoc
index f05370c..fcb7667 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -41,7 +41,7 @@ format, `?option=value&option=value&...`
 
 
 // component options: START
-The JOLT component supports 1 options which are listed below.
+The JOLT component supports 2 options which are listed below.
 
 
 
@@ -50,6 +50,7 @@ The JOLT component supports 1 options which are listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | transform | advanced |  | Transform | Explicitly sets the Transform to use. 
If not set a Transform specified by the transformDsl will be created
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jpa/src/main/docs/jpa-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc 
b/components/camel-jpa/src/main/docs/jpa-component.adoc
index d4245a4..ac2d720 100644
--- a/components/camel-jpa/src/main/docs/jpa-component.adoc
+++ b/components/camel-jpa/src/main/docs/jpa-component.adoc
@@ -84,7 +84,7 @@ You can append query options to the URI in the following 
format,
 
 
 // component options: START
-The JPA component supports 4 options which are listed below.
+The JPA component supports 5 options which are listed below.
 
 
 
@@ -96,6 +96,7 @@ The JPA component supports 4 options which are listed below.
 | transactionManager | common |  | PlatformTransactionManager | To use the 
PlatformTransactionManager for managing transactions.
 | joinTransaction | common | true | boolean | The camel-jpa component will 
join transaction by default. You can use this option to turn this off for 
example if you use LOCAL_RESOURCE and join transaction doesn't work with your 
JPA provider. This option can also be set globally on the JpaComponent instead 
of having to set it on all endpoints.
 | sharedEntityManager | common | false | boolean | Whether to use Spring's 
SharedEntityManager for the consumer/producer. Note in most cases 
joinTransaction should be set to false as this is not an EXTENDED EntityManager.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jsch/src/main/docs/scp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jsch/src/main/docs/scp-component.adoc 
b/components/camel-jsch/src/main/docs/scp-component.adoc
index cc08463..8d9c093 100644
--- a/components/camel-jsch/src/main/docs/scp-component.adoc
+++ b/components/camel-jsch/src/main/docs/scp-component.adoc
@@ -41,7 +41,7 @@ in code).
 
 
 // component options: START
-The SCP component supports 1 options which are listed below.
+The SCP component supports 2 options which are listed below.
 
 
 
@@ -50,6 +50,7 @@ The SCP component supports 1 options which are listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | verboseLogging | producer | false | boolean | JSCH is verbose logging out of 
the box. Therefore we turn the logging down to DEBUG logging by default. But 
setting this option to true turns on the verbose logging again.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -111,4 +112,4 @@ 
http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Produc
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-jt400/src/main/docs/jt400-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jt400/src/main/docs/jt400-component.adoc 
b/components/camel-jt400/src/main/docs/jt400-component.adoc
index cb21987..4569569 100644
--- a/components/camel-jt400/src/main/docs/jt400-component.adoc
+++ b/components/camel-jt400/src/main/docs/jt400-component.adoc
@@ -38,7 +38,7 @@ You can append query options to the URI in the following 
format,
 ### JT400 options
 
 // component options: START
-The JT400 component supports 1 options which are listed below.
+The JT400 component supports 2 options which are listed below.
 
 
 
@@ -47,6 +47,7 @@ The JT400 component supports 1 options which are listed below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | connectionPool | advanced |  | AS400ConnectionPool | Returns the default 
connection pool used by this component.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -184,4 +185,4 @@ 
from("jt400://username:password@system/lib.lib/MSGOUTDQ.DTAQ?keyed=true&searchKe
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-kafka/src/main/docs/kafka-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kafka/src/main/docs/kafka-component.adoc 
b/components/camel-kafka/src/main/docs/kafka-component.adoc
index 8c1d938..92f0ae8 100644
--- a/components/camel-kafka/src/main/docs/kafka-component.adoc
+++ b/components/camel-kafka/src/main/docs/kafka-component.adoc
@@ -34,7 +34,7 @@ kafka:topic[?options]
 
 
 // component options: START
-The Kafka component supports 2 options which are listed below.
+The Kafka component supports 3 options which are listed below.
 
 
 
@@ -44,6 +44,7 @@ The Kafka component supports 2 options which are listed below.
 | Name | Group | Default | Java Type | Description
 | brokers | common |  | String | URL of the Kafka brokers to use. The format 
is host1:port1host2:port2 and the list can be a subset of brokers or a VIP 
pointing to a subset of brokers. This option is known as bootstrap.servers in 
the Kafka documentation.
 | workerPool | advanced |  | ExecutorService | To use a shared custom worker 
pool for continue routing Exchange after kafka server has acknowledge the 
message that was sent to it from KafkaProducer using asynchronous non-blocking 
processing. If using this option then you must handle the lifecycle of the 
thread pool to shut the pool down when no longer needed.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/c7907e9f/components/camel-kestrel/src/main/docs/kestrel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/src/main/docs/kestrel-component.adoc 
b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
index b75318f..0e3813e 100644
--- a/components/camel-kestrel/src/main/docs/kestrel-component.adoc
+++ b/components/camel-kestrel/src/main/docs/kestrel-component.adoc
@@ -66,7 +66,7 @@ 
kestrel://kserver03:22133/massive?concurrentConsumers=25&waitTimeMs=500
 
 
 // component options: START
-The Kestrel component supports 1 options which are listed below.
+The Kestrel component supports 2 options which are listed below.
 
 
 
@@ -75,6 +75,7 @@ The Kestrel component supports 1 options which are listed 
below.
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 | configuration | advanced |  | KestrelConfiguration | To use a shared 
configured configuration as base for creating new endpoints.
+| resolvePropertyPlaceholders | common | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
 |=======================================================================
 {% endraw %}
 // component options: END
@@ -262,4 +263,4 @@ reference] for details.
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

Reply via email to