Repository: camel Updated Branches: refs/heads/master 81f7515e5 -> 69df7d388
Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/69df7d38 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/69df7d38 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/69df7d38 Branch: refs/heads/master Commit: 69df7d388b2c32482c32b4271e4b7e2a4ac6f2ac Parents: 81f7515 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Apr 13 11:00:46 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Apr 13 11:00:46 2017 +0200 ---------------------------------------------------------------------- components/camel-spring-dm/src/main/docs/spring-dm.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/69df7d38/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 new file mode 100644 index 0000000..d949b42 --- /dev/null +++ b/components/camel-spring-dm/src/main/docs/spring-dm.adoc @@ -0,0 +1,8 @@ +## Spring DM + +*deprecated* + +Spring Dynamic Modules for OSGi allows to use Spring XML files in OSGi containers such as Apache Karaf. + +However Spring DM is EOL and its highly recommended not to use. +Use OSGi Blueprint instead which you can find in the `camel-blueprint` component.