You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/11/10 09:07:34 UTC

[2/2] camel git commit: Added detail to camel-spark-rest Karaf feature

Added detail to camel-spark-rest Karaf feature


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

Branch: refs/heads/master
Commit: 1523389427978b14fd8d72b850ec599f602774ba
Parents: cfd17d9
Author: Andrea Cosentino <an...@gmail.com>
Authored: Thu Nov 10 09:42:08 2016 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Thu Nov 10 09:42:08 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/camel/blob/15233894/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 3d1f708..17b4b9e 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1630,6 +1630,7 @@
     <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>
     <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>