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 f0baf53 Regen website docs f0baf53 is described below commit f0baf53da0cc71165abb1e6687fd1ddd8a6e372a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 26 16:21:53 2020 +0200 Regen website docs --- docs/components/modules/others/pages/testcontainers-spring-junit5.adoc | 2 +- docs/components/modules/others/pages/testcontainers-spring.adoc | 2 +- docs/components/modules/others/pages/testcontainers.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/modules/others/pages/testcontainers-spring-junit5.adoc b/docs/components/modules/others/pages/testcontainers-spring-junit5.adoc index 870ebbe..3449d05 100644 --- a/docs/components/modules/others/pages/testcontainers-spring-junit5.adoc +++ b/docs/components/modules/others/pages/testcontainers-spring-junit5.adoc @@ -10,7 +10,7 @@ *Since Camel {since}* -Testing camel components is sometime complex because the 3th party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers Spring JUnit 5* extends camel spring test support providing a way to create and interact with containerized applications. +Testing camel components is sometime complex because the 3rd party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers Spring JUnit 5* extends camel spring test support providing a way to create and interact with containerized applications. This module is an extension to the camel-testcontainers-junit5 component to add support for Spring. Therefore see the documentation for testcontainers for more details. diff --git a/docs/components/modules/others/pages/testcontainers-spring.adoc b/docs/components/modules/others/pages/testcontainers-spring.adoc index ea1acc5..53ceee5 100644 --- a/docs/components/modules/others/pages/testcontainers-spring.adoc +++ b/docs/components/modules/others/pages/testcontainers-spring.adoc @@ -10,7 +10,7 @@ *Since Camel {since}* -Testing camel components is sometime complex because the 3th party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers Spring* extends camel spring test support providing a way to create and interact with containerized applications. +Testing camel components is sometime complex because the 3rd party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers Spring* extends camel spring test support providing a way to create and interact with containerized applications. This module is an extension to the camel-testcontainers component to add support for Spring. Therefore see the documentation for testcontainers for more details. diff --git a/docs/components/modules/others/pages/testcontainers.adoc b/docs/components/modules/others/pages/testcontainers.adoc index cc9b260..b9e3b18 100644 --- a/docs/components/modules/others/pages/testcontainers.adoc +++ b/docs/components/modules/others/pages/testcontainers.adoc @@ -10,7 +10,7 @@ *Since Camel {since}* -Testing camel components is sometime complex because the 3th party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers* extends standard camel test support providing a way to create and interact with containerized applications. +Testing camel components is sometime complex because the 3rd party system a component interacts with does not provide testing facilities and/or is only available as a native application. To reduce this complexity, *Camel Testcontainers* extends standard camel test support providing a way to create and interact with containerized applications. In order to define leverage testcontainers, add the following dependency to your pom: