You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Valentin Valchev (JIRA)" <ji...@apache.org> on 2010/02/23 14:54:28 UTC

[jira] Created: (FELIX-2124) remove internal usage of deprecated Action interface

remove internal usage of deprecated Action interface
----------------------------------------------------

                 Key: FELIX-2124
                 URL: https://issues.apache.org/jira/browse/FELIX-2124
             Project: Felix
          Issue Type: Bug
          Components: Web Console
            Reporter: Valentin Valchev


The Action interface is deprecated and currently causes problems with logging, because Actions are generally not servlets.

So it's better to remove the usage of actions at least internally. The attached patch removes start level & gc actions used in VMStat. The action code goes into VMStat.doPost() method.

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


[jira] Resolved: (FELIX-2124) remove internal usage of deprecated Action interface

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

Felix Meschberger resolved FELIX-2124.
--------------------------------------

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

Thanks for providing this patch which I applied in Rev. 918435.

This leaves a single implementation of the interface in the Web Console itself. The Action interface has been deprecated for quite some time now and I think it is about time to remove it (The sibbling interface Render has already been removed earlier).

> remove internal usage of deprecated Action interface
> ----------------------------------------------------
>
>                 Key: FELIX-2124
>                 URL: https://issues.apache.org/jira/browse/FELIX-2124
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>         Attachments: remove_startlevel_gc_actions.patch
>
>
> The Action interface is deprecated and currently causes problems with logging, because Actions are generally not servlets.
> So it's better to remove the usage of actions at least internally. The attached patch removes start level & gc actions used in VMStat. The action code goes into VMStat.doPost() method.

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


[jira] Updated: (FELIX-2124) remove internal usage of deprecated Action interface

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

Valentin Valchev updated FELIX-2124:
------------------------------------

    Attachment: remove_startlevel_gc_actions.patch

> remove internal usage of deprecated Action interface
> ----------------------------------------------------
>
>                 Key: FELIX-2124
>                 URL: https://issues.apache.org/jira/browse/FELIX-2124
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Valentin Valchev
>         Attachments: remove_startlevel_gc_actions.patch
>
>
> The Action interface is deprecated and currently causes problems with logging, because Actions are generally not servlets.
> So it's better to remove the usage of actions at least internally. The attached patch removes start level & gc actions used in VMStat. The action code goes into VMStat.doPost() method.

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


[jira] Closed: (FELIX-2124) remove internal usage of deprecated Action interface

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

Carsten Ziegeler closed FELIX-2124.
-----------------------------------


> remove internal usage of deprecated Action interface
> ----------------------------------------------------
>
>                 Key: FELIX-2124
>                 URL: https://issues.apache.org/jira/browse/FELIX-2124
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>             Fix For: webconsole-3.0.0
>
>         Attachments: remove_startlevel_gc_actions.patch
>
>
> The Action interface is deprecated and currently causes problems with logging, because Actions are generally not servlets.
> So it's better to remove the usage of actions at least internally. The attached patch removes start level & gc actions used in VMStat. The action code goes into VMStat.doPost() method.

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