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:56 UTC

[camel] 01/02: Component docs

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.
+