You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2008/08/07 16:09:44 UTC

[jira] Created: (GERONIMODEVTOOLS-465) The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'

The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'
---------------------------------------------------------------------------

                 Key: GERONIMODEVTOOLS-465
                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-465
             Project: Geronimo-Devtools
          Issue Type: Improvement
          Components: eclipse-plugin
    Affects Versions: 2.1.2
            Reporter: Jacek Laskowski
            Assignee: Tim McConnell


MANIFEST.MF from org.apache.geronimo.st.core plugin (and possibly others) uses Eclipse-LazyStart which is deprecated and OSGi's 'Bundle-ActivationPolicy' is recommended.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMODEVTOOLS-465) The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'

Posted by "Tim McConnell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim McConnell resolved GERONIMODEVTOOLS-465.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.3

Applied at r688862 -- Thanks BJ for the patch !!

> The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-465
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-465
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: 2.1.2
>            Reporter: Jacek Laskowski
>            Assignee: Tim McConnell
>             Fix For: 2.1.3
>
>         Attachments: GERONIMODEVTOOLS-465.patch
>
>
> MANIFEST.MF from org.apache.geronimo.st.core plugin (and possibly others) uses Eclipse-LazyStart which is deprecated and OSGi's 'Bundle-ActivationPolicy' is recommended.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMODEVTOOLS-465) The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'

Posted by "B.J. Reed (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

B.J. Reed updated GERONIMODEVTOOLS-465:
---------------------------------------

    Attachment: GERONIMODEVTOOLS-465.patch

Searched through the GEP plugins, found about 8 places with the deprecated line.  This patch should resolve those warnings.

> The 'Eclipse-LazyStart' header is deprecated, use 'Bundle-ActivationPolicy'
> ---------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-465
>                 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-465
>             Project: Geronimo-Devtools
>          Issue Type: Improvement
>          Components: eclipse-plugin
>    Affects Versions: 2.1.2
>            Reporter: Jacek Laskowski
>            Assignee: Tim McConnell
>         Attachments: GERONIMODEVTOOLS-465.patch
>
>
> MANIFEST.MF from org.apache.geronimo.st.core plugin (and possibly others) uses Eclipse-LazyStart which is deprecated and OSGi's 'Bundle-ActivationPolicy' is recommended.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.