You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/01/06 10:35:59 UTC

[sling-org-apache-sling-starter] branch feature/SLING-9824 created (now 6db781d)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch feature/SLING-9824
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git.


      at 6db781d  SLING-9824 - sun.misc.Unsafe accessible in Sling Starter 12

This branch includes the following new commits:

     new 6db781d  SLING-9824 - sun.misc.Unsafe accessible in Sling Starter 12

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-org-apache-sling-starter] 01/01: SLING-9824 - sun.misc.Unsafe accessible in Sling Starter 12

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch feature/SLING-9824
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git

commit 6db781dc50c15714c6431c28f8ece5eebae0b24c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Jan 6 11:35:12 2021 +0100

    SLING-9824 - sun.misc.Unsafe accessible in Sling Starter 12
    
    Bootdelegate some commonly needed packages.
---
 src/main/features/boot.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 58925ad..a00ee30 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -139,6 +139,7 @@
         "repository.home":"${sling.home}/repository",
         "sling.jre.java.xml":",javax.xml;version=\"2.1.0\",javax.xml.datatype;uses:=\"javax.xml.namespace\";version=\"2.1.0\",javax.xml.namespace;version=\"2.1.0\",javax.xml.parsers;uses:=\"javax.xml.validation,org.w3c.dom,org.xml.sax,org.xml.sax.helpers\";version=\"2.1.0\",javax.xml.stream;uses:=\"javax.xml.namespace,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform\";version=\"1.0.0\",javax.xml.stream.events;uses:=\"javax.xml.namespace,javax.xml.stream\";version=\"1.0.0 [...]
         "felix.systempackages.calculate.uses":"true",
+        "org.osgi.framework.bootdelegation": "sun.*,com.sun.*,jdk.internal.reflect,jdk.internal.reflect.*",
         "org.osgi.framework.system.packages":"org.osgi.framework;version=\"1.9\",org.osgi.framework.dto;version=\"1.8\";uses:=\"org.osgi.dto\",org.osgi.framework.hooks.bundle;version=\"1.1\";uses:=\"org.osgi.framework\",org.osgi.framework.hooks.resolver;version=\"1.0\";uses:=\"org.osgi.framework.wiring\",org.osgi.framework.hooks.service;version=\"1.1\";uses:=\"org.osgi.framework\",org.osgi.framework.hooks.weaving;version=\"1.1\";uses:=\"org.osgi.framework.wiring\",org.osgi.framework.laun [...]
         "felix.systempackages.substitution":"true",
         "sling.jre-jpms":"{dollar}{felix.jpms.java.base}{dollar}{felix.jpms.java.compiler}{dollar}{felix.jpms.java.datatransfer}{dollar}{felix.jpms.java.desktop}{dollar}{felix.jpms.java.instrument}{dollar}{felix.jpms.java.logging}{dollar}{felix.jpms.java.management}{dollar}{felix.jpms.java.management.rmi}{dollar}{felix.jpms.java.naming}{dollar}{felix.jpms.java.net.http}{dollar}{felix.jpms.java.prefs}{dollar}{felix.jpms.java.rmi}{dollar}{felix.jpms.java.scripting}{dollar}{felix.jpms.java. [...]