Repository: camel
Updated Branches:
  refs/heads/master 4aa1d392b -> 9ede6a24b


CAMEL-9458 Add details in camel-ignite Karaf feature (displayed with 
feature:info).


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

Branch: refs/heads/master
Commit: 9ede6a24be919c8ea437e500ac87754c43c04ac9
Parents: 4aa1d39
Author: Raul Kripalani <ra...@apache.org>
Authored: Sun Feb 21 20:20:18 2016 +0000
Committer: Raul Kripalani <ra...@apache.org>
Committed: Sun Feb 21 20:20:18 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/camel/blob/9ede6a24/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 f1b6a8e..160fc3c 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -714,7 +714,15 @@
     <bundle>mvn:org.apache.camel/camel-ibatis/${project.version}</bundle>
   </feature>
   <feature name='camel-ignite' version='${project.version}' resolver='(obr)' 
start-level='50'>
-    <details>The camel-ignite feature can only run on a SUN JVM. You need to 
add the package sun.nio.ch to the java platform packages in the 
etc/jre.properties file.</details>
+    <details>
+        <![CDATA[For performance reasons, Apache Ignite requires a JRE with 
the sun.nio.ch low-level package.
+
+        You need to add this package to the list of packages exported by the 
system bundle in the etc/jre.properties file.
+
+        Additionally, you must provision the Ignite Karaf features repository 
in your container: mvn:org.apache.ignite/ignite-osgi-karaf/${ignite-version}.
+        
+        Please refer to the component page 
(https://camel.apache.org/ignite.html) and to the Ignite docs 
(https://apacheignite.readme.io/docs/osgi-installation-in-karaf#preparatory-steps)
 for more information.]]>
+    </details>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${ignite-version-range}'>ignite-core</feature>
     <bundle>mvn:org.apache.camel/camel-ignite/${project.version}</bundle>

Reply via email to