You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (Jira)" <ji...@apache.org> on 2020/09/26 02:32:00 UTC

[jira] [Closed] (JCLOUDS-85) Avoid creating uneeded instance of PropertyShellTableFactory

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

Andrew Gaul closed JCLOUDS-85.
------------------------------
    Resolution: Won't Fix

The Karaf project now maintains the jclouds bindings; please open an issue there.

> Avoid creating uneeded instance of PropertyShellTableFactory
> ------------------------------------------------------------
>
>                 Key: JCLOUDS-85
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-85
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-karaf
>    Affects Versions: 1.5.10, 1.6.1, 1.7.0
>            Reporter: Ioannis Canellos
>            Priority: Major
>
> The story here is that we have 2 versions of the ShellTableFactory:
> i) OSGi aware
> ii) Property based
> Our commands always instantiate (ii) and may replace it with (i) when running inside OSGi.
> We should make sure that we instantiate (ii) only if no injection takes place (e.g. outside OSGi)
> This could be as simple as checking if the factory is null inside the doExecute method and then instantiating (ii).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)