This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 671d1a4 testcontainers(-spring).adoc: minimal improvement 671d1a4 is described below commit 671d1a44f0c180fdc31b3fdd666064fda1588d21 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Wed Aug 1 20:39:21 2018 +0200 testcontainers(-spring).adoc: minimal improvement --- .../src/main/docs/testcontainers-spring.adoc | 2 +- components/camel-testcontainers/src/main/docs/testcontainers.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc b/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc index 369c05d..ad3f9b9 100644 --- a/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc +++ b/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc @@ -2,7 +2,7 @@ *Available since 2.22.0* -Testing camel components is sometime complex because the t3th party system a component interacts with does not provide testing facilities and/or is only available as native application and 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 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. 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/components/camel-testcontainers/src/main/docs/testcontainers.adoc b/components/camel-testcontainers/src/main/docs/testcontainers.adoc index 41067ac..a2a1ba0 100644 --- a/components/camel-testcontainers/src/main/docs/testcontainers.adoc +++ b/components/camel-testcontainers/src/main/docs/testcontainers.adoc @@ -2,7 +2,7 @@ *Available since 2.22.0* -Testing camel components is sometime complex because the t3th party system a component interacts with does not provide testing facilities and/or is only available as native application and 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 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. In order to define leverage testcontainers, add the following dependency to your pom: