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
The following commit(s) were added to refs/heads/master by this push: new cdb6342 Regen cdb6342 is described below commit cdb6342f004294caf63e59b752a008287644d0d9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Oct 13 07:03:01 2019 +0200 Regen --- components/camel-restlet/src/main/docs/restlet-component.adoc | 2 ++ components/readme.adoc | 4 ++-- docs/components/modules/ROOT/nav.adoc | 2 +- docs/components/modules/ROOT/pages/restlet-component.adoc | 8 +++++--- docs/components/modules/ROOT/pages/testcontainers-junit5.adoc | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/components/camel-restlet/src/main/docs/restlet-component.adoc b/components/camel-restlet/src/main/docs/restlet-component.adoc index 5a79f0a..dd0e0f1 100644 --- a/components/camel-restlet/src/main/docs/restlet-component.adoc +++ b/components/camel-restlet/src/main/docs/restlet-component.adoc @@ -1,6 +1,8 @@ +[[restlet-component]] = Restlet Component (deprecated) *Available as of Camel version 2.0* + *Available as of Camel version 2.0* diff --git a/components/readme.adoc b/components/readme.adoc index 12fb7a7..9da5f56 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -1,7 +1,7 @@ = Components // components: START -Number of Components: 300 in 238 JAR artifacts (0 deprecated) +Number of Components: 300 in 238 JAR artifacts (1 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -710,7 +710,7 @@ Number of Components: 300 in 238 JAR artifacts (0 deprecated) `rest-swagger:specificationUri#operationId` | 2.19 | An awesome REST endpoint backed by Swagger specifications. | link:camel-restlet/src/main/docs/restlet-component.adoc[Restlet] (camel-restlet) + -`restlet:protocol:host:port/uriPattern` | 2.0 | Component for consuming and producing Restful resources using Restlet. +`restlet:protocol:host:port/uriPattern` | 2.0 | *deprecated* Component for consuming and producing Restful resources using Restlet. | link:camel-robotframework/src/main/docs/robotframework-component.adoc[Robot Framework] (camel-robotframework) + `robotframework:resourceUri` | 3.0 | Represents a RobotFramework endpoint. diff --git a/docs/components/modules/ROOT/nav.adoc b/docs/components/modules/ROOT/nav.adoc index 3fa4cb9..b6f851c 100644 --- a/docs/components/modules/ROOT/nav.adoc +++ b/docs/components/modules/ROOT/nav.adoc @@ -287,7 +287,7 @@ * xref:rest-swagger-component.adoc[REST Swagger Component] * xref:rest-api-component.adoc[REST API Component] * xref:rest-component.adoc[REST Component] -* xref:restlet-component.adoc[Restlet Component] +* xref:restlet-component.adoc[Restlet Component (deprecated)] * xref:ribbon.adoc[Ribbon Component] * xref:robotframework-component.adoc[Robot Framework Component] * xref:rss-component.adoc[RSS Component] diff --git a/docs/components/modules/ROOT/pages/restlet-component.adoc b/docs/components/modules/ROOT/pages/restlet-component.adoc index e2c012b..9406943 100644 --- a/docs/components/modules/ROOT/pages/restlet-component.adoc +++ b/docs/components/modules/ROOT/pages/restlet-component.adoc @@ -1,9 +1,12 @@ [[restlet-component]] -= Restlet Component += Restlet Component (deprecated) :page-source: components/camel-restlet/src/main/docs/restlet-component.adoc *Available as of Camel version 2.0* +*Available as of Camel version 2.0* + + The Restlet component provides http://www.restlet.org[Restlet] based endpoints for consuming and producing RESTful resources. @@ -431,5 +434,4 @@ well: <name>Public online Restlet repository</name> <url>https://maven.restlet.com</url> </repository> ----- - +---- \ No newline at end of file diff --git a/docs/components/modules/ROOT/pages/testcontainers-junit5.adoc b/docs/components/modules/ROOT/pages/testcontainers-junit5.adoc index 3d6e7e6..b8d7d43 100644 --- a/docs/components/modules/ROOT/pages/testcontainers-junit5.adoc +++ b/docs/components/modules/ROOT/pages/testcontainers-junit5.adoc @@ -86,7 +86,7 @@ Camel Testcontainer provides a PropertiesFunction implementation that can be use ---- public class MyTest extends ContainerAwareTestSupport { @Test - public void testPropertyPlaceholders() throws Exception { + public void testPropertyPlaceholders() { GenericContainer<?> container = getContainer("myconsul"); String host = context.resolvePropertyPlaceholders("{{container:host:myconsul}}");