[Framework] Resolver is not correctly verifying package space consistency for
dynamic imports
---------------------------------------------------------------------------------------------
Key: FELIX-2736
URL: https://issues.apache.org/jira/browse/FELIX-2736
Project: Felix
Issue Type: Bug
Components: Framework, Specification compliance
Affects Versions: framework-3.0.6
Reporter: Richard S. Hall
Fix For: framework-3.2.0
As part of an optimization to avoid unnecessarily verifying the package space
of already resolved bundles, the resolver is also not verifying the package
space of bundles performing a dynamic import. The resolver assumes all resolved
bundles are consistent, which includes dynamically importing bundles. However,
since we are adding an import to the package space of the dynamically importing
bundle, we need to special case that situation and re-verify its package space
consistency.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.