This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new bc032e0 Regen bc032e0 is described below commit bc032e0de8d541322ef8e796f05c918f87118e5f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 24 08:16:05 2019 +0100 Regen --- camel-core/readme.adoc | 11 ++++++++++- components/readme.adoc | 8 ++++---- docs/components/modules/ROOT/pages/servlet-component.adoc | 8 ++++---- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/camel-core/readme.adoc b/camel-core/readme.adoc index fcbd497..ab30c0d 100644 --- a/camel-core/readme.adoc +++ b/camel-core/readme.adoc @@ -5,7 +5,7 @@ // components: START -Number of Components: 6 in 1 JAR artifacts (0 deprecated) +Number of Components: 9 in 1 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -17,12 +17,21 @@ Number of Components: 6 in 1 JAR artifacts (0 deprecated) | link:src/main/docs/class-component.adoc[Class] (camel-core) + `class:beanName` | 2.4 | The Class Component is for invoking Java Classes (Java beans) from Camel. +| link:src/main/docs/dataset-component.adoc[Dataset] (camel-core) + +`dataset:name` | 1.3 | The dataset component provides a mechanism to easily perform load & soak testing of your system. + +| link:src/main/docs/mock-component.adoc[Mock] (camel-core) + +`mock:name` | 1.0 | The mock component is used for testing routes and mediation rules using mocks. + | link:src/main/docs/rest-component.adoc[REST] (camel-core) + `rest:method:path:uriTemplate` | 2.14 | The rest component is used for either hosting REST services (consumer) or calling external REST services (producer). | link:src/main/docs/rest-api-component.adoc[REST API] (camel-core) + `rest-api:path/contextIdPattern` | 2.16 | The rest-api component is used for providing Swagger API of the REST services which has been defined using the rest-dsl in Camel. +| link:src/main/docs/test-component.adoc[Test] (camel-core) + +`test:name` | 1.3 | The test component extends the mock component by on startup to pull messages from another endpoint to set the expected message bodies. + | link:src/main/docs/validator-component.adoc[Validator] (camel-core) + `validator:resourceUri` | 1.1 | Validates the payload of a message using XML Schema and JAXP Validation. diff --git a/components/readme.adoc b/components/readme.adoc index a0fe18e..b05f894 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -1,7 +1,7 @@ ==== Components // components: START -Number of Components: 289 in 208 JAR artifacts (0 deprecated) +Number of Components: 289 in 207 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -199,7 +199,7 @@ Number of Components: 289 in 208 JAR artifacts (0 deprecated) | link:camel-dataformat/src/main/docs/dataformat-component.adoc[Data Format] (camel-dataformat) + `dataformat:name:operation` | 2.12 | The dataformat component is used for working with Data Formats as if it was a regular Component supporting Endpoints and URIs. -| link:@@@ARTIFACTID@@@/src/main/docs/dataset-component.adoc[Dataset] (@@@ARTIFACTID@@@) + +| link:../camel-core/src/main/docs/dataset-component.adoc[Dataset] (camel-core) + `dataset:name` | 1.3 | The dataset component provides a mechanism to easily perform load & soak testing of your system. | link:camel-digitalocean/src/main/docs/digitalocean-component.adoc[DigitalOcean] (camel-digitalocean) + @@ -550,7 +550,7 @@ Number of Components: 289 in 208 JAR artifacts (0 deprecated) | link:camel-mllp/src/main/docs/mllp-component.adoc[MLLP] (camel-mllp) + `mllp:hostname:port` | 2.17 | Provides functionality required by Healthcare providers to communicate with other systems using the MLLP protocol. -| link:@@@ARTIFACTID@@@/src/main/docs/mock-component.adoc[Mock] (@@@ARTIFACTID@@@) + +| link:../camel-core/src/main/docs/mock-component.adoc[Mock] (camel-core) + `mock:name` | 1.0 | The mock component is used for testing routes and mediation rules using mocks. | link:camel-mongodb3/src/main/docs/mongodb3-component.adoc[MongoDB] (camel-mongodb3) + @@ -796,7 +796,7 @@ Number of Components: 289 in 208 JAR artifacts (0 deprecated) | link:camel-telegram/src/main/docs/telegram-component.adoc[Telegram] (camel-telegram) + `telegram:type/authorizationToken` | 2.18 | The telegram component provides access to the Telegram Bot API. -| link:@@@ARTIFACTID@@@/src/main/docs/test-component.adoc[Test] (@@@ARTIFACTID@@@) + +| link:../camel-core/src/main/docs/test-component.adoc[Test] (camel-core) + `test:name` | 1.3 | The test component extends the mock component by on startup to pull messages from another endpoint to set the expected message bodies. | link:camel-thrift/src/main/docs/thrift-component.adoc[Thrift] (camel-thrift) + diff --git a/docs/components/modules/ROOT/pages/servlet-component.adoc b/docs/components/modules/ROOT/pages/servlet-component.adoc index 9e52612..56c12ef 100644 --- a/docs/components/modules/ROOT/pages/servlet-component.adoc +++ b/docs/components/modules/ROOT/pages/servlet-component.adoc @@ -222,8 +222,8 @@ side-effects. === Sample NOTE: From Camel 2.7 onwards it's easier to use <<servlet-component,Servlet>> in -Spring web applications. See link:servlet-tomcat-example.html[Servlet -Tomcat Example] for details. +Spring web applications. See +<<ServletTomcatExample-ServletTomcatExample,Servlet Tomcat Example>> for details. In this sample, we define a route that exposes a HTTP service at http://localhost:8080/camel/services/hello. @@ -289,7 +289,7 @@ address: `("http://localhost:8080/camel/services") + RELATIVE_PATH("/hello")` ==== Sample when using Spring 3.x -See link:servlet-tomcat-example.html[Servlet Tomcat Example]. +See <<ServletTomcatExample-ServletTomcatExample,,Servlet Tomcat Example>>. ==== Sample when using Spring 2.x @@ -493,7 +493,7 @@ The automatic mapping of the Camel servlet can also be disabled. * Endpoint * Getting Started -* Servlet Tomcat Example +* <<ServletTomcatExample-ServletTomcatExample,Servlet Tomcat Example>> * link:servlet-tomcat-no-spring-example.html[Servlet Tomcat No Spring Example] * <<http-component,HTTP>>