Description
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.