Repository: camel Updated Branches: refs/heads/master 418c2e366 -> 4aa1d392b
CAMEL-9458 Added note about installing camel-ignite Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4aa1d392 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4aa1d392 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4aa1d392 Branch: refs/heads/master Commit: 4aa1d392b2d91204a483ea355005d493fd7a9e2c Parents: 418c2e3 Author: John D. Ament <[email protected]> Authored: Sun Feb 21 10:03:52 2016 -0500 Committer: John D. Ament <[email protected]> Committed: Sun Feb 21 10:03:52 2016 -0500 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/4aa1d392/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 e28cfd9..f1b6a8e 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -714,6 +714,7 @@ <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> <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>
