Hi, Currently in https://github.com/apache/sling-org-apache-sling-starter/blob/5f44b7f6c6b75e4cfd5574fb701c3e7eca8405ef/src/main/provisioning/launchpad.txt#L26 the default property "org.osgi.framework.system.packages" from https://github.com/apache/felix-dev/blob/master/framework/src/main/resources/default.properties is completely overwritten. That leads to the fact that e.g. javax.activation is not exported among several others. Why is that?
Isn't there a better way to prevent individual packages from getting exported instead of duplicated the package list from Felix and just removing some of those? Maintaining such a list in Sling seems overly complex (especially if differences are so hard to spot). But maybe I am just missing something.... WDYT? Konrad