You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/19 13:55:30 UTC

[jira] [Resolved] (FELIX-2117) Use DynamicImport instead of Optional Packages

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

Felix Meschberger resolved FELIX-2117.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-3.2.0
         Assignee: Felix Meschberger

DS and OBR plugins have been split into separate bundles.
Remaining static dependencies are reduced in Rev. 1220723:
  - Import most Compendium services dynamically
    (still require Http, Startlevel, and PackageAdmin)
  - Embed Metatype service package and import optionally
    (allows to synthesize descriptors but still use imported
    package if available)
  - Make sure existing factory configurations are displayed even
    in the absence of a Metatype service
                
> Use DynamicImport instead of Optional Packages
> ----------------------------------------------
>
>                 Key: FELIX-2117
>                 URL: https://issues.apache.org/jira/browse/FELIX-2117
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.2.0
>
>
> Currently the web console uses optional packages for some plugins.
> Unfortunately an 'optional' import is wired when the bundle is resolved.
> DynamicImport however is wired when the package is accessed.
> This means, that currently, you 
> - install webconsole
> - install scr
> = scr plugin is not available
> - resolve webconsole (again)
> = scr plugin is available after 1 additional step
> However if DynamicImport is used, the SCR plugin will become available immediately after it is being installed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira