Mark conflicts between package imports and bootdelegation
---------------------------------------------------------
Key: SLING-148
URL: https://issues.apache.org/jira/browse/SLING-148
Project: Sling
Issue Type: Improvement
Components: Console
Reporter: Felix Meschberger
Fix For: 2.0.0
Currently the Sling Console lists the packages exported and imported for each
bundle on request. In case of a package listed in the
org.osgi.framework.bootdelegation property such wiring is actually ignored and
the parent class loader is used. This situation might be confusing as the
results may be unexpected.
To help in solving possible issues with this problem, wired imports which match
any entry in the bootdelegation property should be marked to indicate that
respective packages will be loaded from the parent class loader and not from
the wired import.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.