Regen docs

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

Branch: refs/heads/master
Commit: 52b81724c79c0f9bd36cf3df96df99886a8c1853
Parents: f6063f0
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Mar 8 11:31:37 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Mar 8 12:15:30 2017 +0100

----------------------------------------------------------------------
 camel-core/src/main/docs/eips/aggregate-eip.adoc            | 3 +--
 camel-core/src/main/docs/eips/circuitBreaker-eip.adoc       | 3 +--
 camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc   | 3 +--
 camel-core/src/main/docs/eips/delay-eip.adoc                | 3 +--
 camel-core/src/main/docs/eips/dynamicRouter-eip.adoc        | 3 +--
 camel-core/src/main/docs/eips/enrich-eip.adoc               | 3 +--
 camel-core/src/main/docs/eips/hystrix-eip.adoc              | 3 +--
 camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc | 3 +--
 camel-core/src/main/docs/eips/loadBalance-eip.adoc          | 3 +--
 camel-core/src/main/docs/eips/loop-eip.adoc                 | 3 +--
 camel-core/src/main/docs/eips/random-eip.adoc               | 7 -------
 camel-core/src/main/docs/eips/recipientList-eip.adoc        | 3 +--
 camel-core/src/main/docs/eips/resequence-eip.adoc           | 3 +--
 camel-core/src/main/docs/eips/routingSlip-eip.adoc          | 3 +--
 camel-core/src/main/docs/eips/sample-eip.adoc               | 3 +--
 camel-core/src/main/docs/eips/script-eip.adoc               | 7 -------
 camel-core/src/main/docs/eips/sort-eip.adoc                 | 3 +--
 camel-core/src/main/docs/eips/split-eip.adoc                | 3 +--
 camel-core/src/main/docs/eips/throttle-eip.adoc             | 3 +--
 camel-core/src/main/docs/eips/validate-eip.adoc             | 7 -------
 20 files changed, 17 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/aggregate-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/aggregate-eip.adoc 
b/camel-core/src/main/docs/eips/aggregate-eip.adoc
index 1699ea2..f70b6bb 100644
--- a/camel-core/src/main/docs/eips/aggregate-eip.adoc
+++ b/camel-core/src/main/docs/eips/aggregate-eip.adoc
@@ -21,7 +21,7 @@ single correlation key into a single message exchange.
 // eip options: START
 The Aggregate EIP supports 25 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -51,7 +51,6 @@ The Aggregate EIP supports 25 options which are listed below:
 | completeAllOnStop | Boolean | Indicates to wait to complete all current and 
partial (pending) aggregated exchanges when the context is stopped. This also 
means that we will wait for all pending exchanges which are stored in the 
aggregation repository to complete so the repository is empty before we can 
stop. You may want to enable this when using the memory based aggregation 
repository that is memory based only and do not store data on disk. When this 
option is enabled then the aggregator is waiting to complete all those 
exchanges before its stopped when stopping CamelContext or the route using it.
 | aggregateControllerRef | String | To use a 
org.apache.camel.processor.aggregate.AggregateController to allow external 
sources to control this aggregator.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 ### About AggregationStrategy

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc 
b/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
index 71014dd..126cb31 100644
--- a/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
+++ b/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
@@ -5,7 +5,7 @@ When the circuit breaker is closed, it will throw a 
`java.util.concurrent.Reject
 // eip options: START
 The Circuit Breaker EIP supports 3 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -13,7 +13,6 @@ The Circuit Breaker EIP supports 3 options which are listed 
below:
 | halfOpenAfter | Long | The timeout in millis to use as threshold to move 
state from closed to half-open or open state
 | threshold | Integer | Number of previous failed messages to use as threshold 
to move state from closed to half-open or open state
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc 
b/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
index 5278623..bae84ad 100644
--- a/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
+++ b/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
@@ -5,13 +5,12 @@ You can use a custom load balancer (eg your own 
implementation) also.
 // eip options: START
 The Custom Load Balancer EIP supports 1 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | ref | String | *Required* Refers to the custom load balancer to lookup from 
the registry
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/delay-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/delay-eip.adoc 
b/camel-core/src/main/docs/eips/delay-eip.adoc
index 602b3fc..d0c317a 100644
--- a/camel-core/src/main/docs/eips/delay-eip.adoc
+++ b/camel-core/src/main/docs/eips/delay-eip.adoc
@@ -21,7 +21,7 @@ See this ticket: 
link:https://issues.apache.org/jira/browse/CAMEL-2654[https://i
 // eip options: START
 The Delay EIP supports 3 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -29,7 +29,6 @@ The Delay EIP supports 3 options which are listed below:
 | asyncDelayed | Boolean | Enables asynchronous delay which means the thread 
will noy block while delaying.
 | callerRunsWhenRejected | Boolean | Whether or not the caller should run the 
task when it was rejected by the thread pool. Is by default true
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 *Using the Fluent Builders*

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc 
b/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
index e72e913..d583744 100644
--- a/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
+++ b/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
@@ -16,7 +16,7 @@ You must ensure the expression used for the `dynamicRouter` 
such as a bean, will
 // eip options: START
 The Dynamic Router EIP supports 3 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -24,7 +24,6 @@ The Dynamic Router EIP supports 3 options which are listed 
below:
 | ignoreInvalidEndpoints | Boolean | Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint
 | cacheSize | Integer | Sets the maximum size used by the 
org.apache.camel.impl.ProducerCache which is used to cache and reuse producers 
when using this recipient list when uris are reused.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 ## Dynamic Router in Camel 2.5 onwards

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/enrich-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/enrich-eip.adoc 
b/camel-core/src/main/docs/eips/enrich-eip.adoc
index 8dfe4ba..9f118f2 100644
--- a/camel-core/src/main/docs/eips/enrich-eip.adoc
+++ b/camel-core/src/main/docs/eips/enrich-eip.adoc
@@ -250,7 +250,7 @@ The `pollEnrich` works just as the `enrich` however as it 
uses a Polling Consume
 // eip options: START
 The Enrich EIP supports 7 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -262,7 +262,6 @@ The Enrich EIP supports 7 options which are listed below:
 | cacheSize | Integer | Sets the maximum size used by the 
org.apache.camel.impl.ProducerCache which is used to cache and reuse producer 
when uris are reused.
 | ignoreInvalidEndpoint | Boolean | Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 [NOTE]

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/hystrix-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/hystrix-eip.adoc 
b/camel-core/src/main/docs/eips/hystrix-eip.adoc
index 0e1f732..c060dae 100644
--- a/camel-core/src/main/docs/eips/hystrix-eip.adoc
+++ b/camel-core/src/main/docs/eips/hystrix-eip.adoc
@@ -20,14 +20,13 @@ Maven users will need to add the following dependency to 
their pom.xml to use th
 // eip options: START
 The Hystrix EIP supports 2 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | hystrixConfiguration | HystrixConfigurationDefinition | Configures the 
Hystrix EIP Use end when configuration is complete to return back to the 
Hystrix EIP.
 | hystrixConfigurationRef | String | Refers to a Hystrix configuration to use 
for configuring the Hystrix EIP.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 ### Example

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc 
b/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
index 6d9fb8d..ca061db 100644
--- a/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
+++ b/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
@@ -4,7 +4,7 @@
 // eip options: START
 The Hystrix Configuration EIP supports 31 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -40,5 +40,4 @@ The Hystrix Configuration EIP supports 31 options which are 
listed below:
 | threadPoolRollingNumberStatisticalWindowBuckets | Integer | Number of 
buckets the rolling statistical window is broken into. This is passed into 
HystrixRollingNumber inside each HystrixThreadPoolMetrics instance.
 | allowMaximumSizeToDivergeFromCoreSize | Boolean | Allows the configuration 
for maximumSize to take effect. That value can then be equal to or higher than 
coreSize
 |=======================================================================
-{% endraw %}
 // eip options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/loadBalance-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/loadBalance-eip.adoc 
b/camel-core/src/main/docs/eips/loadBalance-eip.adoc
index c91d5e6..ee6037f 100644
--- a/camel-core/src/main/docs/eips/loadBalance-eip.adoc
+++ b/camel-core/src/main/docs/eips/loadBalance-eip.adoc
@@ -69,14 +69,13 @@ If you use streaming then you should enable Stream caching 
when using the failov
 // eip options: START
 The Load Balance EIP supports 2 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | loadBalancerType | LoadBalancerDefinition | *Required* The load balancer to 
be used
 | inheritErrorHandler | Boolean | Sets whether or not to inherit the 
configured error handler. The default value is true. You can use this to 
disable using the inherited error handler for a given DSL such as a load 
balancer where you want to use a custom error handler strategy.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 *Camel 2.2 or older behavior*

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/loop-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/loop-eip.adoc 
b/camel-core/src/main/docs/eips/loop-eip.adoc
index c1147ec..0e85000 100644
--- a/camel-core/src/main/docs/eips/loop-eip.adoc
+++ b/camel-core/src/main/docs/eips/loop-eip.adoc
@@ -12,14 +12,13 @@ Notice by default the loop uses the same exchange 
throughout the looping. So the
 // eip options: START
 The Loop EIP supports 2 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | copy | Boolean | If the copy attribute is true a copy of the input Exchange 
is used for each iteration. That means each iteration will start from a copy of 
the same message. By default loop will loop the same exchange all over so each 
iteration may have different message content.
 | doWhile | Boolean | Enables the while loop that loops until the predicate 
evaluates to false or null.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/random-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/random-eip.adoc 
b/camel-core/src/main/docs/eips/random-eip.adoc
index 37e3000..11d0e88 100644
--- a/camel-core/src/main/docs/eips/random-eip.adoc
+++ b/camel-core/src/main/docs/eips/random-eip.adoc
@@ -3,11 +3,4 @@
 
 // eip options: START
 The Random EIP supports 0 options which are listed below:
-
-{% raw %}
-[width="100%",cols="3,1m,6",options="header"]
-|=======================================================================
-| Name | Java Type | Description
-|=======================================================================
-{% endraw %}
 // eip options: END

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/recipientList-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/recipientList-eip.adoc 
b/camel-core/src/main/docs/eips/recipientList-eip.adoc
index ffc0e97..c7d43e7 100644
--- a/camel-core/src/main/docs/eips/recipientList-eip.adoc
+++ b/camel-core/src/main/docs/eips/recipientList-eip.adoc
@@ -10,7 +10,7 @@ The recipients will receive a copy of the *same* Exchange, 
and Camel will execut
 // eip options: START
 The Recipient List EIP supports 15 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -30,7 +30,6 @@ The Recipient List EIP supports 15 options which are listed 
below:
 | parallelAggregate | Boolean | If enabled then the aggregate method on 
AggregationStrategy can be called concurrently. Notice that this would require 
the implementation of AggregationStrategy to be implemented as thread-safe. By 
default this is false meaning that Camel synchronizes the call to the aggregate 
method. Though in some use-cases this can be used to archive higher performance 
when the AggregationStrategy is implemented as thread-safe.
 | stopOnAggregateException | Boolean | If enabled unwind exceptions occurring 
at aggregation time to the error handler when parallelProcessing is used. 
Currently aggregation time exceptions do not stop the route processing when 
parallelProcessing is used. Enabling this option allows to work around this 
behavior. The default value is false for the sake of backward compatibility.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/resequence-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/resequence-eip.adoc 
b/camel-core/src/main/docs/eips/resequence-eip.adoc
index 9ac0995..9889df5 100644
--- a/camel-core/src/main/docs/eips/resequence-eip.adoc
+++ b/camel-core/src/main/docs/eips/resequence-eip.adoc
@@ -9,13 +9,12 @@ 
image:http://www.enterpriseintegrationpatterns.com/img/Resequencer.gif[image]
 // eip options: START
 The Resequence EIP supports 1 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | resequencerConfig | ResequencerConfig | To configure the resequencer in 
using either batch or stream configuration. Will by default use batch 
configuration.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/routingSlip-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/routingSlip-eip.adoc 
b/camel-core/src/main/docs/eips/routingSlip-eip.adoc
index 842c00e..9513cd6 100644
--- a/camel-core/src/main/docs/eips/routingSlip-eip.adoc
+++ b/camel-core/src/main/docs/eips/routingSlip-eip.adoc
@@ -9,7 +9,7 @@ 
image:http://www.enterpriseintegrationpatterns.com/img/RoutingTableSimple.gif[im
 // eip options: START
 The Routing Slip EIP supports 3 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -17,7 +17,6 @@ The Routing Slip EIP supports 3 options which are listed 
below:
 | ignoreInvalidEndpoints | Boolean | Ignore the invalidate endpoint exception 
when try to create a producer with that endpoint
 | cacheSize | Integer | Sets the maximum size used by the 
org.apache.camel.impl.ProducerCache which is used to cache and reuse producers 
when using this recipient list when uris are reused.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 ### Example

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/sample-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/sample-eip.adoc 
b/camel-core/src/main/docs/eips/sample-eip.adoc
index 1a551eb..a621aa2 100644
--- a/camel-core/src/main/docs/eips/sample-eip.adoc
+++ b/camel-core/src/main/docs/eips/sample-eip.adoc
@@ -9,7 +9,7 @@ Will by default use a sample period of 1 seconds.
 // eip options: START
 The Sample EIP supports 3 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -17,7 +17,6 @@ The Sample EIP supports 3 options which are listed below:
 | messageFrequency | Long | Sets the sample message count which only a single 
Exchange will pass through after this many received.
 | units | TimeUnit | Sets the time units for the sample period defaulting to 
seconds.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/script-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/script-eip.adoc 
b/camel-core/src/main/docs/eips/script-eip.adoc
index ab9ed90..a577109 100644
--- a/camel-core/src/main/docs/eips/script-eip.adoc
+++ b/camel-core/src/main/docs/eips/script-eip.adoc
@@ -12,13 +12,6 @@ If the return value should be used as a changed message body 
then use link:./mes
 
 // eip options: START
 The Script EIP supports 0 options which are listed below:
-
-{% raw %}
-[width="100%",cols="3,1m,6",options="header"]
-|=======================================================================
-| Name | Java Type | Description
-|=======================================================================
-{% endraw %}
 // eip options: END
 
 ### Using from Java DSL

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/sort-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/sort-eip.adoc 
b/camel-core/src/main/docs/eips/sort-eip.adoc
index 38b980b..b602101 100644
--- a/camel-core/src/main/docs/eips/sort-eip.adoc
+++ b/camel-core/src/main/docs/eips/sort-eip.adoc
@@ -8,13 +8,12 @@ Sort will by default sort the body using a default comparator 
that handles numer
 // eip options: START
 The Sort EIP supports 1 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
 | comparatorRef | String | Sets a reference to lookup for the comparator to 
use for sorting
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/split-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/split-eip.adoc 
b/camel-core/src/main/docs/eips/split-eip.adoc
index 1ea29c8..647bed0 100644
--- a/camel-core/src/main/docs/eips/split-eip.adoc
+++ b/camel-core/src/main/docs/eips/split-eip.adoc
@@ -9,7 +9,7 @@ You need to specify a Splitter as `split()`. In earlier 
versions of Camel, you n
 // eip options: START
 The Split EIP supports 12 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -26,7 +26,6 @@ The Split EIP supports 12 options which are listed below:
 | parallelAggregate | Boolean | If enabled then the aggregate method on 
AggregationStrategy can be called concurrently. Notice that this would require 
the implementation of AggregationStrategy to be implemented as thread-safe. By 
default this is false meaning that Camel synchronizes the call to the aggregate 
method. Though in some use-cases this can be used to archive higher performance 
when the AggregationStrategy is implemented as thread-safe.
 | stopOnAggregateException | Boolean | If enabled unwind exceptions occurring 
at aggregation time to the error handler when parallelProcessing is used. 
Currently aggregation time exceptions do not stop the route processing when 
parallelProcessing is used. Enabling this option allows to work around this 
behavior. The default value is false for the sake of backward compatibility.
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 ### Exchange properties

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/throttle-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/throttle-eip.adoc 
b/camel-core/src/main/docs/eips/throttle-eip.adoc
index ce9b652..2d2f722 100644
--- a/camel-core/src/main/docs/eips/throttle-eip.adoc
+++ b/camel-core/src/main/docs/eips/throttle-eip.adoc
@@ -6,7 +6,7 @@ The Throttler Pattern allows you to ensure that a specific 
endpoint does not get
 // eip options: START
 The Throttle EIP supports 5 options which are listed below:
 
-{% raw %}
+
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Name | Java Type | Description
@@ -16,7 +16,6 @@ The Throttle EIP supports 5 options which are listed below:
 | callerRunsWhenRejected | Boolean | Whether or not the caller should run the 
task when it was rejected by the thread pool. Is by default true
 | rejectExecution | Boolean | Whether or not throttler throws the 
ThrottlerRejectedExecutionException when the exchange exceeds the request limit 
Is by default false
 |=======================================================================
-{% endraw %}
 // eip options: END
 
 ### Examples

http://git-wip-us.apache.org/repos/asf/camel/blob/52b81724/camel-core/src/main/docs/eips/validate-eip.adoc
----------------------------------------------------------------------
diff --git a/camel-core/src/main/docs/eips/validate-eip.adoc 
b/camel-core/src/main/docs/eips/validate-eip.adoc
index c9ac0c7..7e0033c 100644
--- a/camel-core/src/main/docs/eips/validate-eip.adoc
+++ b/camel-core/src/main/docs/eips/validate-eip.adoc
@@ -7,13 +7,6 @@ You can use the validate DSL with all kind of Predicates and 
Expressions. Valida
 
 // eip options: START
 The Validate EIP supports 0 options which are listed below:
-
-{% raw %}
-[width="100%",cols="3,1m,6",options="header"]
-|=======================================================================
-| Name | Java Type | Description
-|=======================================================================
-{% endraw %}
 // eip options: END
 
 ### Using from Java DSL

Reply via email to