[Framework] Resolver treats multiple exports of same package as conflicting for
fragment imports
------------------------------------------------------------------------------------------------
Key: FELIX-2717
URL: https://issues.apache.org/jira/browse/FELIX-2717
Project: Felix
Issue Type: Bug
Affects Versions: framework-3.0.6
Reporter: Richard S. Hall
Fix For: framework-3.2.0
If multiple fragments attached to a given host import the same package and are
resolved to different exports of some module exporting the package more than
once, then the resolver treats this as a conflict and doesn't allow both
fragments to attach. This is technically not a conflict, since the module is
masquerading a single set of byte code as two capabilities, which means that
the capabilities are compatible with each other. The resolver should check the
source module identity and not the capability identity.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.