Repository: camel
Updated Branches:
  refs/heads/master c6973a975 -> 86a052d31


CAMEL-11859: Deprecate camel-spark-rest as it does not play well in OSGi


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

Branch: refs/heads/master
Commit: 86a052d31a447513bd30fbbbed05b0c409fa3366
Parents: c6973a9
Author: Claus Ibsen <davscl...@apache.org>
Authored: Wed Sep 27 19:16:14 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Sep 27 19:16:14 2017 +0200

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/86a052d3/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 d7e93b1..2748419 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1898,7 +1898,10 @@
     <bundle>mvn:org.apache.camel/camel-solr/${project.version}</bundle>
   </feature>
   <feature name='camel-spark-rest' version='${project.version}' 
resolver='(obr)' start-level='50'>
-    <details>This feature requires sun.reflect package, you'll need to add it 
to your container. In Karaf you can do this by adding sun.reflect in the JDK8 
section of etc/jre.properties file</details>
+    <details>camel-spark-rest is deprecated in OSGi, use camel-servlet or 
camel-jetty instead.
+      This feature requires sun.reflect package, you'll need to add it to your 
container. In Karaf you can do this by
+      adding sun.reflect in the JDK8 section of etc/jre.properties file
+    </details>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${project.version}'>camel-jetty9</feature>
     <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.sparkjava-core/${spark-rest-bundle-version}</bundle>

Reply via email to