Repository: camel
Updated Branches:
  refs/heads/master 69df7d388 -> be222a503


Component docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/be222a50
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/be222a50
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/be222a50

Branch: refs/heads/master
Commit: be222a503131e06bd1a605d9a7b75b72a1de3b27
Parents: 69df7d3
Author: Claus Ibsen <davscl...@apache.org>
Authored: Thu Apr 13 11:14:53 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Thu Apr 13 11:14:53 2017 +0200

----------------------------------------------------------------------
 components/camel-spring-dm/src/main/docs/spring-dm.adoc   |  4 +---
 components/camel-test-karaf/src/main/docs/test-karaf.adoc | 10 ++++++++++
 .../camel-test-spring/src/main/docs/test-spring.adoc      |  8 ++++++++
 components/camel-testng/src/main/docs/testng.adoc         |  7 +++++++
 4 files changed, 26 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/be222a50/components/camel-spring-dm/src/main/docs/spring-dm.adoc
----------------------------------------------------------------------
diff --git a/components/camel-spring-dm/src/main/docs/spring-dm.adoc 
b/components/camel-spring-dm/src/main/docs/spring-dm.adoc
index d949b42..0144664 100644
--- a/components/camel-spring-dm/src/main/docs/spring-dm.adoc
+++ b/components/camel-spring-dm/src/main/docs/spring-dm.adoc
@@ -1,6 +1,4 @@
-## Spring DM
-
-*deprecated*
+## Spring DM (deprecated)
 
 Spring Dynamic Modules for OSGi allows to use Spring XML files in OSGi 
containers such as Apache Karaf.
 

http://git-wip-us.apache.org/repos/asf/camel/blob/be222a50/components/camel-test-karaf/src/main/docs/test-karaf.adoc
----------------------------------------------------------------------
diff --git a/components/camel-test-karaf/src/main/docs/test-karaf.adoc 
b/components/camel-test-karaf/src/main/docs/test-karaf.adoc
new file mode 100644
index 0000000..fcb5ec7
--- /dev/null
+++ b/components/camel-test-karaf/src/main/docs/test-karaf.adoc
@@ -0,0 +1,10 @@
+## Test Karaf
+
+*Available since Camel 2.18*
+
+Camel testing using Apache Karaf with Pax-Exam.
+
+This component allows to perform integration testing by running Karaf 
containers using Pax-Exam.
+
+The component is in development and needs some more polish to be ready.
+In addition there is also need for documentation.

http://git-wip-us.apache.org/repos/asf/camel/blob/be222a50/components/camel-test-spring/src/main/docs/test-spring.adoc
----------------------------------------------------------------------
diff --git a/components/camel-test-spring/src/main/docs/test-spring.adoc 
b/components/camel-test-spring/src/main/docs/test-spring.adoc
new file mode 100644
index 0000000..daf59bf
--- /dev/null
+++ b/components/camel-test-spring/src/main/docs/test-spring.adoc
@@ -0,0 +1,8 @@
+## Test Spring
+
+*Available since 2.10*
+
+Allows to test Camel with Spring applications such as Spring XML files or 
Spring-Boot.
+
+The documentation needs to be updated but you can look at the old online 
documentation at:
+ 
http://camel.apache.org/spring-testing.html[http://camel.apache.org/spring-testing.html]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/be222a50/components/camel-testng/src/main/docs/testng.adoc
----------------------------------------------------------------------
diff --git a/components/camel-testng/src/main/docs/testng.adoc 
b/components/camel-testng/src/main/docs/testng.adoc
new file mode 100644
index 0000000..607061d
--- /dev/null
+++ b/components/camel-testng/src/main/docs/testng.adoc
@@ -0,0 +1,7 @@
+## TestNG (deprecated)
+
+*Available since Camel 2.8*
+
+Camel testing using TestNG.
+
+This component has been deprecated and we recommend using `camel-test` instead 
which is using JUnit.

Reply via email to