You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/07/31 06:23:55 UTC

[camel] branch master updated (a39e39d -> e29dd91)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from a39e39d  Component docs
     new 05632f2  Component docs
     new e29dd91  Polished

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-testcontainers-spring/pom.xml                   | 2 +-
 .../src/main/docs/testcontainers-spring.adoc                     | 9 +++++++++
 components/readme.adoc                                           | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
 create mode 100644 components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc


[camel] 02/02: Polished

Posted by da...@apache.org.
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

commit e29dd9197e2430898b09444c9c4d473db57d656a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 31 08:23:47 2018 +0200

    Polished
---
 components/camel-testcontainers-spring/pom.xml | 2 +-
 components/readme.adoc                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-testcontainers-spring/pom.xml b/components/camel-testcontainers-spring/pom.xml
index 9be4a41..ceb0f51 100644
--- a/components/camel-testcontainers-spring/pom.xml
+++ b/components/camel-testcontainers-spring/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-testcontainers-spring</artifactId>
     <packaging>jar</packaging>
     <name>Camel :: Testcontainers :: Spring</name>
-    <description>Camel unit testing with Spring and  testcontainers</description>
+    <description>Camel unit testing with Spring and testcontainers</description>
 
     <properties>
         <!-- use by camel-catalog -->
diff --git a/components/readme.adoc b/components/readme.adoc
index 347d1d9..0e95827 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1173,7 +1173,7 @@ Number of Miscellaneous Components: 44 in 44 JAR artifacts (13 deprecated)
 
 | link:camel-testcontainers/src/main/docs/testcontainers.adoc[Testcontainers] (camel-testcontainers) | 2.22 | Camel support for testcontainers
 
-| link:camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc[Testcontainers Spring] (camel-testcontainers-spring) | 2.22 | Camel unit testing with Spring and  testcontainers
+| link:camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc[Testcontainers Spring] (camel-testcontainers-spring) | 2.22 | Camel unit testing with Spring and testcontainers
 
 | link:camel-testng/src/main/docs/testng.adoc[TestNG] (camel-testng) | 2.8 | *deprecated* Camel unit testing with TestNG
 


[camel] 01/02: Component docs

Posted by da...@apache.org.
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

commit 05632f2de46f65de74c50a8a7e8f6a034031b29a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jul 31 08:22:13 2018 +0200

    Component docs
---
 .../src/main/docs/testcontainers-spring.adoc                     | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc b/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc
new file mode 100644
index 0000000..369c05d
--- /dev/null
+++ b/components/camel-testcontainers-spring/src/main/docs/testcontainers-spring.adoc
@@ -0,0 +1,9 @@
+== Testcontainers Spring
+
+*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.
+
+This module is an extension to the camel-testcontainers component to add support for Spring.
+Therefore see the documentation for testcontainers for more details.
+