You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/26 09:31:41 UTC

[camel] 03/03: CAMEL-12273: Regen docs

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1cb67e25a3b59e00864165cff5ea02c3ad356052
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 26 10:31:24 2018 +0100

    CAMEL-12273: Regen docs
---
 camel-core/src/main/docs/eips/aggregate-eip.adoc            | 1 -
 camel-core/src/main/docs/eips/batch-config-eip.adoc         | 3 +--
 camel-core/src/main/docs/eips/bean-eip.adoc                 | 1 -
 camel-core/src/main/docs/eips/choice-eip.adoc               | 3 +--
 camel-core/src/main/docs/eips/circuitBreaker-eip.adoc       | 3 +--
 camel-core/src/main/docs/eips/claimCheck-eip.adoc           | 1 -
 camel-core/src/main/docs/eips/convertBodyTo-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        | 1 -
 camel-core/src/main/docs/eips/failover-eip.adoc             | 1 -
 camel-core/src/main/docs/eips/filter-eip.adoc               | 4 ++--
 camel-core/src/main/docs/eips/from-eip.adoc                 | 1 -
 camel-core/src/main/docs/eips/hystrix-eip.adoc              | 1 -
 camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc | 1 -
 camel-core/src/main/docs/eips/idempotentConsumer-eip.adoc   | 1 -
 camel-core/src/main/docs/eips/inOnly-eip.adoc               | 3 +--
 camel-core/src/main/docs/eips/inOut-eip.adoc                | 1 -
 camel-core/src/main/docs/eips/loadBalance-eip.adoc          | 3 +--
 camel-core/src/main/docs/eips/log-eip.adoc                  | 3 +--
 camel-core/src/main/docs/eips/loop-eip.adoc                 | 1 -
 camel-core/src/main/docs/eips/multicast-eip.adoc            | 1 -
 camel-core/src/main/docs/eips/pollEnrich-eip.adoc           | 1 -
 camel-core/src/main/docs/eips/random-eip.adoc               | 4 ++--
 camel-core/src/main/docs/eips/recipientList-eip.adoc        | 1 -
 camel-core/src/main/docs/eips/resequence-eip.adoc           | 3 +--
 camel-core/src/main/docs/eips/roundRobin-eip.adoc           | 2 +-
 camel-core/src/main/docs/eips/routingSlip-eip.adoc          | 1 -
 camel-core/src/main/docs/eips/saga-eip.adoc                 | 1 -
 camel-core/src/main/docs/eips/sample-eip.adoc               | 1 -
 camel-core/src/main/docs/eips/script-eip.adoc               | 4 ++--
 camel-core/src/main/docs/eips/serviceCall-eip.adoc          | 3 +--
 camel-core/src/main/docs/eips/sort-eip.adoc                 | 3 +--
 camel-core/src/main/docs/eips/split-eip.adoc                | 1 -
 camel-core/src/main/docs/eips/sticky-eip.adoc               | 1 -
 camel-core/src/main/docs/eips/stop-eip.adoc                 | 2 +-
 camel-core/src/main/docs/eips/stream-config-eip.adoc        | 1 -
 camel-core/src/main/docs/eips/threads-eip.adoc              | 1 -
 camel-core/src/main/docs/eips/throttle-eip.adoc             | 3 +--
 camel-core/src/main/docs/eips/topic-eip.adoc                | 2 +-
 camel-core/src/main/docs/eips/validate-eip.adoc             | 4 ++--
 camel-core/src/main/docs/eips/weighted-eip.adoc             | 1 -
 camel-core/src/main/docs/eips/wireTap-eip.adoc              | 1 -
 43 files changed, 24 insertions(+), 60 deletions(-)

diff --git a/camel-core/src/main/docs/eips/aggregate-eip.adoc b/camel-core/src/main/docs/eips/aggregate-eip.adoc
index 4df466c..c2795af 100644
--- a/camel-core/src/main/docs/eips/aggregate-eip.adoc
+++ b/camel-core/src/main/docs/eips/aggregate-eip.adoc
@@ -19,7 +19,6 @@ single correlation key into a single message exchange.
 // eip options: START
 The Aggregate EIP supports 24 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/batch-config-eip.adoc b/camel-core/src/main/docs/eips/batch-config-eip.adoc
index 47dc2cd..9d01774 100644
--- a/camel-core/src/main/docs/eips/batch-config-eip.adoc
+++ b/camel-core/src/main/docs/eips/batch-config-eip.adoc
@@ -5,7 +5,6 @@
 // eip options: START
 The Batch-config EIP supports 5 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -15,4 +14,4 @@ The Batch-config EIP supports 5 options which are listed below:
 | *reverse* | Whether to reverse the ordering. | false | Boolean
 | *ignoreInvalidExchanges* | Whether to ignore invalid exchanges | false | Boolean
 |===
-// eip options: END
\ No newline at end of file
+// eip options: END
diff --git a/camel-core/src/main/docs/eips/bean-eip.adoc b/camel-core/src/main/docs/eips/bean-eip.adoc
index 0ed7c71..d3c3917 100644
--- a/camel-core/src/main/docs/eips/bean-eip.adoc
+++ b/camel-core/src/main/docs/eips/bean-eip.adoc
@@ -18,7 +18,6 @@ the link:registry.html[Registry]
 // eip options: START
 The Bean EIP supports 5 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/choice-eip.adoc b/camel-core/src/main/docs/eips/choice-eip.adoc
index c8da828..449bec1 100644
--- a/camel-core/src/main/docs/eips/choice-eip.adoc
+++ b/camel-core/src/main/docs/eips/choice-eip.adoc
@@ -14,7 +14,6 @@ image:http://www.enterpriseintegrationpatterns.com/img/ContentBasedRouter.gif[im
 // eip options: START
 The Choice EIP supports 2 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -71,4 +70,4 @@ And the same example using XML:
         </choice>
     </route>
 </camelContext>
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc b/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
index d50f185..91358da 100644
--- a/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
+++ b/camel-core/src/main/docs/eips/circuitBreaker-eip.adoc
@@ -7,7 +7,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -51,4 +50,4 @@ And the same example using Spring XML:
         </loadBalance>
     </route>
 </camelContext>
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/claimCheck-eip.adoc b/camel-core/src/main/docs/eips/claimCheck-eip.adoc
index 7ee469e..8693def 100644
--- a/camel-core/src/main/docs/eips/claimCheck-eip.adoc
+++ b/camel-core/src/main/docs/eips/claimCheck-eip.adoc
@@ -16,7 +16,6 @@ NOTE: The Camel implementation of this EIP pattern stores the message content te
 // eip options: START
 The Claim Check EIP supports 5 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc b/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc
index 4389938..ac37292 100644
--- a/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc
+++ b/camel-core/src/main/docs/eips/convertBodyTo-eip.adoc
@@ -5,11 +5,10 @@
 // eip options: START
 The Convert Body To EIP supports 2 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *type* | *Required* The java type to convert to |  | String
 | *charset* | To use a specific charset when converting |  | String
 |===
-// eip options: END
\ No newline at end of file
+// eip options: END
diff --git a/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc b/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
index beca447..5d24aca 100644
--- a/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
+++ b/camel-core/src/main/docs/eips/customLoadBalancer-eip.adoc
@@ -6,7 +6,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -79,4 +78,4 @@ public static class MyLoadBalancer extends LoadBalancerSupport {
         return true;
     }
 }
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/delay-eip.adoc b/camel-core/src/main/docs/eips/delay-eip.adoc
index 47fcb08..e804fea 100644
--- a/camel-core/src/main/docs/eips/delay-eip.adoc
+++ b/camel-core/src/main/docs/eips/delay-eip.adoc
@@ -7,7 +7,6 @@ The Delayer Pattern allows you to delay the delivery of messages to some destina
 // eip options: START
 The Delay EIP supports 3 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -176,4 +175,4 @@ public class SomeBean {
 
 === See Also
 
-- Delay Interceptor
\ No newline at end of file
+- Delay Interceptor
diff --git a/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc b/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
index 673303e..f2e98bb 100644
--- a/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
+++ b/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc
@@ -18,7 +18,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/failover-eip.adoc b/camel-core/src/main/docs/eips/failover-eip.adoc
index ad4235b..f225abd 100644
--- a/camel-core/src/main/docs/eips/failover-eip.adoc
+++ b/camel-core/src/main/docs/eips/failover-eip.adoc
@@ -8,7 +8,6 @@ Failover Load Balancer, with this policy in case of failures the exchange will b
 // eip options: START
 The Failover EIP supports 4 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/filter-eip.adoc b/camel-core/src/main/docs/eips/filter-eip.adoc
index 351e583..ca2bb66 100644
--- a/camel-core/src/main/docs/eips/filter-eip.adoc
+++ b/camel-core/src/main/docs/eips/filter-eip.adoc
@@ -14,7 +14,7 @@ link:predicate.html[Predicate] is true will be dispatched to *queue:b*
 === EIP options
 
 // eip options: START
-The Filter EIP supports 0 options which are listed below:
+The Filter EIP has no options.
 // eip options: END
 
 === Samples
@@ -99,4 +99,4 @@ link:predicate.html[Predicate] matches (value set to `true`), and to the
 steps immediately following the link:message-filter.html[Message Filter]
 with the value set based on the results of the last
 link:message-filter.html[Message Filter] link:predicate.html[Predicate]
-evaluated.
\ No newline at end of file
+evaluated.
diff --git a/camel-core/src/main/docs/eips/from-eip.adoc b/camel-core/src/main/docs/eips/from-eip.adoc
index 27cc0fe..b2c8f02 100644
--- a/camel-core/src/main/docs/eips/from-eip.adoc
+++ b/camel-core/src/main/docs/eips/from-eip.adoc
@@ -7,7 +7,6 @@ Starting point for a Camel route that starts a route with a given endpoint. The
 // eip options: START
 The From EIP supports 2 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/hystrix-eip.adoc b/camel-core/src/main/docs/eips/hystrix-eip.adoc
index 81686c4..1dae7a3 100644
--- a/camel-core/src/main/docs/eips/hystrix-eip.adoc
+++ b/camel-core/src/main/docs/eips/hystrix-eip.adoc
@@ -21,7 +21,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc b/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
index 4160adc..b743fcd 100644
--- a/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
+++ b/camel-core/src/main/docs/eips/hystrixConfiguration-eip.adoc
@@ -5,7 +5,6 @@
 // eip options: START
 The Hystrix Configuration EIP supports 31 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/idempotentConsumer-eip.adoc b/camel-core/src/main/docs/eips/idempotentConsumer-eip.adoc
index 18cfef2..4516f2f 100644
--- a/camel-core/src/main/docs/eips/idempotentConsumer-eip.adoc
+++ b/camel-core/src/main/docs/eips/idempotentConsumer-eip.adoc
@@ -40,7 +40,6 @@ Camel 2.18.0)****
 // eip options: START
 The Idempotent Consumer EIP supports 5 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/inOnly-eip.adoc b/camel-core/src/main/docs/eips/inOnly-eip.adoc
index 67fe03b..dcaa694 100644
--- a/camel-core/src/main/docs/eips/inOnly-eip.adoc
+++ b/camel-core/src/main/docs/eips/inOnly-eip.adoc
@@ -8,11 +8,10 @@ The *inOnly:* EIP define an InOnly ExchangePattern.
 // eip options: START
 The In Only EIP supports 2 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
 | *uri* | *Required* Sets the uri of the endpoint to send to. |  | String
 | *ref* | *Deprecated* Sets the reference of the endpoint to send to. |  | String
 |===
-// eip options: END
\ No newline at end of file
+// eip options: END
diff --git a/camel-core/src/main/docs/eips/inOut-eip.adoc b/camel-core/src/main/docs/eips/inOut-eip.adoc
index 96dfa92..a9d8c59 100644
--- a/camel-core/src/main/docs/eips/inOut-eip.adoc
+++ b/camel-core/src/main/docs/eips/inOut-eip.adoc
@@ -8,7 +8,6 @@ The *inOut:* EIP define an InOut ExchangePattern.
 // eip options: START
 The In Out EIP supports 2 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/loadBalance-eip.adoc b/camel-core/src/main/docs/eips/loadBalance-eip.adoc
index 871c9b5..8023c64 100644
--- a/camel-core/src/main/docs/eips/loadBalance-eip.adoc
+++ b/camel-core/src/main/docs/eips/loadBalance-eip.adoc
@@ -26,7 +26,6 @@ Camel provides the following policies out-of-the-box:
 // eip options: START
 The Load Balance EIP supports 2 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -244,4 +243,4 @@ And the same example using Spring XML:
       <to uri="mock:z"/>
   </loadBalance>
 </route>
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/log-eip.adoc b/camel-core/src/main/docs/eips/log-eip.adoc
index 74d915a..2b168be 100644
--- a/camel-core/src/main/docs/eips/log-eip.adoc
+++ b/camel-core/src/main/docs/eips/log-eip.adoc
@@ -14,7 +14,6 @@ Camel provides many ways to log the fact that you are processing a message. Here
 // eip options: START
 The Log EIP supports 5 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -201,4 +200,4 @@ And in XML:
 
 `org.apache.camel.processor.DefaultMaskingFormatter` is used for the masking by default.
 If you want to use a custom masking formatter, put it into registry with the name `CamelCustomLogMask`.
-Note that the masking formatter must implement `org.apache.camel.spi.MaskingFormatter`.
\ No newline at end of file
+Note that the masking formatter must implement `org.apache.camel.spi.MaskingFormatter`.
diff --git a/camel-core/src/main/docs/eips/loop-eip.adoc b/camel-core/src/main/docs/eips/loop-eip.adoc
index 070b2e0..0ff0e14 100644
--- a/camel-core/src/main/docs/eips/loop-eip.adoc
+++ b/camel-core/src/main/docs/eips/loop-eip.adoc
@@ -14,7 +14,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/multicast-eip.adoc b/camel-core/src/main/docs/eips/multicast-eip.adoc
index 7727f95..7d28214 100644
--- a/camel-core/src/main/docs/eips/multicast-eip.adoc
+++ b/camel-core/src/main/docs/eips/multicast-eip.adoc
@@ -11,7 +11,6 @@ several pieces but the Multicast will not modify the request message.
 // eip options: START
 The Multicast EIP supports 12 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/pollEnrich-eip.adoc b/camel-core/src/main/docs/eips/pollEnrich-eip.adoc
index 1306786..2d699b4 100644
--- a/camel-core/src/main/docs/eips/pollEnrich-eip.adoc
+++ b/camel-core/src/main/docs/eips/pollEnrich-eip.adoc
@@ -41,7 +41,6 @@ The `pollEnrich` works just as the `enrich` however as it uses a Polling Consume
 // eip options: START
 The Poll Enrich EIP supports 7 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/random-eip.adoc b/camel-core/src/main/docs/eips/random-eip.adoc
index a24cf64..7a74e96 100644
--- a/camel-core/src/main/docs/eips/random-eip.adoc
+++ b/camel-core/src/main/docs/eips/random-eip.adoc
@@ -3,5 +3,5 @@
 
 
 // eip options: START
-The Random EIP supports 0 options which are listed below:
-// eip options: END
\ No newline at end of file
+The Random EIP has no options.
+// eip options: END
diff --git a/camel-core/src/main/docs/eips/recipientList-eip.adoc b/camel-core/src/main/docs/eips/recipientList-eip.adoc
index 6f23a84..c4377d4 100644
--- a/camel-core/src/main/docs/eips/recipientList-eip.adoc
+++ b/camel-core/src/main/docs/eips/recipientList-eip.adoc
@@ -11,7 +11,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/resequence-eip.adoc b/camel-core/src/main/docs/eips/resequence-eip.adoc
index a456aea..a2a698f 100644
--- a/camel-core/src/main/docs/eips/resequence-eip.adoc
+++ b/camel-core/src/main/docs/eips/resequence-eip.adoc
@@ -11,7 +11,6 @@ image:http://www.enterpriseintegrationpatterns.com/img/Resequencer.gif[image]
 // eip options: START
 The Resequence EIP supports 1 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -241,4 +240,4 @@ And an example in XML
     </resequence>
   </route>
 </camelContext>
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/roundRobin-eip.adoc b/camel-core/src/main/docs/eips/roundRobin-eip.adoc
index ed157c0..ff7e41f 100644
--- a/camel-core/src/main/docs/eips/roundRobin-eip.adoc
+++ b/camel-core/src/main/docs/eips/roundRobin-eip.adoc
@@ -6,7 +6,7 @@ Round Robin Load Balancer. With this Load Balancing policy, a random endpoint is
 === Options
 
 // eip options: START
-The Round Robin EIP supports 0 options which are listed below:
+The Round Robin EIP has no options.
 // eip options: END
 
 === Examples
diff --git a/camel-core/src/main/docs/eips/routingSlip-eip.adoc b/camel-core/src/main/docs/eips/routingSlip-eip.adoc
index ed253f0..38e37c1 100644
--- a/camel-core/src/main/docs/eips/routingSlip-eip.adoc
+++ b/camel-core/src/main/docs/eips/routingSlip-eip.adoc
@@ -10,7 +10,6 @@ image:http://www.enterpriseintegrationpatterns.com/img/RoutingTableSimple.gif[im
 // eip options: START
 The Routing Slip EIP supports 3 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/saga-eip.adoc b/camel-core/src/main/docs/eips/saga-eip.adoc
index 3c503f5..2529c6d 100644
--- a/camel-core/src/main/docs/eips/saga-eip.adoc
+++ b/camel-core/src/main/docs/eips/saga-eip.adoc
@@ -25,7 +25,6 @@ Compensating actions can be declared in Camel routes using the Java or XML DSL a
 // eip options: START
 The Saga EIP supports 6 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/sample-eip.adoc b/camel-core/src/main/docs/eips/sample-eip.adoc
index cbd4263..dab75fc 100644
--- a/camel-core/src/main/docs/eips/sample-eip.adoc
+++ b/camel-core/src/main/docs/eips/sample-eip.adoc
@@ -10,7 +10,6 @@ Will by default use a sample period of 1 seconds.
 // eip options: START
 The Sample EIP supports 3 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/script-eip.adoc b/camel-core/src/main/docs/eips/script-eip.adoc
index abe4e92..5de851b 100644
--- a/camel-core/src/main/docs/eips/script-eip.adoc
+++ b/camel-core/src/main/docs/eips/script-eip.adoc
@@ -12,7 +12,7 @@ If the return value should be used as a changed message body then use link:./mes
 === Options
 
 // eip options: START
-The Script EIP supports 0 options which are listed below:
+The Script EIP has no options.
 // eip options: END
 
 === Samples
@@ -73,4 +73,4 @@ For example to load a groovy script from the classpath you need to prefix the va
 ----
 
 You can also refer to the script from the file system with `file:` instead of `classpath:`
-such as `file:/var/myscript.groovy`
\ No newline at end of file
+such as `file:/var/myscript.groovy`
diff --git a/camel-core/src/main/docs/eips/serviceCall-eip.adoc b/camel-core/src/main/docs/eips/serviceCall-eip.adoc
index 735ff29..68d81f3 100644
--- a/camel-core/src/main/docs/eips/serviceCall-eip.adoc
+++ b/camel-core/src/main/docs/eips/serviceCall-eip.adoc
@@ -95,7 +95,6 @@ from("direct:start")
 // eip options: START
 The Service Call EIP supports 14 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -609,4 +608,4 @@ If you are using Camel in an application based on Spring Cloud, you can leverage
     <!-- use the same version as your Camel core version -->
     <version>x.y.z</version>
 </dependency>
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/sort-eip.adoc b/camel-core/src/main/docs/eips/sort-eip.adoc
index b435a4c..40ec1b4 100644
--- a/camel-core/src/main/docs/eips/sort-eip.adoc
+++ b/camel-core/src/main/docs/eips/sort-eip.adoc
@@ -10,7 +10,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -67,4 +66,4 @@ And to use our own comparator we can refer to it as a spring bean:
 <bean id="myReverseComparator" class="com.mycompany.MyReverseComparator"/>
 ----
 
-Besides `<simple>`, you can supply an expression using any language you like, so long as it returns a list.
\ No newline at end of file
+Besides `<simple>`, you can supply an expression using any language you like, so long as it returns a list.
diff --git a/camel-core/src/main/docs/eips/split-eip.adoc b/camel-core/src/main/docs/eips/split-eip.adoc
index 5050542..5364f39 100644
--- a/camel-core/src/main/docs/eips/split-eip.adoc
+++ b/camel-core/src/main/docs/eips/split-eip.adoc
@@ -11,7 +11,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/sticky-eip.adoc b/camel-core/src/main/docs/eips/sticky-eip.adoc
index f0ead32..659e748 100644
--- a/camel-core/src/main/docs/eips/sticky-eip.adoc
+++ b/camel-core/src/main/docs/eips/sticky-eip.adoc
@@ -8,7 +8,6 @@ Sticky Load Balancer. Sticky load balancing uses an Expression to calculate a co
 // eip options: START
 The Sticky EIP supports 1 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/stop-eip.adoc b/camel-core/src/main/docs/eips/stop-eip.adoc
index e17f164..4f8c4fd 100644
--- a/camel-core/src/main/docs/eips/stop-eip.adoc
+++ b/camel-core/src/main/docs/eips/stop-eip.adoc
@@ -5,7 +5,7 @@ The Stop EIP stops the processing of the current message
 == Options
 
 // eip options: START
-The Stop EIP supports 0 options which are listed below:
+The Stop EIP has no options.
 // eip options: END
 
 == Examples
diff --git a/camel-core/src/main/docs/eips/stream-config-eip.adoc b/camel-core/src/main/docs/eips/stream-config-eip.adoc
index 3dcb73b..436b96a 100644
--- a/camel-core/src/main/docs/eips/stream-config-eip.adoc
+++ b/camel-core/src/main/docs/eips/stream-config-eip.adoc
@@ -5,7 +5,6 @@
 // eip options: START
 The Stream-config EIP supports 6 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/threads-eip.adoc b/camel-core/src/main/docs/eips/threads-eip.adoc
index c64bed3..e2f94f5 100644
--- a/camel-core/src/main/docs/eips/threads-eip.adoc
+++ b/camel-core/src/main/docs/eips/threads-eip.adoc
@@ -7,7 +7,6 @@ The Threads Pattern allows you to introduce a thread pool into a route.
 // eip options: START
 The Threads EIP supports 10 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/throttle-eip.adoc b/camel-core/src/main/docs/eips/throttle-eip.adoc
index 3c2be63..71da959 100644
--- a/camel-core/src/main/docs/eips/throttle-eip.adoc
+++ b/camel-core/src/main/docs/eips/throttle-eip.adoc
@@ -8,7 +8,6 @@ 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:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
@@ -81,4 +80,4 @@ You can let the Throttler use non blocking asynchronous delaying, which means Ca
 from("seda:a")
   .throttle(100).asyncDelayed()
   .to("seda:b");
----------------------
\ No newline at end of file
+---------------------
diff --git a/camel-core/src/main/docs/eips/topic-eip.adoc b/camel-core/src/main/docs/eips/topic-eip.adoc
index e858c33..cdcddf3 100644
--- a/camel-core/src/main/docs/eips/topic-eip.adoc
+++ b/camel-core/src/main/docs/eips/topic-eip.adoc
@@ -6,7 +6,7 @@ Topic Load Balancer, with this policy you'll get a Topic behavior by sending to
 === Options
 
 // eip options: START
-The Topic EIP supports 0 options which are listed below:
+The Topic EIP has no options.
 // eip options: END
 
 === Examples
diff --git a/camel-core/src/main/docs/eips/validate-eip.adoc b/camel-core/src/main/docs/eips/validate-eip.adoc
index a782636..23c55c3 100644
--- a/camel-core/src/main/docs/eips/validate-eip.adoc
+++ b/camel-core/src/main/docs/eips/validate-eip.adoc
@@ -11,7 +11,7 @@ If it is true message processing continues.
 === Options
 
 // eip options: START
-The Validate EIP supports 0 options which are listed below:
+The Validate EIP has no options.
 // eip options: END
 
 === Samples
@@ -71,4 +71,4 @@ The XML DSL to validate the message header would looks like this:
 </route>
 
 <bean id="myServiceBean" class="com.mycompany.MyServiceBean"/>
-----
\ No newline at end of file
+----
diff --git a/camel-core/src/main/docs/eips/weighted-eip.adoc b/camel-core/src/main/docs/eips/weighted-eip.adoc
index 83c7bcd..f637f25 100644
--- a/camel-core/src/main/docs/eips/weighted-eip.adoc
+++ b/camel-core/src/main/docs/eips/weighted-eip.adoc
@@ -8,7 +8,6 @@ Weighted Load Balancer, with this policy in case of failures the exchange will b
 // eip options: START
 The Weighted EIP supports 3 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type
diff --git a/camel-core/src/main/docs/eips/wireTap-eip.adoc b/camel-core/src/main/docs/eips/wireTap-eip.adoc
index 5551d34..a5a9f52 100644
--- a/camel-core/src/main/docs/eips/wireTap-eip.adoc
+++ b/camel-core/src/main/docs/eips/wireTap-eip.adoc
@@ -20,7 +20,6 @@ at link:stream-caching.html[Stream caching].
 // eip options: START
 The Wire Tap EIP supports 10 options which are listed below:
 
-
 [width="100%",cols="2,5,^1,2",options="header"]
 |===
 | Name | Description | Default | Type

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.