You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2015/03/24 05:29:18 UTC

camel git commit: add a detail message for camel-jetty9 feature to clearly state it only works in the karaf container which support jetty9 (cherry picked from commit 04259aa594be325c0dd1995c8eb20d8ae69b9ed6)

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x fdc45ad77 -> db0689c41


add a detail message for camel-jetty9 feature to clearly state it only works in the karaf container which support jetty9
(cherry picked from commit 04259aa594be325c0dd1995c8eb20d8ae69b9ed6)


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

Branch: refs/heads/camel-2.15.x
Commit: db0689c41f237169ea19c8bffccd1827048e7a8a
Parents: fdc45ad
Author: Freeman Fang <fr...@gmail.com>
Authored: Tue Mar 24 12:26:57 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Tue Mar 24 12:29:06 2015 +0800

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/db0689c4/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 482aee1..eccdb34 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -758,6 +758,7 @@
     <bundle>mvn:org.apache.camel/camel-jetty8/${project.version}</bundle>
   </feature>
   <feature name='camel-jetty9' version='${project.version}' resolver='(obr)' start-level='50'>
+    <details>camel-jetty9 intend to work with jetty9, so this feature only works in the karaf container which support jetty9, e.g. karaf 4.x</details>
     <feature>jetty</feature>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${project.version}'>camel-http</feature>