Regen docs

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

Branch: refs/heads/master
Commit: 4d6f2a901e5ab0312995be5b22a1703cb1301a6c
Parents: 0366bc1
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Mar 1 09:34:15 2017 +0100
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Mar 1 09:34:15 2017 +0100

----------------------------------------------------------------------
 camel-core/readme.adoc                                           | 2 +-
 components/camel-chunk/src/main/docs/chunk-component.adoc        | 4 ++--
 .../camel-freemarker/src/main/docs/freemarker-component.adoc     | 4 ++--
 components/camel-jolt/src/main/docs/jolt-component.adoc          | 4 ++--
 components/camel-mustache/src/main/docs/mustache-component.adoc  | 4 ++--
 components/camel-mvel/src/main/docs/mvel-component.adoc          | 4 ++--
 .../src/main/docs/string-template-component.adoc                 | 4 ++--
 components/camel-velocity/src/main/docs/velocity-component.adoc  | 4 ++--
 components/readme.adoc                                           | 2 +-
 9 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/camel-core/readme.adoc
----------------------------------------------------------------------
diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc
index ed2ca6a..c95b0c0 100644
--- a/camel-core/readme.adoc
+++ b/camel-core/readme.adoc
@@ -16,7 +16,7 @@ Number of Components: 25
 `bean:beanName` | 1.0 | The bean component is for invoking Java beans from 
Camel.
 
 | link:src/main/docs/binding-component.adoc[Binding] (camel-core) +
-`binding:bindingName:delegateUri` | 2.11 | The binding component is used for 
as a of wrapping an Endpoint in a contract with a data format.
+`binding:bindingName:delegateUri` | 2.11 | *deprecated* The binding component 
is used for as a of wrapping an Endpoint in a contract with a data format.
 
 | link:src/main/docs/browse-component.adoc[Browse] (camel-core) +
 `browse:name` | 1.3 | The browse component is used for viewing the messages 
received on endpoints that supports BrowsableEndpoint.

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-chunk/src/main/docs/chunk-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-chunk/src/main/docs/chunk-component.adoc 
b/components/camel-chunk/src/main/docs/chunk-component.adoc
index 03ecd9b..9211e62 100644
--- a/components/camel-chunk/src/main/docs/chunk-component.adoc
+++ b/components/camel-chunk/src/main/docs/chunk-component.adoc
@@ -48,7 +48,7 @@ The Chunk component supports 8 endpoint options which are 
listed below:
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | encoding | producer |  | String | Define the encoding of the body
 | extension | producer |  | String | Define the file extension of the template
@@ -173,4 +173,4 @@ Regards Camel Riders Bookstore
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-freemarker/src/main/docs/freemarker-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-freemarker/src/main/docs/freemarker-component.adoc 
b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
index 709874c..c10f96c 100644
--- a/components/camel-freemarker/src/main/docs/freemarker-component.adoc
+++ b/components/camel-freemarker/src/main/docs/freemarker-component.adoc
@@ -63,7 +63,7 @@ The Freemarker component supports 6 endpoint options which 
are listed below:
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | configuration | producer |  | Configuration | Sets the Freemarker 
configuration to use
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | encoding | producer |  | String | Sets the encoding to be used for loading 
the template file.
@@ -226,4 +226,4 @@ And the java code:
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-jolt/src/main/docs/jolt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-jolt/src/main/docs/jolt-component.adoc 
b/components/camel-jolt/src/main/docs/jolt-component.adoc
index a5efd01..f05370c 100644
--- a/components/camel-jolt/src/main/docs/jolt-component.adoc
+++ b/components/camel-jolt/src/main/docs/jolt-component.adoc
@@ -66,7 +66,7 @@ The JOLT component supports 6 endpoint options which are 
listed below:
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | inputType | producer | Hydrated | JoltInputOutputType | Specifies if the 
input is hydrated JSON or a JSON String.
 | outputType | producer | Hydrated | JoltInputOutputType | Specifies if the 
output should be hydrated JSON or a JSON String.
@@ -114,4 +114,4 @@ from("direct:in").
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-mustache/src/main/docs/mustache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache-component.adoc 
b/components/camel-mustache/src/main/docs/mustache-component.adoc
index 2920b2f..cdec891 100644
--- a/components/camel-mustache/src/main/docs/mustache-component.adoc
+++ b/components/camel-mustache/src/main/docs/mustache-component.adoc
@@ -67,7 +67,7 @@ The Mustache component supports 6 endpoint options which are 
listed below:
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | encoding | producer |  | String | Character encoding of the resource content.
 | endDelimiter | producer | }} | String | Characters used to mark template 
code end.
@@ -174,4 +174,4 @@ Regards Camel Riders Bookstore
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-mvel/src/main/docs/mvel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel-component.adoc 
b/components/camel-mvel/src/main/docs/mvel-component.adoc
index abd2e5e..54a78e2 100644
--- a/components/camel-mvel/src/main/docs/mvel-component.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-component.adoc
@@ -50,7 +50,7 @@ The MVEL component supports 4 endpoint options which are 
listed below:
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | encoding | producer |  | String | Character encoding of the resource content.
 | synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
@@ -162,4 +162,4 @@ from("direct:in").
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc 
b/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
index 11e9c0d..a845ab0 100644
--- 
a/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
+++ 
b/components/camel-stringtemplate/src/main/docs/string-template-component.adoc
@@ -49,7 +49,7 @@ The String Template component supports 5 endpoint options 
which are listed below
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | delimiterStart | producer | < | char | The variable start delimiter
 | delimiterStop | producer | > | char | The variable end delimiter
@@ -124,4 +124,4 @@ And the java code is as follows:
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/camel-velocity/src/main/docs/velocity-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-velocity/src/main/docs/velocity-component.adoc 
b/components/camel-velocity/src/main/docs/velocity-component.adoc
index 9207ca7..c473281 100644
--- a/components/camel-velocity/src/main/docs/velocity-component.adoc
+++ b/components/camel-velocity/src/main/docs/velocity-component.adoc
@@ -62,7 +62,7 @@ The Velocity component supports 6 endpoint options which are 
listed below:
 [width="100%",cols="2,1,1m,1m,5",options="header"]
 |=======================================================================
 | Name | Group | Default | Java Type | Description
-| resourceUri | producer |  | String | *Required* Path to the resource or a 
reference to lookup a bean in the Registry to use as the resource
+| resourceUri | producer |  | String | *Required* Path to the resource. You 
can prefix with: classpath file http ref or bean. classpath file and http loads 
the resource using these protocols (classpath is default). ref will lookup the 
resource in the registry. bean will call a method on a bean to be used as the 
resource. For bean you can specify the method name after dot eg 
bean:myBean.myMethod.
 | contentCache | producer | false | boolean | Sets whether to use resource 
content cache or not
 | encoding | producer |  | String | Character encoding of the resource content.
 | loaderCache | producer | true | boolean | Enables / disables the velocity 
resource loader cache which is enabled by default
@@ -256,4 +256,4 @@ And the java code:
 * link:configuring-camel.html[Configuring Camel]
 * link:component.html[Component]
 * link:endpoint.html[Endpoint]
-* link:getting-started.html[Getting Started]
\ No newline at end of file
+* link:getting-started.html[Getting Started]

http://git-wip-us.apache.org/repos/asf/camel/blob/4d6f2a90/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 023fbb1..1d442f7 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -90,7 +90,7 @@ Number of Components: 220
 `beanstalk:connectionSettings` | 2.15 | The beanstalk component is used for 
job retrieval and post-processing of Beanstalk jobs.
 
 | link:../camel-core/src/main/docs/binding-component.adoc[Binding] 
(camel-core) +
-`binding:bindingName:delegateUri` | 2.11 | The binding component is used for 
as a of wrapping an Endpoint in a contract with a data format.
+`binding:bindingName:delegateUri` | 2.11 | *deprecated* The binding component 
is used for as a of wrapping an Endpoint in a contract with a data format.
 
 | link:camel-bonita/src/main/docs/bonita-component.adoc[Bonita] (camel-bonita) 
+
 `bonita:operation` | 2.19 | Camel Bonita support

Reply via email to