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/19 10:55:24 UTC

camel git commit: clearly state camel-rx only run with SUN JVM in features.xml (cherry picked from commit dcbb9fe4a066bb93b64156778947480393e7f3ea)

Repository: camel
Updated Branches:
  refs/heads/camel-2.15.x 62b53d0b7 -> 273b4756f


clearly state camel-rx only run with SUN JVM in features.xml
(cherry picked from commit dcbb9fe4a066bb93b64156778947480393e7f3ea)


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

Branch: refs/heads/camel-2.15.x
Commit: 273b4756fbb38d390f614a0f795214bc0fe0a004
Parents: 62b53d0
Author: Freeman Fang <fr...@gmail.com>
Authored: Thu Mar 19 17:54:15 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Thu Mar 19 17:55:12 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/273b4756/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 4947447..886c4aa 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1159,6 +1159,7 @@
     <bundle dependency='true'>mvn:org.jruby/jruby-complete/${jruby-version}</bundle>
   </feature>
   <feature name='camel-rx' version='${project.version}' start-level='50'>
+    <details>The camel-rx feature can only run on a SUN JVM. You need to add the package sun.misc to the java platform packages in the etc/jre.properties file.</details>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:io.reactivex/rxjava/${rxjava-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-rx/${project.version}</bundle>