Felix Meschberger created SLING-2569: ----------------------------------------
Summary: Don't install bundles under certain circumstances Key: SLING-2569 URL: https://issues.apache.org/jira/browse/SLING-2569 Project: Sling Issue Type: New Feature Components: Installer Affects Versions: Installer Core 3.3.8 Reporter: Felix Meschberger Currently bundles are always installed or updated by the OSGi Installer's BundleInstallTask. This should be changed to take certain bundle manifest headers into account: * The Bundle-RequiredExecutionEnvironment header should be respected * The new Bundle-Requirement headers should be respected Support for the first header is available on all framework while the second header can only be supported by newer platforms. The implementation should support both options if supported by the platform and fall back to the first if the second is not supported. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira