You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/05/13 07:34:55 UTC

[1/3] camel git commit: Added {% raw %} and {% endraw %} in the camel-package-maven-plugin mvel templates for endpoints and components

Repository: camel
Updated Branches:
  refs/heads/master 708a2bdc4 -> e16dd32aa


Added {% raw %} and {% endraw %} in the camel-package-maven-plugin mvel templates for endpoints and components


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

Branch: refs/heads/master
Commit: 31103d7ef6d7ef9dc660717b79beb8945c2226f9
Parents: 708a2bd
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri May 13 09:14:24 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri May 13 09:14:24 2016 +0200

----------------------------------------------------------------------
 components/camel-nats/src/main/docs/nats.adoc                    | 4 ++++
 .../src/main/resources/component-options.mvel                    | 2 ++
 .../src/main/resources/endpoint-options.mvel                     | 2 ++
 3 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/31103d7e/components/camel-nats/src/main/docs/nats.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nats/src/main/docs/nats.adoc b/components/camel-nats/src/main/docs/nats.adoc
index ff2f512..af62e70 100644
--- a/components/camel-nats/src/main/docs/nats.adoc
+++ b/components/camel-nats/src/main/docs/nats.adoc
@@ -42,9 +42,11 @@ The Nats component has no options.
 
 
 
+
 // endpoint options: START
 The Nats component supports 18 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -67,10 +69,12 @@ The Nats component supports 18 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 [[NATS-Headers]]
 Headers
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/31103d7e/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
index f2b0c1f..98b16c9 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
+++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/component-options.mvel
@@ -5,9 +5,11 @@ The @{title} component supports @{componentOptions.size()} options which are lis
 @end{}
 
 @if{!componentOptions.isEmpty()}
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 @foreach{row : componentOptions}| @{row.name} | @{row.shortJavaType} | @{row.description}
 @end{}|=======================================================================
+{% endraw %}
 @end{}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/31103d7e/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
index 0454f69..b3496a9 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
+++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/endpoint-options.mvel
@@ -1,7 +1,9 @@
 The @{title} component supports @{endpointOptions.size()} endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
 @foreach{row : endpointOptions}| @{row.name} | @{row.group} | @{row.defaultValue} | @{row.shortJavaType} | @{row.description}
 @end{}|=======================================================================
+{% endraw %}


[3/3] camel git commit: Regenerated docs with the new feature in the related maven plugin

Posted by ac...@apache.org.
Regenerated docs with the new feature in the related maven plugin


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

Branch: refs/heads/master
Commit: e16dd32aab9a89de20d31abe490dcb02d2672e9e
Parents: 31103d7
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri May 13 09:33:17 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri May 13 09:33:17 2016 +0200

----------------------------------------------------------------------
 camel-core/src/main/docs/mock.adoc                           | 4 ++++
 camel-core/src/main/docs/properties.adoc                     | 8 ++++++++
 components/camel-ahc/src/main/docs/ahc.adoc                  | 8 ++++++++
 components/camel-aws/src/main/docs/aws-cw.adoc               | 4 ++++
 components/camel-aws/src/main/docs/aws-ddb.adoc              | 4 ++++
 components/camel-aws/src/main/docs/aws-ddbstream.adoc        | 4 ++++
 components/camel-aws/src/main/docs/aws-ec2.adoc              | 4 ++++
 components/camel-aws/src/main/docs/aws-kinesis.adoc          | 4 ++++
 components/camel-aws/src/main/docs/aws-s3.adoc               | 4 ++++
 components/camel-aws/src/main/docs/aws-sdb.adoc              | 4 ++++
 components/camel-aws/src/main/docs/aws-ses.adoc              | 4 ++++
 components/camel-aws/src/main/docs/aws-sns.adoc              | 4 ++++
 components/camel-aws/src/main/docs/aws-sqs.adoc              | 4 ++++
 components/camel-aws/src/main/docs/aws-swf.adoc              | 4 ++++
 components/camel-cometd/src/main/docs/cometd.adoc            | 8 ++++++++
 components/camel-etcd/src/main/docs/etcd.adoc                | 4 ++++
 components/camel-flink/src/main/docs/flink.adoc              | 8 ++++++++
 components/camel-fop/src/main/docs/fop.adoc                  | 4 ++++
 components/camel-freemarker/src/main/docs/freemarker.adoc    | 8 ++++++++
 components/camel-ftp/src/main/docs/ftp.adoc                  | 4 ++++
 components/camel-ganglia/src/main/docs/ganglia.adoc          | 8 ++++++++
 components/camel-geocoder/src/main/docs/geocoder.adoc        | 4 ++++
 components/camel-git/src/main/docs/git.adoc                  | 4 ++++
 components/camel-github/src/main/docs/github.adoc            | 4 ++++
 .../camel-google-calendar/src/main/docs/google-calendar.adoc | 8 ++++++++
 .../camel-google-drive/src/main/docs/google-drive.adoc       | 8 ++++++++
 components/camel-google-mail/src/main/docs/google-mail.adoc  | 8 ++++++++
 components/camel-gora/src/main/docs/gora.adoc                | 4 ++++
 components/camel-grape/src/main/docs/grape.adoc              | 4 ++++
 .../camel-guava-eventbus/src/main/docs/guava-eventbus.adoc   | 8 ++++++++
 components/camel-hazelcast/src/main/docs/hazelcast.adoc      | 8 ++++++++
 components/camel-hbase/src/main/docs/hbase.adoc              | 8 ++++++++
 components/camel-hdfs/src/main/docs/hdfs.adoc                | 8 ++++++++
 components/camel-hdfs2/src/main/docs/hdfs2.adoc              | 8 ++++++++
 components/camel-hipchat/src/main/docs/hipchat.adoc          | 4 ++++
 components/camel-http/src/main/docs/http.adoc                | 8 ++++++++
 components/camel-http4/src/main/docs/http4.adoc              | 8 ++++++++
 components/camel-hystrix/src/main/docs/hystrix.adoc          | 4 ++++
 components/camel-ibatis/src/main/docs/ibatis.adoc            | 8 ++++++++
 components/camel-infinispan/src/main/docs/infinispan.adoc    | 4 ++++
 components/camel-irc/src/main/docs/irc.adoc                  | 4 ++++
 components/camel-ironmq/src/main/docs/ironmq.adoc            | 4 ++++
 components/camel-javaspace/src/main/docs/javaspace.adoc      | 4 ++++
 components/camel-jbpm/src/main/docs/jbpm.adoc                | 4 ++++
 components/camel-jcache/src/main/docs/jcache.adoc            | 4 ++++
 components/camel-jclouds/src/main/docs/jclouds.adoc          | 8 ++++++++
 components/camel-jcr/src/main/docs/jcr.adoc                  | 4 ++++
 components/camel-jdbc/src/main/docs/jdbc.adoc                | 8 ++++++++
 components/camel-jetty9/src/main/docs/jetty.adoc             | 8 ++++++++
 components/camel-jgroups/src/main/docs/jgroups.adoc          | 8 ++++++++
 components/camel-jing/src/main/docs/jing.adoc                | 4 ++++
 components/camel-jira/src/main/docs/jira.adoc                | 4 ++++
 components/camel-jms/src/main/docs/jms.adoc                  | 8 ++++++++
 components/camel-jolt/src/main/docs/jolt.adoc                | 8 ++++++++
 components/camel-jpa/src/main/docs/jpa.adoc                  | 8 ++++++++
 components/camel-jsch/src/main/docs/scp.adoc                 | 8 ++++++++
 components/camel-jt400/src/main/docs/jt400.adoc              | 8 ++++++++
 components/camel-kafka/src/main/docs/kafka.adoc              | 4 ++++
 components/camel-kestrel/src/main/docs/kestrel.adoc          | 8 ++++++++
 components/camel-krati/src/main/docs/krati.adoc              | 4 ++++
 components/camel-kubernetes/src/main/docs/kubernetes.adoc    | 4 ++++
 components/camel-ldap/src/main/docs/ldap.adoc                | 4 ++++
 components/camel-lucene/src/main/docs/lucene.adoc            | 8 ++++++++
 components/camel-mail/src/main/docs/imap.adoc                | 8 ++++++++
 components/camel-mail/src/main/docs/imaps.adoc               | 8 ++++++++
 components/camel-mail/src/main/docs/pop3.adoc                | 8 ++++++++
 components/camel-mail/src/main/docs/pop3s.adoc               | 8 ++++++++
 components/camel-mail/src/main/docs/smtp.adoc                | 8 ++++++++
 components/camel-mail/src/main/docs/smtps.adoc               | 8 ++++++++
 components/camel-mina/src/main/docs/mina.adoc                | 8 ++++++++
 components/camel-mina2/src/main/docs/mina2.adoc              | 8 ++++++++
 components/camel-mllp/src/main/docs/mllp.adoc                | 4 ++++
 components/camel-mongodb-gridfs/src/main/docs/gridfs.adoc    | 4 ++++
 components/camel-mongodb/src/main/docs/mongodb.adoc          | 4 ++++
 components/camel-mqtt/src/main/docs/mqtt.adoc                | 8 ++++++++
 components/camel-msv/src/main/docs/msv.adoc                  | 8 ++++++++
 components/camel-mustache/src/main/docs/mustache.adoc        | 8 ++++++++
 components/camel-mvel/src/main/docs/mvel.adoc                | 4 ++++
 components/camel-mybatis/src/main/docs/mybatis.adoc          | 8 ++++++++
 components/camel-nagios/src/main/docs/nagios.adoc            | 8 ++++++++
 components/camel-netty-http/src/main/docs/netty-http.adoc    | 8 ++++++++
 components/camel-netty/src/main/docs/netty.adoc              | 8 ++++++++
 components/camel-netty4-http/src/main/docs/netty4-http.adoc  | 8 ++++++++
 components/camel-netty4/src/main/docs/netty4.adoc            | 8 ++++++++
 components/camel-sjms/src/main/docs/sjms-batch.adoc          | 8 ++++++++
 components/camel-sjms/src/main/docs/sjms.adoc                | 8 ++++++++
 components/camel-twitter/src/main/docs/twitter.adoc          | 8 ++++++++
 components/camel-websocket/src/main/docs/websocket.adoc      | 8 ++++++++
 components/camel-xmlsecurity/src/main/docs/xmlsecurity.adoc  | 8 ++++++++
 components/camel-yammer/src/main/docs/yammer.adoc            | 8 ++++++++
 components/camel-zookeeper/src/main/docs/zookeeper.adoc      | 4 ++++
 91 files changed, 568 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/camel-core/src/main/docs/mock.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/mock.adoc b/camel-core/src/main/docs/mock.adoc
index de373fd..b24e634 100644
--- a/camel-core/src/main/docs/mock.adoc
+++ b/camel-core/src/main/docs/mock.adoc
@@ -94,9 +94,11 @@ The Mock component has no options.
 
 
 
+
 // endpoint options: START
 The Mock component supports 12 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -113,9 +115,11 @@ The Mock component supports 12 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange.
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Mock-SimpleExample]]
 Simple Example
 ^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/camel-core/src/main/docs/properties.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/properties.adoc b/camel-core/src/main/docs/properties.adoc
index 1e1efe7..d67c159 100644
--- a/camel-core/src/main/docs/properties.adoc
+++ b/camel-core/src/main/docs/properties.adoc
@@ -22,11 +22,13 @@ Options
 
 
 
+
 // component options: START
 The Properties component supports 15 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -46,15 +48,19 @@ The Properties component supports 15 options which are listed below.
 | overrideProperties | Properties | Sets a special list of override properties that take precedence and will use first if a property exist.
 | systemPropertiesMode | int | Sets the system property mode.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The Properties component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -66,9 +72,11 @@ The Properties component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange.
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [TIP]
 **Resolving property from Java code** +
 You can use the method `resolvePropertyPlaceholders` on the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-ahc/src/main/docs/ahc.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ahc/src/main/docs/ahc.adoc b/components/camel-ahc/src/main/docs/ahc.adoc
index 79c63f3..6ee94f4 100644
--- a/components/camel-ahc/src/main/docs/ahc.adoc
+++ b/components/camel-ahc/src/main/docs/ahc.adoc
@@ -47,9 +47,11 @@ AhcEndpoint Options
 
 
 
+
 // endpoint options: START
 The AHC component supports 12 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -66,6 +68,7 @@ The AHC component supports 12 endpoint options which are listed below:
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 | sslContextParameters | security |  | SSLContextParameters | Reference to a org.apache.camel.util.jsse.SSLContextParameters in the Registry. This reference overrides any configured SSLContextParameters at the component level. See Using the JSSE Configuration Utility. Note that configuring this option will override any SSL/TLS configuration options provided through the clientConfig option at the endpoint or component level.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
@@ -73,6 +76,7 @@ The AHC component supports 12 endpoint options which are listed below:
 
 
 
+
 [[AHC-AhcComponentOptions]]
 AhcComponent Options
 ^^^^^^^^^^^^^^^^^^^^
@@ -83,11 +87,13 @@ AhcComponent Options
 
 
 
+
 // component options: START
 The AHC component supports 6 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -98,6 +104,7 @@ The AHC component supports 6 options which are listed below.
 | allowJavaSerializedObject | 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 | HeaderFilterStrategy | To use a custom HeaderFilterStrategy to filter header to and from Camel message.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -106,6 +113,7 @@ The AHC component supports 6 options which are listed below.
 
 
 
+
 Notice that setting any of the options on the `AhcComponent` will
 propagate those options to
 `AhcEndpoints` being created. However the `AhcEndpoint` can also

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-cw.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-cw.adoc b/components/camel-aws/src/main/docs/aws-cw.adoc
index 0752bc1..2bf859f 100644
--- a/components/camel-aws/src/main/docs/aws-cw.adoc
+++ b/components/camel-aws/src/main/docs/aws-cw.adoc
@@ -39,9 +39,11 @@ The AWS CloudWatch component has no options.
 
 
 
+
 // endpoint options: START
 The AWS CloudWatch component supports 13 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -59,9 +61,11 @@ The AWS CloudWatch component supports 13 endpoint options which are listed below
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 Required CW component options
 
 You have to provide the amazonCwClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-ddb.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ddb.adoc b/components/camel-aws/src/main/docs/aws-ddb.adoc
index ddb0c42..98ca524 100644
--- a/components/camel-aws/src/main/docs/aws-ddb.adoc
+++ b/components/camel-aws/src/main/docs/aws-ddb.adoc
@@ -36,9 +36,11 @@ The AWS DynamoDB component has no options.
 
 
 
+
 // endpoint options: START
 The AWS DynamoDB component supports 15 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -58,9 +60,11 @@ The AWS DynamoDB component supports 15 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 Required DDB component options
 
 You have to provide the amazonDDBClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-ddbstream.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ddbstream.adoc b/components/camel-aws/src/main/docs/aws-ddbstream.adoc
index e6018b2..c5d6bd1 100644
--- a/components/camel-aws/src/main/docs/aws-ddbstream.adoc
+++ b/components/camel-aws/src/main/docs/aws-ddbstream.adoc
@@ -39,9 +39,11 @@ The AWS DynamoDB Streams component has no options.
 
 
 
+
 // endpoint options: START
 The AWS DynamoDB Streams component supports 24 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -70,11 +72,13 @@ The AWS DynamoDB Streams component supports 24 endpoint options which are listed
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 Required DynampDBStream component options
 
 You have to provide the�amazonDynamoDbStreamsClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-ec2.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ec2.adoc b/components/camel-aws/src/main/docs/aws-ec2.adoc
index b447059..9254de1 100644
--- a/components/camel-aws/src/main/docs/aws-ec2.adoc
+++ b/components/camel-aws/src/main/docs/aws-ec2.adoc
@@ -36,9 +36,11 @@ The AWS EC2 component has no options.
 
 
 
+
 // endpoint options: START
 The AWS EC2 component supports 10 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -53,9 +55,11 @@ The AWS EC2 component supports 10 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 Required EC2 component options
 
 You have to provide the amazonEc2Client in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-kinesis.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-kinesis.adoc b/components/camel-aws/src/main/docs/aws-kinesis.adoc
index fa6974c..c3c4234 100644
--- a/components/camel-aws/src/main/docs/aws-kinesis.adoc
+++ b/components/camel-aws/src/main/docs/aws-kinesis.adoc
@@ -40,9 +40,11 @@ The AWS Kinesis component has no options.
 
 
 
+
 // endpoint options: START
 The AWS Kinesis component supports 25 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -72,12 +74,14 @@ The AWS Kinesis component supports 25 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 Required Kinesis component options
 
 You have to provide the�amazonKinesisClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-s3.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-s3.adoc b/components/camel-aws/src/main/docs/aws-s3.adoc
index 70a02a6..368abeb 100644
--- a/components/camel-aws/src/main/docs/aws-s3.adoc
+++ b/components/camel-aws/src/main/docs/aws-s3.adoc
@@ -41,9 +41,11 @@ The AWS S3 Storage Service component has no options.
 
 
 
+
 // endpoint options: START
 The AWS S3 Storage Service component supports 38 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -86,12 +88,14 @@ The AWS S3 Storage Service component supports 38 endpoint options which are list
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 Required S3 component options
 
 You have to provide the amazonS3Client in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-sdb.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sdb.adoc b/components/camel-aws/src/main/docs/aws-sdb.adoc
index 8143c75..37d6a0b 100644
--- a/components/camel-aws/src/main/docs/aws-sdb.adoc
+++ b/components/camel-aws/src/main/docs/aws-sdb.adoc
@@ -36,9 +36,11 @@ The AWS SimpleDB component has no options.
 
 
 
+
 // endpoint options: START
 The AWS SimpleDB component supports 12 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -55,9 +57,11 @@ The AWS SimpleDB component supports 12 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 Required SDB component options
 
 You have to provide the amazonSDBClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-ses.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-ses.adoc b/components/camel-aws/src/main/docs/aws-ses.adoc
index c56ee30..716168b 100644
--- a/components/camel-aws/src/main/docs/aws-ses.adoc
+++ b/components/camel-aws/src/main/docs/aws-ses.adoc
@@ -36,9 +36,11 @@ The AWS Simple Email Service component has no options.
 
 
 
+
 // endpoint options: START
 The AWS Simple Email Service component supports 13 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -56,9 +58,11 @@ The AWS Simple Email Service component supports 13 endpoint options which are li
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 Required SES component options
 
 You have to provide the amazonSESClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-sns.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sns.adoc b/components/camel-aws/src/main/docs/aws-sns.adoc
index e10e73a..b441de6 100644
--- a/components/camel-aws/src/main/docs/aws-sns.adoc
+++ b/components/camel-aws/src/main/docs/aws-sns.adoc
@@ -40,9 +40,11 @@ The AWS Simple Notification System component has no options.
 
 
 
+
 // endpoint options: START
 The AWS Simple Notification System component supports 12 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -59,10 +61,12 @@ The AWS Simple Notification System component supports 12 endpoint options which
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 Required SNS component options
 
 You have to provide the amazonSNSClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-sqs.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-sqs.adoc b/components/camel-aws/src/main/docs/aws-sqs.adoc
index f2d8a4e..c4f8530 100644
--- a/components/camel-aws/src/main/docs/aws-sqs.adoc
+++ b/components/camel-aws/src/main/docs/aws-sqs.adoc
@@ -40,9 +40,11 @@ The AWS Simple Queue Service component has no options.
 
 
 
+
 // endpoint options: START
 The AWS Simple Queue Service component supports 45 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -92,12 +94,14 @@ The AWS Simple Queue Service component supports 45 endpoint options which are li
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 Required SQS component options
 
 You have to provide the amazonSQSClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-aws/src/main/docs/aws-swf.adoc
----------------------------------------------------------------------
diff --git a/components/camel-aws/src/main/docs/aws-swf.adoc b/components/camel-aws/src/main/docs/aws-swf.adoc
index 1464d35..25ee304 100644
--- a/components/camel-aws/src/main/docs/aws-swf.adoc
+++ b/components/camel-aws/src/main/docs/aws-swf.adoc
@@ -36,9 +36,11 @@ The AWS Simple Workflow component has no options.
 
 
 
+
 // endpoint options: START
 The AWS Simple Workflow component supports 30 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -73,9 +75,11 @@ The AWS Simple Workflow component supports 30 endpoint options which are listed
 | workflowList | workflow |  | String | The list name to consume workflows from.
 | workflowTypeRegistrationOptions | workflow |  | WorkflowTypeRegistrationOptions | Workflow registration options
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 Required SWF component options
 
 You have to provide the�amazonSWClient in the

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-cometd/src/main/docs/cometd.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cometd/src/main/docs/cometd.adoc b/components/camel-cometd/src/main/docs/cometd.adoc
index efb4dca..8135538 100644
--- a/components/camel-cometd/src/main/docs/cometd.adoc
+++ b/components/camel-cometd/src/main/docs/cometd.adoc
@@ -51,11 +51,13 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The CometD component supports 6 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -66,13 +68,17 @@ The CometD component supports 6 options which are listed below.
 | extensions | List | To use a list of custom BayeuxServer.Extension that allows modifying incoming and outgoing requests.
 | sslContextParameters | SSLContextParameters | To configure security using SSLContextParameters
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The CometD component supports 19 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -96,9 +102,11 @@ The CometD component supports 19 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 You can append query options to the URI in the following format,
 `?option=value&option=value&...`
 

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-etcd/src/main/docs/etcd.adoc
----------------------------------------------------------------------
diff --git a/components/camel-etcd/src/main/docs/etcd.adoc b/components/camel-etcd/src/main/docs/etcd.adoc
index 3632b0d..f59f58d 100644
--- a/components/camel-etcd/src/main/docs/etcd.adoc
+++ b/components/camel-etcd/src/main/docs/etcd.adoc
@@ -9,9 +9,11 @@
 
 
 
+
 // endpoint options: START
 The etcd component supports 15 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -31,6 +33,7 @@ The etcd component supports 15 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | userName | security |  | String | The user name to use for basic authentication.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
@@ -43,6 +46,7 @@ The etcd component supports 15 endpoint options which are listed below:
 
 
 
+
 // component options: START
 The etcd component has no options.
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-flink/src/main/docs/flink.adoc
----------------------------------------------------------------------
diff --git a/components/camel-flink/src/main/docs/flink.adoc b/components/camel-flink/src/main/docs/flink.adoc
index d337530..c40f126 100644
--- a/components/camel-flink/src/main/docs/flink.adoc
+++ b/components/camel-flink/src/main/docs/flink.adoc
@@ -41,9 +41,11 @@ flink:datastream?datastream=#myDataStream&dataStreamCallback=#dataStreamCallback
 FlinkEndpoint Options
 
 
+
 // endpoint options: START
 The Apache Flink component supports 8 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -56,19 +58,23 @@ The Apache Flink component supports 8 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Flink-FlinkComponentOptions]]
 FlinkComponent Options
 ^^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The Apache Flink component supports 4 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -77,10 +83,12 @@ The Apache Flink component supports 4 options which are listed below.
 | dataSetCallback | DataSetCallback | Function performing action against a DataSet.
 | dataStreamCallback | DataStreamCallback | Function performing action against a DataStream.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
 Flink DataSet Callback
 ^^^^^^^^^^^^^^^^^^^^^^
 

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-fop/src/main/docs/fop.adoc
----------------------------------------------------------------------
diff --git a/components/camel-fop/src/main/docs/fop.adoc b/components/camel-fop/src/main/docs/fop.adoc
index 5f6f537..e57f7dd 100644
--- a/components/camel-fop/src/main/docs/fop.adoc
+++ b/components/camel-fop/src/main/docs/fop.adoc
@@ -74,9 +74,11 @@ The FOP component has no options.
 // component options: END
 
 
+
 // endpoint options: START
 The FOP component supports 5 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -86,8 +88,10 @@ The FOP component supports 5 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
+
 The location of a configuration file with the following
 http://xmlgraphics.apache.org/fop/1.0/configuration.html[structure].
 From *Camel 2.12* onwards the file is loaded from the classpath by

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-freemarker/src/main/docs/freemarker.adoc
----------------------------------------------------------------------
diff --git a/components/camel-freemarker/src/main/docs/freemarker.adoc b/components/camel-freemarker/src/main/docs/freemarker.adoc
index 48d0cca..7e54a523 100644
--- a/components/camel-freemarker/src/main/docs/freemarker.adoc
+++ b/components/camel-freemarker/src/main/docs/freemarker.adoc
@@ -40,22 +40,28 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Freemarker component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | Configuration | To use an existing freemarker.template.Configuration instance as the configuration.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
+
+
 // endpoint options: START
 The Freemarker component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -67,9 +73,11 @@ The Freemarker component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[FreeMarker-Headers]]
 Headers
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-ftp/src/main/docs/ftp.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftp.adoc b/components/camel-ftp/src/main/docs/ftp.adoc
index c54da45..7c5d2ab 100644
--- a/components/camel-ftp/src/main/docs/ftp.adoc
+++ b/components/camel-ftp/src/main/docs/ftp.adoc
@@ -113,9 +113,11 @@ The FTP component has no options.
 
 
 
+
 // endpoint options: START
 The FTP component supports 102 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -222,12 +224,14 @@ The FTP component supports 102 endpoint options which are listed below:
 | password | security |  | String | Password to use for login
 | username | security |  | String | Username to use for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 [Info]
 ====
 FTPS component default trust store

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-ganglia/src/main/docs/ganglia.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ganglia/src/main/docs/ganglia.adoc b/components/camel-ganglia/src/main/docs/ganglia.adoc
index 845552f..1fd74eb 100644
--- a/components/camel-ganglia/src/main/docs/ganglia.adoc
+++ b/components/camel-ganglia/src/main/docs/ganglia.adoc
@@ -54,22 +54,28 @@ Ganglia component and endpoint URI options
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The Ganglia component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | GangliaConfiguration | To use the shared configuration
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
+
+
 // endpoint options: START
 The Ganglia component supports 16 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -90,9 +96,11 @@ The Ganglia component supports 16 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Ganglia-Messagebody]]
 Message body
 ~~~~~~~~~~~~

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-geocoder/src/main/docs/geocoder.adoc
----------------------------------------------------------------------
diff --git a/components/camel-geocoder/src/main/docs/geocoder.adoc b/components/camel-geocoder/src/main/docs/geocoder.adoc
index 550b456..4419a18 100644
--- a/components/camel-geocoder/src/main/docs/geocoder.adoc
+++ b/components/camel-geocoder/src/main/docs/geocoder.adoc
@@ -43,9 +43,11 @@ The Geocoder component has no options.
 
 
 
+
 // endpoint options: START
 The Geocoder component supports 17 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -67,9 +69,11 @@ The Geocoder component supports 17 endpoint options which are listed below:
 | proxyHost | proxy |  | String | The proxy host name
 | proxyPort | proxy |  | Integer | The proxy port number
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Geocoder-Exchangedataformat]]
 Exchange data format
 ^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-git/src/main/docs/git.adoc
----------------------------------------------------------------------
diff --git a/components/camel-git/src/main/docs/git.adoc b/components/camel-git/src/main/docs/git.adoc
index 945c97f..5e802de 100644
--- a/components/camel-git/src/main/docs/git.adoc
+++ b/components/camel-git/src/main/docs/git.adoc
@@ -37,9 +37,11 @@ The Git component has no options.
 // component options: END
 
 
+
 // endpoint options: START
 The Git component supports 12 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -56,9 +58,11 @@ The Git component supports 12 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Git-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-github/src/main/docs/github.adoc
----------------------------------------------------------------------
diff --git a/components/camel-github/src/main/docs/github.adoc b/components/camel-github/src/main/docs/github.adoc
index f90a3ef..25c6075 100644
--- a/components/camel-github/src/main/docs/github.adoc
+++ b/components/camel-github/src/main/docs/github.adoc
@@ -55,9 +55,11 @@ The GitHub component has no options.
 // component options: END
 
 
+
 // endpoint options: START
 The GitHub component supports 14 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -76,9 +78,11 @@ The GitHub component supports 14 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[GitHub-ConsumerEndpoints:]]
 Consumer Endpoints:
 ^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-google-calendar/src/main/docs/google-calendar.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-calendar/src/main/docs/google-calendar.adoc b/components/camel-google-calendar/src/main/docs/google-calendar.adoc
index 24b5abc..d55f66c 100644
--- a/components/camel-google-calendar/src/main/docs/google-calendar.adoc
+++ b/components/camel-google-calendar/src/main/docs/google-calendar.adoc
@@ -39,25 +39,31 @@ for this component:
 1. Google Calendar Options
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+
 // component options: START
 The Google Calendar component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | GoogleCalendarConfiguration | To use the shared configuration
 | clientFactory | GoogleCalendarClientFactory | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleCalendarClientFactory
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The Google Calendar component supports 16 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -78,8 +84,10 @@ The Google Calendar component supports 16 endpoint options which are listed belo
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
+
 [[GoogleCalendar-URIFormat]]
 URI Format
 ^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-google-drive/src/main/docs/google-drive.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-drive/src/main/docs/google-drive.adoc b/components/camel-google-drive/src/main/docs/google-drive.adoc
index 4955c1d..de87450 100644
--- a/components/camel-google-drive/src/main/docs/google-drive.adoc
+++ b/components/camel-google-drive/src/main/docs/google-drive.adoc
@@ -64,25 +64,31 @@ GoogleDriveComponent
 ^^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The Google Drive component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | GoogleDriveConfiguration | To use the shared configuration
 | clientFactory | GoogleDriveClientFactory | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleDriveClientFactory
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The Google Drive component supports 14 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -101,9 +107,11 @@ The Google Drive component supports 14 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[GoogleDrive-ProducerEndpoints]]
 Producer Endpoints
 ^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-google-mail/src/main/docs/google-mail.adoc
----------------------------------------------------------------------
diff --git a/components/camel-google-mail/src/main/docs/google-mail.adoc b/components/camel-google-mail/src/main/docs/google-mail.adoc
index 1cf52df..976c6d5 100644
--- a/components/camel-google-mail/src/main/docs/google-mail.adoc
+++ b/components/camel-google-mail/src/main/docs/google-mail.adoc
@@ -61,24 +61,30 @@ GoogleMailComponent
 ^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The Google Mail component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | GoogleMailConfiguration | To use the shared configuration
 | clientFactory | GoogleMailClientFactory | To use the GoogleCalendarClientFactory as factory for creating the client. Will by default use BatchGoogleMailClientFactory
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Google Mail component supports 13 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -96,9 +102,11 @@ The Google Mail component supports 13 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[GoogleMail-ProducerEndpoints]]
 Producer Endpoints
 ^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-gora/src/main/docs/gora.adoc
----------------------------------------------------------------------
diff --git a/components/camel-gora/src/main/docs/gora.adoc b/components/camel-gora/src/main/docs/gora.adoc
index 3664058..45befea 100644
--- a/components/camel-gora/src/main/docs/gora.adoc
+++ b/components/camel-gora/src/main/docs/gora.adoc
@@ -90,9 +90,11 @@ The Gora component has no options.
 
 
 
+
 // endpoint options: START
 The Gora component supports 22 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -119,9 +121,11 @@ The Gora component supports 22 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Gora-SupportedGoraOperations]]
 Supported Gora Operations
 ~~~~~~~~~~~~~~~~~~~~~~~~~

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-grape/src/main/docs/grape.adoc
----------------------------------------------------------------------
diff --git a/components/camel-grape/src/main/docs/grape.adoc b/components/camel-grape/src/main/docs/grape.adoc
index 1e9efbe..9f7956e 100644
--- a/components/camel-grape/src/main/docs/grape.adoc
+++ b/components/camel-grape/src/main/docs/grape.adoc
@@ -19,9 +19,11 @@ Grape options
 The Grape component has no options.
 // component options: END
 
+
 // endpoint options: START
 The Grape component supports 3 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -29,9 +31,11 @@ The Grape component supports 3 endpoint options which are listed below:
 | exchangePattern |  | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange.
 | synchronous |  | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Grape-Settingupclassloader]]
 Setting up class loader
 ^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-guava-eventbus/src/main/docs/guava-eventbus.adoc
----------------------------------------------------------------------
diff --git a/components/camel-guava-eventbus/src/main/docs/guava-eventbus.adoc b/components/camel-guava-eventbus/src/main/docs/guava-eventbus.adoc
index edda987..dd943fe 100644
--- a/components/camel-guava-eventbus/src/main/docs/guava-eventbus.adoc
+++ b/components/camel-guava-eventbus/src/main/docs/guava-eventbus.adoc
@@ -48,23 +48,29 @@ Options
 
 
 
+
 // component options: START
 The Guava EventBus component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | eventBus | EventBus | To use the given Guava EventBus instance
 | listenerInterface | 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.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
+
+
 // endpoint options: START
 The Guava EventBus component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -76,9 +82,11 @@ The Guava EventBus component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[GuavaEventBus-Usage]]
 Usage
 ^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-hazelcast/src/main/docs/hazelcast.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hazelcast/src/main/docs/hazelcast.adoc b/components/camel-hazelcast/src/main/docs/hazelcast.adoc
index a11e611..ea6ac69 100644
--- a/components/camel-hazelcast/src/main/docs/hazelcast.adoc
+++ b/components/camel-hazelcast/src/main/docs/hazelcast.adoc
@@ -49,23 +49,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Hazelcast component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | hazelcastInstance | 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.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Hazelcast component supports 13 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -83,9 +89,11 @@ The Hazelcast component supports 13 endpoint options which are listed below:
 | transacted | seda | false | boolean | If set to true then the consumer runs in transaction mode where the messages in the seda queue will only be removed if the transaction commits which happens when the processing is complete.
 | transferExchange | seda | false | boolean | If set to true the whole Exchange will be transfered. If header or body contains not serializable objects they will be skipped.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[HazelcastComponent-Sections]]
 Sections
 ^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-hbase/src/main/docs/hbase.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hbase/src/main/docs/hbase.adoc b/components/camel-hbase/src/main/docs/hbase.adoc
index 1a51d63..64d2235 100644
--- a/components/camel-hbase/src/main/docs/hbase.adoc
+++ b/components/camel-hbase/src/main/docs/hbase.adoc
@@ -110,24 +110,30 @@ Supported URI options
 +++++++++++++++++++++
 
 
+
 // component options: START
 The HBase component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | Configuration | To use the shared configuration
 | poolMaxSize | int | Maximum number of references to keep for each table in the HTable pool. The default value is 10.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The HBase component supports 17 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -149,9 +155,11 @@ The HBase component supports 17 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[hbase-PutOperations.]]
 Put Operations.
 +++++++++++++++

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-hdfs/src/main/docs/hdfs.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs/src/main/docs/hdfs.adoc b/components/camel-hdfs/src/main/docs/hdfs.adoc
index c84082a..ac17630 100644
--- a/components/camel-hdfs/src/main/docs/hdfs.adoc
+++ b/components/camel-hdfs/src/main/docs/hdfs.adoc
@@ -58,23 +58,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The HDFS component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | jAASConfiguration | Configuration | To use the given configuration for security with JAAS.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The HDFS component supports 41 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -120,10 +126,12 @@ The HDFS component supports 41 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 [[HDFS-KeyTypeandValueType]]
 KeyType and ValueType
 +++++++++++++++++++++

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-hdfs2/src/main/docs/hdfs2.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hdfs2/src/main/docs/hdfs2.adoc b/components/camel-hdfs2/src/main/docs/hdfs2.adoc
index 45f85f4..de6f15d 100644
--- a/components/camel-hdfs2/src/main/docs/hdfs2.adoc
+++ b/components/camel-hdfs2/src/main/docs/hdfs2.adoc
@@ -56,22 +56,28 @@ Options
 
 
 
+
 // component options: START
 The HDFS2 component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | jAASConfiguration | Configuration | To use the given configuration for security with JAAS.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
+
+
 // endpoint options: START
 The HDFS2 component supports 41 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -117,9 +123,11 @@ The HDFS2 component supports 41 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[HDFS2-KeyTypeandValueType]]
 KeyType and ValueType
 +++++++++++++++++++++

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-hipchat/src/main/docs/hipchat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hipchat/src/main/docs/hipchat.adoc b/components/camel-hipchat/src/main/docs/hipchat.adoc
index 26f9f6c..d7eabbe 100644
--- a/components/camel-hipchat/src/main/docs/hipchat.adoc
+++ b/components/camel-hipchat/src/main/docs/hipchat.adoc
@@ -39,9 +39,11 @@ The Hipchat component has no options.
 
 
 
+
 // endpoint options: START
 The Hipchat component supports 24 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -70,12 +72,14 @@ The Hipchat component supports 24 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 [[Hipchat-ScheduledPollConsumer]]
 Scheduled Poll Consumer
 ^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-http/src/main/docs/http.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http/src/main/docs/http.adoc b/components/camel-http/src/main/docs/http.adoc
index 24e1d4c..b0a56a5 100644
--- a/components/camel-http/src/main/docs/http.adoc
+++ b/components/camel-http/src/main/docs/http.adoc
@@ -117,11 +117,13 @@ Http Options
 ^^^^^^^^^^^^
 
 
+
 // component options: START
 The HTTP component supports 6 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -132,15 +134,19 @@ The HTTP component supports 6 options which are listed below.
 | allowJavaSerializedObject | 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 | HeaderFilterStrategy | To use a custom HeaderFilterStrategy to filter header to and from Camel message.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The HTTP component supports 25 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -170,11 +176,13 @@ The HTTP component supports 25 endpoint options which are listed below:
 | mapHttpMessageHeaders | advanced | true | boolean | 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.
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 [[HTTP-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-http4/src/main/docs/http4.adoc
----------------------------------------------------------------------
diff --git a/components/camel-http4/src/main/docs/http4.adoc b/components/camel-http4/src/main/docs/http4.adoc
index 4c44d2f..1e15683 100644
--- a/components/camel-http4/src/main/docs/http4.adoc
+++ b/components/camel-http4/src/main/docs/http4.adoc
@@ -54,11 +54,13 @@ Http4 Component Options
 ^^^^^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The HTTP4 component supports 13 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -76,6 +78,7 @@ The HTTP4 component supports 13 options which are listed below.
 | cookieStore | 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 | HeaderFilterStrategy | To use a custom HeaderFilterStrategy to filter header to and from Camel message.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -83,9 +86,12 @@ The HTTP4 component supports 13 options which are listed below.
 
 
 
+
+
 // endpoint options: START
 The HTTP4 component supports 31 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -121,12 +127,14 @@ The HTTP4 component supports 31 endpoint options which are listed below:
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 | useSystemProperties | advanced | false | boolean | To use System Properties as fallback for configuration
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 [[HTTP4-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-hystrix/src/main/docs/hystrix.adoc
----------------------------------------------------------------------
diff --git a/components/camel-hystrix/src/main/docs/hystrix.adoc b/components/camel-hystrix/src/main/docs/hystrix.adoc
index 62ce2fa..f15a342 100644
--- a/components/camel-hystrix/src/main/docs/hystrix.adoc
+++ b/components/camel-hystrix/src/main/docs/hystrix.adoc
@@ -52,9 +52,11 @@ The Hystrix component has no options.
 
 
 
+
 // endpoint options: START
 The Hystrix component supports 38 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -97,9 +99,11 @@ The Hystrix component supports 38 endpoint options which are listed below:
 | threadPoolMetricsRollingStatisticalWindowBuckets | threadpool | 10 | Integer | This property sets the number of buckets the rolling statistical window is divided into.
 | threadPoolMetricsRollingStatisticalWindowInMilliseconds | threadpool | 10000 | Integer | This property sets the duration of the statistical rolling window in milliseconds. This is how long metrics are kept for the thread pool.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Hystrix-InMessageHeaders]]
 In Message Headers
 ^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-ibatis/src/main/docs/ibatis.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ibatis/src/main/docs/ibatis.adoc b/components/camel-ibatis/src/main/docs/ibatis.adoc
index d000f81..ef532b0 100644
--- a/components/camel-ibatis/src/main/docs/ibatis.adoc
+++ b/components/camel-ibatis/src/main/docs/ibatis.adoc
@@ -57,11 +57,13 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The iBatis component supports 3 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -69,15 +71,19 @@ The iBatis component supports 3 options which are listed below.
 | sqlMapConfig | String | Location of iBatis xml configuration file. The default value is: SqlMapConfig.xml loaded from the classpath
 | useTransactions | boolean | Whether to use transactions. This option is by default true.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The iBatis component supports 28 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -110,11 +116,13 @@ The iBatis component supports 28 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 [[iBATIS-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-infinispan/src/main/docs/infinispan.adoc
----------------------------------------------------------------------
diff --git a/components/camel-infinispan/src/main/docs/infinispan.adoc b/components/camel-infinispan/src/main/docs/infinispan.adoc
index e9d889a..dca990c 100644
--- a/components/camel-infinispan/src/main/docs/infinispan.adoc
+++ b/components/camel-infinispan/src/main/docs/infinispan.adoc
@@ -49,9 +49,11 @@ The Infinispan component has no options.
 
 
 
+
 // endpoint options: START
 The Infinispan component supports 15 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -71,9 +73,11 @@ The Infinispan component supports 15 endpoint options which are listed below:
 | flags | advanced |  | String | A comma separated list of Flag to be applied by default on each cache invocation not applicable to remote caches.
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Infinispan-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-irc/src/main/docs/irc.adoc
----------------------------------------------------------------------
diff --git a/components/camel-irc/src/main/docs/irc.adoc b/components/camel-irc/src/main/docs/irc.adoc
index ed9fbc9..ab6a4b3 100644
--- a/components/camel-irc/src/main/docs/irc.adoc
+++ b/components/camel-irc/src/main/docs/irc.adoc
@@ -44,9 +44,11 @@ The IRC component has no options.
 
 
 
+
 // endpoint options: START
 The IRC component supports 24 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -75,10 +77,12 @@ The IRC component supports 24 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 [[IRC-SSLSupport]]
 SSL Support
 ^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-ironmq/src/main/docs/ironmq.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ironmq/src/main/docs/ironmq.adoc b/components/camel-ironmq/src/main/docs/ironmq.adoc
index a1cd701..18df266 100644
--- a/components/camel-ironmq/src/main/docs/ironmq.adoc
+++ b/components/camel-ironmq/src/main/docs/ironmq.adoc
@@ -44,9 +44,11 @@ Options
 
 
 
+
 // endpoint options: START
 The ironmq component supports 31 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -82,12 +84,14 @@ The ironmq component supports 31 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 [[IronMQ-IronMQComponentOptions]]
 IronMQComponent Options
 ^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-javaspace/src/main/docs/javaspace.adoc
----------------------------------------------------------------------
diff --git a/components/camel-javaspace/src/main/docs/javaspace.adoc b/components/camel-javaspace/src/main/docs/javaspace.adoc
index d064246..fadcb7d 100644
--- a/components/camel-javaspace/src/main/docs/javaspace.adoc
+++ b/components/camel-javaspace/src/main/docs/javaspace.adoc
@@ -59,9 +59,11 @@ The JavaSpace component has no options.
 
 
 
+
 // endpoint options: START
 The JavaSpace component supports 11 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -77,9 +79,11 @@ The JavaSpace component supports 11 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[JavaSpace-Examples]]
 Examples
 ^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jbpm/src/main/docs/jbpm.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jbpm/src/main/docs/jbpm.adoc b/components/camel-jbpm/src/main/docs/jbpm.adoc
index bc25146..22f90e1 100644
--- a/components/camel-jbpm/src/main/docs/jbpm.adoc
+++ b/components/camel-jbpm/src/main/docs/jbpm.adoc
@@ -41,9 +41,11 @@ The JBPM component has no options.
 
 
 
+
 // endpoint options: START
 The JBPM component supports 27 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -75,9 +77,11 @@ The JBPM component supports 27 endpoint options which are listed below:
 | password | security |  | String | Password for authentication
 | userName | security |  | String | Username for authentication
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[jBPM-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jcache/src/main/docs/jcache.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcache/src/main/docs/jcache.adoc b/components/camel-jcache/src/main/docs/jcache.adoc
index 97b5652..d95f04f 100644
--- a/components/camel-jcache/src/main/docs/jcache.adoc
+++ b/components/camel-jcache/src/main/docs/jcache.adoc
@@ -3,9 +3,11 @@ JCache
 ~~~~~~
 
 
+
 // endpoint options: START
 The JCache component supports 5 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -15,11 +17,13 @@ The JCache component supports 5 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 // component options: START
 The JCache component has no options.
 // component options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jclouds/src/main/docs/jclouds.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jclouds/src/main/docs/jclouds.adoc b/components/camel-jclouds/src/main/docs/jclouds.adoc
index 1ceb90c..fe18ff4 100644
--- a/components/camel-jclouds/src/main/docs/jclouds.adoc
+++ b/components/camel-jclouds/src/main/docs/jclouds.adoc
@@ -107,24 +107,30 @@ Blobstore URI Options
 ^^^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The JClouds component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | blobStores | List | To use the given BlobStore which must be configured when using blobstore.
 | computeServices | List | To use the given ComputeService which must be configured when use compute.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The JClouds component supports 17 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -146,9 +152,11 @@ The JClouds component supports 17 endpoint options which are listed below:
 | operation | compute |  | String | Specifies the type of operation that will be performed to the blobstore.
 | user | compute |  | String | The user on the target node that will run the script.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 You can have as many of these options as you like.
 
 [source,java]

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jcr/src/main/docs/jcr.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jcr/src/main/docs/jcr.adoc b/components/camel-jcr/src/main/docs/jcr.adoc
index b8defa2..5c908db 100644
--- a/components/camel-jcr/src/main/docs/jcr.adoc
+++ b/components/camel-jcr/src/main/docs/jcr.adoc
@@ -52,9 +52,11 @@ The JCR component has no options.
 
 
 
+
 // endpoint options: START
 The JCR component supports 16 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -75,10 +77,12 @@ The JCR component supports 16 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 Please note that the JCR Producer used message properties instead of
 message headers in Camel versions earlier than 2.12.3. See
 https://issues.apache.org/jira/browse/CAMEL-7067[https://issues.apache.org/jira/browse/CAMEL-7067]

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jdbc/src/main/docs/jdbc.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jdbc/src/main/docs/jdbc.adoc b/components/camel-jdbc/src/main/docs/jdbc.adoc
index 5697d49..42ab2a5 100644
--- a/components/camel-jdbc/src/main/docs/jdbc.adoc
+++ b/components/camel-jdbc/src/main/docs/jdbc.adoc
@@ -43,23 +43,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The JDBC component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | dataSource | DataSource | To use the DataSource instance instead of looking up the data source by name from the registry.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The JDBC component supports 15 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -79,9 +85,11 @@ The JDBC component supports 15 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[JDBC-Result]]
 Result
 ^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jetty9/src/main/docs/jetty.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jetty9/src/main/docs/jetty.adoc b/components/camel-jetty9/src/main/docs/jetty.adoc
index e0416ab..43b09c7 100644
--- a/components/camel-jetty9/src/main/docs/jetty.adoc
+++ b/components/camel-jetty9/src/main/docs/jetty.adoc
@@ -51,11 +51,13 @@ Options
 
 
 
+
 // component options: START
 The Jetty 9 component supports 30 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -90,14 +92,18 @@ The Jetty 9 component supports 30 options which are listed below.
 | allowJavaSerializedObject | 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 | HeaderFilterStrategy | To use a custom HeaderFilterStrategy to filter header to and from Camel message.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The Jetty 9 component supports 52 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -154,9 +160,11 @@ The Jetty 9 component supports 52 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters
 | sslContextParametersRef | security |  | String | To configure security using SSLContextParameters
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Jetty-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^


[2/3] camel git commit: Regenerated docs with the new feature in the related maven plugin

Posted by ac...@apache.org.
http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jgroups/src/main/docs/jgroups.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/src/main/docs/jgroups.adoc b/components/camel-jgroups/src/main/docs/jgroups.adoc
index 1374936..d6628fe 100644
--- a/components/camel-jgroups/src/main/docs/jgroups.adoc
+++ b/components/camel-jgroups/src/main/docs/jgroups.adoc
@@ -52,11 +52,13 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The JGroups component supports 3 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -64,13 +66,17 @@ The JGroups component supports 3 options which are listed below.
 | channelProperties | String | Specifies configuration properties of the JChannel used by the endpoint.
 | enableViewMessages | 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.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The JGroups component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -82,9 +88,11 @@ The JGroups component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[JGroups-Headers]]
 Headers
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jing/src/main/docs/jing.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jing/src/main/docs/jing.adoc b/components/camel-jing/src/main/docs/jing.adoc
index 5e96985..a9ee5d3 100644
--- a/components/camel-jing/src/main/docs/jing.adoc
+++ b/components/camel-jing/src/main/docs/jing.adoc
@@ -49,9 +49,11 @@ The Jing component has no options.
 
 
 
+
 // endpoint options: START
 The Jing component supports 4 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -60,9 +62,11 @@ The Jing component supports 4 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Jing-Example]]
 Example
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jira/src/main/docs/jira.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jira/src/main/docs/jira.adoc b/components/camel-jira/src/main/docs/jira.adoc
index 4706cf5..eaa5fe7 100644
--- a/components/camel-jira/src/main/docs/jira.adoc
+++ b/components/camel-jira/src/main/docs/jira.adoc
@@ -53,9 +53,11 @@ The JIRA component has no options.
 
 
 
+
 // endpoint options: START
 The JIRA component supports 10 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -70,9 +72,11 @@ The JIRA component supports 10 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[JIRA-JQL:]]
 JQL:
 ^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jms/src/main/docs/jms.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/docs/jms.adoc b/components/camel-jms/src/main/docs/jms.adoc
index 8efed5c..590d3a4 100644
--- a/components/camel-jms/src/main/docs/jms.adoc
+++ b/components/camel-jms/src/main/docs/jms.adoc
@@ -209,11 +209,13 @@ Component options
 
 
 
+
 // component options: START
 The JMS component supports 71 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -289,11 +291,13 @@ The JMS component supports 71 options which are listed below.
 | waitForProvisionCorrelationToBeUpdatedCounter | int | Number of times to wait for provisional correlation id to be updated to the actual correlation id when doing request/reply over JMS and when the option useMessageIDAsCorrelationID is enabled.
 | waitForProvisionCorrelationToBeUpdatedThreadSleepingTime | long | Interval in millis to sleep each time while waiting for provisional correlation id to be updated.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
 [[JMS-Endpointoptions]]
 Endpoint options
 ++++++++++++++++
@@ -302,9 +306,11 @@ Endpoint options
 
 
 
+
 // endpoint options: START
 The JMS component supports 78 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -387,12 +393,14 @@ The JMS component supports 78 endpoint options which are listed below:
 | transactionName | transaction (advanced) |  | String | The name of the transaction to use.
 | transactionTimeout | transaction (advanced) | -1 | int | The timeout value of the transaction (in seconds) if using transacted mode.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 [[JMS-MessageMappingbetweenJMSandCamel]]
 Message Mapping between JMS and Camel
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jolt/src/main/docs/jolt.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jolt/src/main/docs/jolt.adoc b/components/camel-jolt/src/main/docs/jolt.adoc
index 68cc1d2..42d5808 100644
--- a/components/camel-jolt/src/main/docs/jolt.adoc
+++ b/components/camel-jolt/src/main/docs/jolt.adoc
@@ -44,23 +44,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The JOLT component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | transform | Transform | Explicitly sets the Transform to use. If not set a Transform specified by the transformDsl will be created
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The JOLT component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -72,9 +78,11 @@ The JOLT component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[JOLT-Samples]]
 Samples
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jpa/src/main/docs/jpa.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jpa/src/main/docs/jpa.adoc b/components/camel-jpa/src/main/docs/jpa.adoc
index b3155dd..5b94672 100644
--- a/components/camel-jpa/src/main/docs/jpa.adoc
+++ b/components/camel-jpa/src/main/docs/jpa.adoc
@@ -89,11 +89,13 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The JPA component supports 4 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -102,15 +104,19 @@ The JPA component supports 4 options which are listed below.
 | joinTransaction | 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 | 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.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The JPA component supports 42 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -157,11 +163,13 @@ The JPA component supports 42 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 [[JPA-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jsch/src/main/docs/scp.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jsch/src/main/docs/scp.adoc b/components/camel-jsch/src/main/docs/scp.adoc
index ce604f2..649d2a1 100644
--- a/components/camel-jsch/src/main/docs/scp.adoc
+++ b/components/camel-jsch/src/main/docs/scp.adoc
@@ -42,23 +42,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The SCP component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | verboseLogging | 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.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The SCP component supports 42 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -105,9 +111,11 @@ The SCP component supports 42 endpoint options which are listed below:
 | password | security |  | String | Password to use for login
 | username | security |  | String | Username to use for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Jsch-Limitations]]
 Limitations
 ^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-jt400/src/main/docs/jt400.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jt400/src/main/docs/jt400.adoc b/components/camel-jt400/src/main/docs/jt400.adoc
index c3fd3e1..1b7fbd7 100644
--- a/components/camel-jt400/src/main/docs/jt400.adoc
+++ b/components/camel-jt400/src/main/docs/jt400.adoc
@@ -42,25 +42,31 @@ JT400 options
 ^^^^^^^^^^^^^
 
 
+
 // component options: START
 The JT400 component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | connectionPool | AS400ConnectionPool | Returns the default connection pool used by this component.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The JT400 component supports 33 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -98,11 +104,13 @@ The JT400 component supports 33 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 [[JT400-Usage]]
 Usage
 ^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-kafka/src/main/docs/kafka.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kafka/src/main/docs/kafka.adoc b/components/camel-kafka/src/main/docs/kafka.adoc
index 0f23849..7fdec49 100644
--- a/components/camel-kafka/src/main/docs/kafka.adoc
+++ b/components/camel-kafka/src/main/docs/kafka.adoc
@@ -66,9 +66,11 @@ The Kafka component has no options.
 
 
 
+
 // endpoint options: START
 The Kafka component supports 71 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -144,10 +146,12 @@ The Kafka component supports 71 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 For more information about Producer/Consumer configuration:
 
 http://kafka.apache.org/documentation.html#newconsumerconfigs[http://kafka.apache.org/documentation.html#newconsumerconfigs]

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-kestrel/src/main/docs/kestrel.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kestrel/src/main/docs/kestrel.adoc b/components/camel-kestrel/src/main/docs/kestrel.adoc
index a4932df..5ee1134 100644
--- a/components/camel-kestrel/src/main/docs/kestrel.adoc
+++ b/components/camel-kestrel/src/main/docs/kestrel.adoc
@@ -66,23 +66,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Kestrel component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | KestrelConfiguration | To use a shared configured configuration as base for creating new endpoints.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Kestrel component supports 8 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -95,9 +101,11 @@ The Kestrel component supports 8 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Kestrel-ConfiguringtheKestrelcomponentusingSpringXML]]
 Configuring the Kestrel component using Spring XML
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-krati/src/main/docs/krati.adoc
----------------------------------------------------------------------
diff --git a/components/camel-krati/src/main/docs/krati.adoc b/components/camel-krati/src/main/docs/krati.adoc
index 08cf357..f78db11 100644
--- a/components/camel-krati/src/main/docs/krati.adoc
+++ b/components/camel-krati/src/main/docs/krati.adoc
@@ -55,9 +55,11 @@ The Krati component has no options.
 
 
 
+
 // endpoint options: START
 The Krati component supports 30 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -92,11 +94,13 @@ The Krati component supports 30 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 [source,java]
 ------------------------------------------------------------------------------------------------
 krati:/tmp/krati?operation=CamelKratiGet&initialCapacity=10000&keySerializer=#myCustomSerializer

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-kubernetes/src/main/docs/kubernetes.adoc
----------------------------------------------------------------------
diff --git a/components/camel-kubernetes/src/main/docs/kubernetes.adoc b/components/camel-kubernetes/src/main/docs/kubernetes.adoc
index 56a08cd..93ed8f8 100644
--- a/components/camel-kubernetes/src/main/docs/kubernetes.adoc
+++ b/components/camel-kubernetes/src/main/docs/kubernetes.adoc
@@ -43,9 +43,11 @@ The Kubernetes component has no options.
 
 
 
+
 // endpoint options: START
 The Kubernetes component supports 23 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -73,9 +75,11 @@ The Kubernetes component supports 23 endpoint options which are listed below:
 | trustCerts | security |  | Boolean | Define if the certs we used are trusted anyway or not
 | username | security |  | String | Username to connect to Kubernetes
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Kubernetes-Headers]]
 Headers
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-ldap/src/main/docs/ldap.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ldap/src/main/docs/ldap.adoc b/components/camel-ldap/src/main/docs/ldap.adoc
index 09a21c5..e98074f 100644
--- a/components/camel-ldap/src/main/docs/ldap.adoc
+++ b/components/camel-ldap/src/main/docs/ldap.adoc
@@ -49,9 +49,11 @@ The LDAP component has no options.
 
 
 
+
 // endpoint options: START
 The LDAP component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -63,9 +65,11 @@ The LDAP component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[LDAP-Result]]
 Result
 ^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-lucene/src/main/docs/lucene.adoc
----------------------------------------------------------------------
diff --git a/components/camel-lucene/src/main/docs/lucene.adoc b/components/camel-lucene/src/main/docs/lucene.adoc
index f27e07e..d796599 100644
--- a/components/camel-lucene/src/main/docs/lucene.adoc
+++ b/components/camel-lucene/src/main/docs/lucene.adoc
@@ -53,23 +53,29 @@ Insert Options
 ^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The Lucene component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | config | LuceneConfiguration | To use a shared lucene configuration
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Lucene component supports 8 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -82,9 +88,11 @@ The Lucene component supports 8 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Lucene-Sending/ReceivingMessagestoFromthecache]]
 Sending/Receiving Messages to/from the cache
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mail/src/main/docs/imap.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/imap.adoc b/components/camel-mail/src/main/docs/imap.adoc
index d4078d4..a4597c9 100644
--- a/components/camel-mail/src/main/docs/imap.adoc
+++ b/components/camel-mail/src/main/docs/imap.adoc
@@ -3,25 +3,31 @@ Mail Component IMAP
 ~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The IMAP component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MailConfiguration | Sets the Mail configuration
 | contentTypeResolver | ContentTypeResolver | Resolver to determine Content-Type for file attachments.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The IMAP component supports 63 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -89,6 +95,8 @@ The IMAP component supports 63 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | username | security |  | String | The username for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mail/src/main/docs/imaps.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/imaps.adoc b/components/camel-mail/src/main/docs/imaps.adoc
index 373bf47..7ff7df3 100644
--- a/components/camel-mail/src/main/docs/imaps.adoc
+++ b/components/camel-mail/src/main/docs/imaps.adoc
@@ -3,25 +3,31 @@ Mail Component IMAPs
 ~~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The IMAPS component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MailConfiguration | Sets the Mail configuration
 | contentTypeResolver | ContentTypeResolver | Resolver to determine Content-Type for file attachments.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The IMAPS component supports 63 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -89,6 +95,8 @@ The IMAPS component supports 63 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | username | security |  | String | The username for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mail/src/main/docs/pop3.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/pop3.adoc b/components/camel-mail/src/main/docs/pop3.adoc
index 29c5c1d..17ae7a0 100644
--- a/components/camel-mail/src/main/docs/pop3.adoc
+++ b/components/camel-mail/src/main/docs/pop3.adoc
@@ -3,25 +3,31 @@ Mail Component POP3
 ~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The POP3 component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MailConfiguration | Sets the Mail configuration
 | contentTypeResolver | ContentTypeResolver | Resolver to determine Content-Type for file attachments.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The POP3 component supports 63 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -89,6 +95,8 @@ The POP3 component supports 63 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | username | security |  | String | The username for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mail/src/main/docs/pop3s.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/pop3s.adoc b/components/camel-mail/src/main/docs/pop3s.adoc
index 7b9269a..c0666de 100644
--- a/components/camel-mail/src/main/docs/pop3s.adoc
+++ b/components/camel-mail/src/main/docs/pop3s.adoc
@@ -3,25 +3,31 @@ Mail Component POP3s
 ~~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The POP3S component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MailConfiguration | Sets the Mail configuration
 | contentTypeResolver | ContentTypeResolver | Resolver to determine Content-Type for file attachments.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The POP3S component supports 63 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -89,6 +95,8 @@ The POP3S component supports 63 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | username | security |  | String | The username for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mail/src/main/docs/smtp.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/smtp.adoc b/components/camel-mail/src/main/docs/smtp.adoc
index a457122..55d6d0f 100644
--- a/components/camel-mail/src/main/docs/smtp.adoc
+++ b/components/camel-mail/src/main/docs/smtp.adoc
@@ -3,25 +3,31 @@ Mail Component SMTP
 ~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The SMTP component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MailConfiguration | Sets the Mail configuration
 | contentTypeResolver | ContentTypeResolver | Resolver to determine Content-Type for file attachments.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The SMTP component supports 63 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -89,6 +95,8 @@ The SMTP component supports 63 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | username | security |  | String | The username for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mail/src/main/docs/smtps.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/smtps.adoc b/components/camel-mail/src/main/docs/smtps.adoc
index b26575b..dc80cde 100644
--- a/components/camel-mail/src/main/docs/smtps.adoc
+++ b/components/camel-mail/src/main/docs/smtps.adoc
@@ -3,25 +3,31 @@ Mail Component SMTPs
 ~~~~~~~~~~~~~~~~~~~~
 
 
+
 // component options: START
 The SMTPS component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MailConfiguration | Sets the Mail configuration
 | contentTypeResolver | ContentTypeResolver | Resolver to determine Content-Type for file attachments.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The SMTPS component supports 63 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -89,6 +95,8 @@ The SMTPS component supports 63 endpoint options which are listed below:
 | sslContextParameters | security |  | SSLContextParameters | To configure security using SSLContextParameters.
 | username | security |  | String | The username for login
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mina/src/main/docs/mina.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mina/src/main/docs/mina.adoc b/components/camel-mina/src/main/docs/mina.adoc
index c2d2b33..0ea538a 100644
--- a/components/camel-mina/src/main/docs/mina.adoc
+++ b/components/camel-mina/src/main/docs/mina.adoc
@@ -64,23 +64,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Mina component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | MinaConfiguration | To use the shared mina configuration.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Mina component supports 24 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -109,9 +115,11 @@ The Mina component supports 24 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MINA-Usingacustomcodec]]
 Using a custom codec
 ^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mina2/src/main/docs/mina2.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mina2/src/main/docs/mina2.adoc b/components/camel-mina2/src/main/docs/mina2.adoc
index d6c2485..960749f 100644
--- a/components/camel-mina2/src/main/docs/mina2.adoc
+++ b/components/camel-mina2/src/main/docs/mina2.adoc
@@ -65,23 +65,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Mina2 component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | Mina2Configuration | To use the shared mina configuration.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Mina2 component supports 29 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -115,9 +121,11 @@ The Mina2 component supports 29 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MINA2-Usingacustomcodec]]
 Using a custom codec
 ^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mllp/src/main/docs/mllp.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mllp/src/main/docs/mllp.adoc b/components/camel-mllp/src/main/docs/mllp.adoc
index ef1c855..a59c026 100644
--- a/components/camel-mllp/src/main/docs/mllp.adoc
+++ b/components/camel-mllp/src/main/docs/mllp.adoc
@@ -48,9 +48,11 @@ The mllp component has no options.
 
 
 
+
 // endpoint options: START
 The mllp component supports 19 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -74,10 +76,12 @@ The mllp component supports 19 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 [[MLLP-MLLPConsumer]]
 MLLP Consumer
 ~~~~~~~~~~~~~

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mongodb-gridfs/src/main/docs/gridfs.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb-gridfs/src/main/docs/gridfs.adoc b/components/camel-mongodb-gridfs/src/main/docs/gridfs.adoc
index 51128c8..5e1ced1 100644
--- a/components/camel-mongodb-gridfs/src/main/docs/gridfs.adoc
+++ b/components/camel-mongodb-gridfs/src/main/docs/gridfs.adoc
@@ -37,9 +37,11 @@ The MongoDBGridFS component has no options.
 
 
 
+
 // endpoint options: START
 The MongoDBGridFS component supports 18 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -62,9 +64,11 @@ The MongoDBGridFS component supports 18 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MongoDBGridFS-ConfigurationofdatabaseinSpringXML]]
 Configuration of database in Spring XML
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mongodb/src/main/docs/mongodb.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/src/main/docs/mongodb.adoc b/components/camel-mongodb/src/main/docs/mongodb.adoc
index a6032a0..8a4b54c 100644
--- a/components/camel-mongodb/src/main/docs/mongodb.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb.adoc
@@ -62,9 +62,11 @@ The MongoDB component has no options.
 
 
 
+
 // endpoint options: START
 The MongoDB component supports 22 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -91,10 +93,12 @@ The MongoDB component supports 22 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 [[MongoDB-ConfigurationofdatabaseinSpringXML]]
 Configuration of database in Spring XML
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mqtt/src/main/docs/mqtt.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/src/main/docs/mqtt.adoc b/components/camel-mqtt/src/main/docs/mqtt.adoc
index a0ca38c..83bcadb 100644
--- a/components/camel-mqtt/src/main/docs/mqtt.adoc
+++ b/components/camel-mqtt/src/main/docs/mqtt.adoc
@@ -38,11 +38,13 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The MQTT component supports 3 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -50,13 +52,17 @@ The MQTT component supports 3 options which are listed below.
 | userName | String | Username to be used for authentication against the MQTT broker
 | password | String | Password to be used for authentication against the MQTT broker
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The MQTT component supports 39 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -100,9 +106,11 @@ The MQTT component supports 39 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MQTT-Samples]]
 Samples
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-msv/src/main/docs/msv.adoc
----------------------------------------------------------------------
diff --git a/components/camel-msv/src/main/docs/msv.adoc b/components/camel-msv/src/main/docs/msv.adoc
index c09c338..b241cfe 100644
--- a/components/camel-msv/src/main/docs/msv.adoc
+++ b/components/camel-msv/src/main/docs/msv.adoc
@@ -52,24 +52,30 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The MSV component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | schemaFactory | SchemaFactory | To use the javax.xml.validation.SchemaFactory.
 | resourceResolverFactory | ValidatorResourceResolverFactory | To use a custom LSResourceResolver which depends on a dynamic endpoint resource URI
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The MSV component supports 13 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -87,9 +93,11 @@ The MSV component supports 13 endpoint options which are listed below:
 | useDom | advanced | false | boolean | Whether DOMSource/DOMResult or SaxSource/SaxResult should be used by the validator.
 | useSharedSchema | advanced | true | boolean | Whether the Schema instance should be shared or not. This option is introduced to work around a JDK 1.6.x bug. Xerces should not have this issue.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MSV-Example]]
 Example
 ^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mustache/src/main/docs/mustache.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache.adoc b/components/camel-mustache/src/main/docs/mustache.adoc
index c28a668..77266d9 100644
--- a/components/camel-mustache/src/main/docs/mustache.adoc
+++ b/components/camel-mustache/src/main/docs/mustache.adoc
@@ -43,25 +43,31 @@ Options
 
 
 {% raw %}
+
 // component options: START
 The Mustache component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | mustacheFactory | MustacheFactory | To use a custom MustacheFactory
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The Mustache component supports 7 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -73,7 +79,9 @@ The Mustache component supports 7 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
+
 {% endraw %}
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mvel/src/main/docs/mvel.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel.adoc b/components/camel-mvel/src/main/docs/mvel.adoc
index 4f62b55..d4b44f8 100644
--- a/components/camel-mvel/src/main/docs/mvel.adoc
+++ b/components/camel-mvel/src/main/docs/mvel.adoc
@@ -48,9 +48,11 @@ The MVEL component has no options.
 
 
 
+
 // endpoint options: START
 The MVEL component supports 5 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -60,9 +62,11 @@ The MVEL component supports 5 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MVELComponent-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-mybatis/src/main/docs/mybatis.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mybatis/src/main/docs/mybatis.adoc b/components/camel-mybatis/src/main/docs/mybatis.adoc
index c3c6e10..613c87f 100644
--- a/components/camel-mybatis/src/main/docs/mybatis.adoc
+++ b/components/camel-mybatis/src/main/docs/mybatis.adoc
@@ -47,24 +47,30 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The MyBatis component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | sqlSessionFactory | SqlSessionFactory | To use the SqlSessionFactory
 | configurationUri | String | Location of MyBatis xml configuration file. The default value is: SqlMapConfig.xml loaded from the classpath
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The MyBatis component supports 29 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -98,9 +104,11 @@ The MyBatis component supports 29 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[MyBatis-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-nagios/src/main/docs/nagios.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nagios/src/main/docs/nagios.adoc b/components/camel-nagios/src/main/docs/nagios.adoc
index 6df6382..1ea8837 100644
--- a/components/camel-nagios/src/main/docs/nagios.adoc
+++ b/components/camel-nagios/src/main/docs/nagios.adoc
@@ -40,23 +40,29 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Nagios component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | NagiosConfiguration | To use a shared NagiosConfiguration
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Nagios component supports 9 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -70,9 +76,11 @@ The Nagios component supports 9 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Nagios-Sendingmessageexamples]]
 Sending message examples
 ^^^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-netty-http/src/main/docs/netty-http.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty-http/src/main/docs/netty-http.adoc b/components/camel-netty-http/src/main/docs/netty-http.adoc
index f1c750e..9521d9c 100644
--- a/components/camel-netty-http/src/main/docs/netty-http.adoc
+++ b/components/camel-netty-http/src/main/docs/netty-http.adoc
@@ -78,11 +78,13 @@ when using this link:netty-http.html[Netty HTTP] component, such as
 options related to UDP transport.
 
 
+
 // component options: START
 The Netty HTTP component supports 5 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -92,13 +94,17 @@ The Netty HTTP component supports 5 options which are listed below.
 | configuration | NettyConfiguration | To use the NettyConfiguration as configuration when creating endpoints.
 | maximumPoolSize | int | The core pool size for the ordered thread pool if its in use. The default value is 16.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Netty HTTP component supports 82 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -185,9 +191,11 @@ The Netty HTTP component supports 82 endpoint options which are listed below:
 | trustStoreFile | security |  | File | Server side certificate keystore to be used for encryption
 | trustStoreResource | security |  | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[NettyHTTP-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-netty/src/main/docs/netty.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty/src/main/docs/netty.adoc b/components/camel-netty/src/main/docs/netty.adoc
index dc4a98c..a711c2e 100644
--- a/components/camel-netty/src/main/docs/netty.adoc
+++ b/components/camel-netty/src/main/docs/netty.adoc
@@ -58,24 +58,30 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Netty component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | configuration | NettyConfiguration | To use the NettyConfiguration as configuration when creating endpoints.
 | maximumPoolSize | int | The core pool size for the ordered thread pool if its in use. The default value is 16.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Netty component supports 70 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -150,9 +156,11 @@ The Netty component supports 70 endpoint options which are listed below:
 | trustStoreFile | security |  | File | Server side certificate keystore to be used for encryption
 | trustStoreResource | security |  | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Netty-RegistrybasedOptions]]
 Registry based Options
 ^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-netty4-http/src/main/docs/netty4-http.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/src/main/docs/netty4-http.adoc b/components/camel-netty4-http/src/main/docs/netty4-http.adoc
index 9a4b320..04d70ab 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http.adoc
@@ -77,11 +77,13 @@ applicable when using this�Netty4 HTTP component, such as options
 related to UDP transport.
 
 
+
 // component options: START
 The Netty4 HTTP component supports 6 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -92,13 +94,17 @@ The Netty4 HTTP component supports 6 options which are listed below.
 | configuration | NettyConfiguration | To use the NettyConfiguration as configuration when creating endpoints.
 | executorService | EventExecutorGroup | To use the given EventExecutorGroup
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Netty4 HTTP component supports 80 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -183,9 +189,11 @@ The Netty4 HTTP component supports 80 endpoint options which are listed below:
 | trustStoreFile | security |  | File | Server side certificate keystore to be used for encryption
 | trustStoreResource | security |  | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Netty4HTTP-MessageHeaders]]
 Message Headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-netty4/src/main/docs/netty4.adoc
----------------------------------------------------------------------
diff --git a/components/camel-netty4/src/main/docs/netty4.adoc b/components/camel-netty4/src/main/docs/netty4.adoc
index 4678dc8..72c2f99 100644
--- a/components/camel-netty4/src/main/docs/netty4.adoc
+++ b/components/camel-netty4/src/main/docs/netty4.adoc
@@ -55,11 +55,13 @@ Options
 ^^^^^^^
 
 
+
 // component options: START
 The Netty4 component supports 3 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -67,13 +69,17 @@ The Netty4 component supports 3 options which are listed below.
 | configuration | NettyConfiguration | To use the NettyConfiguration as configuration when creating endpoints.
 | executorService | EventExecutorGroup | To use the given EventExecutorGroup
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
+
 // endpoint options: START
 The Netty4 component supports 72 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -150,9 +156,11 @@ The Netty4 component supports 72 endpoint options which are listed below:
 | trustStoreFile | security |  | File | Server side certificate keystore to be used for encryption
 | trustStoreResource | security |  | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[Netty4-RegistrybasedOptions]]
 Registry based Options
 ^^^^^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-sjms/src/main/docs/sjms-batch.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms-batch.adoc b/components/camel-sjms/src/main/docs/sjms-batch.adoc
index 9b13de1..3bfaccd 100644
--- a/components/camel-sjms/src/main/docs/sjms-batch.adoc
+++ b/components/camel-sjms/src/main/docs/sjms-batch.adoc
@@ -114,24 +114,30 @@ Component Options and Configurations
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The Simple JMS Batch component supports 1 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | connectionFactory | ConnectionFactory | A ConnectionFactory is required to enable the SjmsBatchComponent.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
+
+
 // endpoint options: START
 The Simple JMS Batch component supports 19 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -155,9 +161,11 @@ The Simple JMS Batch component supports 19 endpoint options which are listed bel
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 | timeoutCheckerExecutorService | advanced |  | ScheduledExecutorService | If using the completionInterval option a background thread is created to trigger the completion interval. Set this option to provide a custom thread pool to be used rather than creating a new thread for every consumer.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 The `completionSize` endpoint attribute is used in conjunction with
 `completionTimeout`, where the first condition to be met will cause the
 aggregated `Exchange` to be emitted down the route.

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-sjms/src/main/docs/sjms.adoc
----------------------------------------------------------------------
diff --git a/components/camel-sjms/src/main/docs/sjms.adoc b/components/camel-sjms/src/main/docs/sjms.adoc
index 56f2e49..fa3a68d 100644
--- a/components/camel-sjms/src/main/docs/sjms.adoc
+++ b/components/camel-sjms/src/main/docs/sjms.adoc
@@ -101,11 +101,13 @@ Component Options and Configurations
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The Simple JMS component supports 9 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -119,15 +121,19 @@ The Simple JMS component supports 9 options which are listed below.
 | timedTaskManager | TimedTaskManager | To use a custom TimedTaskManager
 | messageCreatedStrategy | MessageCreatedStrategy | To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
 
 
+
+
 // endpoint options: START
 The Simple JMS component supports 32 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -164,11 +170,13 @@ The Simple JMS component supports 32 endpoint options which are listed below:
 | transactionBatchTimeout | transaction | 5000 | long | Sets timeout (in millis) for batch transactions the value should be 1000 or higher.
 | transactionCommitStrategy | transaction |  | TransactionCommitStrategy | Sets the commit strategy.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
+
 Below is an example of how to configure the `SjmsComponent` with its
 required `ConnectionFactory` provider. It will create a single connection
 by default and store it using the components internal pooling APIs to

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-twitter/src/main/docs/twitter.adoc
----------------------------------------------------------------------
diff --git a/components/camel-twitter/src/main/docs/twitter.adoc b/components/camel-twitter/src/main/docs/twitter.adoc
index eb8d487..5b6dc9e 100644
--- a/components/camel-twitter/src/main/docs/twitter.adoc
+++ b/components/camel-twitter/src/main/docs/twitter.adoc
@@ -55,11 +55,13 @@ settings which is mandatory to configure before using.
 
 
 
+
 // component options: START
 The Twitter component supports 8 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -72,10 +74,12 @@ The Twitter component supports 8 options which are listed below.
 | httpProxyPassword | String | The http proxy password which can be used for the camel-twitter.
 | httpProxyPort | int | The http proxy port which can be used for the camel-twitter.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
 You can also configure these options directly in the endpoint.
 
 [[Twitter-ConsumerEndpoints]]
@@ -143,9 +147,11 @@ URI options
 
 
 
+
 // endpoint options: START
 The Twitter component supports 43 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -193,12 +199,14 @@ The Twitter component supports 43 endpoint options which are listed below:
 | httpProxyPort | proxy |  | Integer | The http proxy port which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead.
 | httpProxyUser | proxy |  | String | The http proxy user which can be used for the camel-twitter. Can also be configured on the TwitterComponent level instead.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
 
 
+
 [[Twitter-Messageheaders]]
 Message headers
 ^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-websocket/src/main/docs/websocket.adoc
----------------------------------------------------------------------
diff --git a/components/camel-websocket/src/main/docs/websocket.adoc b/components/camel-websocket/src/main/docs/websocket.adoc
index 44c13cf..9343521 100644
--- a/components/camel-websocket/src/main/docs/websocket.adoc
+++ b/components/camel-websocket/src/main/docs/websocket.adoc
@@ -35,11 +35,13 @@ Websocket Options
 
 
 
+
 // component options: START
 The Jetty Websocket component supports 12 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -56,6 +58,7 @@ The Jetty Websocket component supports 12 options which are listed below.
 | sslContextParameters | SSLContextParameters | To configure security using SSLContextParameters
 | socketFactory | Map | To configure a map which contains custom WebSocketFactory for sub protocols. The key in the map is the sub protocol. The default key is reserved for the default implementation.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
@@ -63,9 +66,12 @@ The Jetty Websocket component supports 12 options which are listed below.
 
 
 
+
+
 // endpoint options: START
 The Jetty Websocket component supports 20 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -90,8 +96,10 @@ The Jetty Websocket component supports 20 endpoint options which are listed belo
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
+
 �
 
 [[Websocket-MessageHeaders]]

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-xmlsecurity/src/main/docs/xmlsecurity.adoc
----------------------------------------------------------------------
diff --git a/components/camel-xmlsecurity/src/main/docs/xmlsecurity.adoc b/components/camel-xmlsecurity/src/main/docs/xmlsecurity.adoc
index 7978402..c40d1a3 100644
--- a/components/camel-xmlsecurity/src/main/docs/xmlsecurity.adoc
+++ b/components/camel-xmlsecurity/src/main/docs/xmlsecurity.adoc
@@ -231,28 +231,34 @@ Component Options
 ^^^^^^^^^^^^^^^^
 
 
+
 // component options: START
 The XML Security component supports 2 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | signerConfiguration | XmlSignerConfiguration | To use a shared XmlSignerConfiguration configuration to use as base for configuring endpoints.
 | verifierConfiguration | XmlVerifierConfiguration | To use a shared XmlVerifierConfiguration configuration to use as base for configuring endpoints.
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
 
+
 [[XMLSecuritycomponent-EndpointOptions]]
 Endpoint Options
 ^^^^^^^^^^^^^^^^
 
+
 // endpoint options: START
 The XML Security component supports 38 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -295,9 +301,11 @@ The XML Security component supports 38 endpoint options which are listed below:
 | xmlSignature2Message | verify |  | XmlSignature2Message | Bean which maps the XML signature to the output-message after the validation. How this mapping should be done can be configured by the options outputNodeSearchType outputNodeSearch and removeSignatureElements. The default implementation offers three possibilities which are related to the three output node search types Default ElementName and XPath. The default implementation determines a node which is then serialized and set to the body of the output message If the search type is ElementName then the output node (which must be in this case an element) is determined by the local name and namespace defined in the search value (see option outputNodeSearch). If the search type is XPath then the output node is determined by the XPath specified in the search value (in this case the output node can be of type Element TextNode or Document). If the output node search type is Default then the following rules apply: In the enveloped X
 ML signature case (there is a reference with URI= and transform http://www.w3.org/2000/09/xmldsigenveloped-signature) the incoming XML document without the Signature element is set to the output message body. In the non-enveloped XML signature case the message body is determined from a referenced Object; this is explained in more detail in chapter Output Node Determination in Enveloping XML Signature Case.
 | xmlSignatureChecker | verify |  | XmlSignatureChecker | This interface allows the application to check the XML signature before the validation is executed. This step is recommended in http://www.w3.org/TR/xmldsig-bestpractices/check-what-is-signed
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
+
 [[XMLSecuritycomponent-OutputNodeDeterminationinEnvelopingXMLSignatureCase]]
 Output Node Determination in Enveloping XML Signature Case
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-yammer/src/main/docs/yammer.adoc
----------------------------------------------------------------------
diff --git a/components/camel-yammer/src/main/docs/yammer.adoc b/components/camel-yammer/src/main/docs/yammer.adoc
index 65ac601..36532c6 100644
--- a/components/camel-yammer/src/main/docs/yammer.adoc
+++ b/components/camel-yammer/src/main/docs/yammer.adoc
@@ -44,11 +44,13 @@ The Yammer component can be configured with the Yammer account settings
 which are mandatory to configure before using.
 
 
+
 // component options: START
 The Yammer component supports 4 options which are listed below.
 
 
 
+{% raw %}
 [width="100%",cols="2s,1m,8",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -57,9 +59,11 @@ The Yammer component supports 4 options which are listed below.
 | accessToken | String | The access token
 | config | YammerConfiguration | To use a shared yammer configuration
 |=======================================================================
+{% endraw %}
 // component options: END
 
 
+
 You can also configure these options directly in the endpoint.
 
 [[Yammer-EndpointOptions]]
@@ -67,9 +71,11 @@ Endpoint options
 ^^^^^^^^^^^^^^^^^
 
 
+
 // endpoint options: START
 The Yammer component supports 29 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -103,10 +109,12 @@ The Yammer component supports 29 endpoint options which are listed below:
 | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options.
 | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details.
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
 
 
+
 [[Yammer-Consumingmessages]]
 Consuming messages
 ^^^^^^^^^^^^^^^^^^

http://git-wip-us.apache.org/repos/asf/camel/blob/e16dd32a/components/camel-zookeeper/src/main/docs/zookeeper.adoc
----------------------------------------------------------------------
diff --git a/components/camel-zookeeper/src/main/docs/zookeeper.adoc b/components/camel-zookeeper/src/main/docs/zookeeper.adoc
index e0cbfc4..6b94438 100644
--- a/components/camel-zookeeper/src/main/docs/zookeeper.adoc
+++ b/components/camel-zookeeper/src/main/docs/zookeeper.adoc
@@ -54,9 +54,11 @@ _znode_) that will be the target of the endpoint:
 Options
 ^^^^^^^
 
+
 // endpoint options: START
 The ZooKeeper component supports 14 endpoint options which are listed below:
 
+{% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
@@ -75,8 +77,10 @@ The ZooKeeper component supports 14 endpoint options which are listed below:
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
+{% endraw %}
 // endpoint options: END
 
+
 [[Zookeeper-Usecases]]
 Use cases
 ^^^^^^^^^