Updated Branches: refs/heads/master 09211722e -> c352b4251
Added the missing export of 'sun.misc' package in jre-1.7 for camel-disruptor. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c352b425 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c352b425 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c352b425 Branch: refs/heads/master Commit: c352b42512eaf734d2d9581447144f35e19fafd3 Parents: 0921172 Author: Babak Vahdat <bvah...@apache.org> Authored: Thu Nov 28 09:51:36 2013 +0100 Committer: Babak Vahdat <bvah...@apache.org> Committed: Thu Nov 28 09:51:36 2013 +0100 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/config.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c352b425/platforms/karaf/features/src/main/resources/config.properties ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/config.properties b/platforms/karaf/features/src/main/resources/config.properties index 87673ab..7875d6a 100755 --- a/platforms/karaf/features/src/main/resources/config.properties +++ b/platforms/karaf/features/src/main/resources/config.properties @@ -212,6 +212,8 @@ jre-1.6= \ # Standard package set. Note that: # - javax.transaction* is exported with a mandatory attribute +# - sun.misc is exported because of the camel-disruptor feature (see the <details> of it inside features.xml) +# - com.sun.tools.xjc is exported because of the camel-optaplanner feature (see the <details> of it inside features.xml) jre-1.7= \ com.sun.tools.xjc, \ javax.accessibility, \ @@ -372,7 +374,8 @@ jre-1.7= \ org.w3c.dom.xpath, \ org.xml.sax, \ org.xml.sax.ext, \ - org.xml.sax.helpers + org.xml.sax.helpers, \ + sun.misc jre-1.8= \ javax.accessibility, \