You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2010/12/22 15:55:00 UTC

[jira] Closed: (FELIX-2736) [Framework] Resolver is not correctly verifying package space consistency for dynamic imports

     [ https://issues.apache.org/jira/browse/FELIX-2736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-2736.
----------------------------------

    Resolution: Fixed
      Assignee: Richard S. Hall

Committed a patch.

> [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
>            Assignee: 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.