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/03/13 11:42:27 UTC

[jira] Created: (FELIX-2199) Extract Configuration Printers as top-level classes.

Extract Configuration Printers as top-level classes.
----------------------------------------------------

                 Key: FELIX-2199
                 URL: https://issues.apache.org/jira/browse/FELIX-2199
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
            Reporter: Valentin Valchev
            Priority: Trivial


Recently the ConfigurationRender was modified to have no-special handling about system properties and threads.
Instead of methods, these configurations are now printed by  SystemPropertiesPrinter & ThreadPrinter, which are internal classes.

Since these classes are static, they can be easily converted from inner classes, to top-level classes, in the same packages.

This will eventually make the code of both printers and the ConfigurationRender smaller, and easier to read. This way future improvements to the printers will be much easier to implement.

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


[jira] Closed: (FELIX-2199) Extract Configuration Printers as top-level classes.

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

Carsten Ziegeler closed FELIX-2199.
-----------------------------------


> Extract Configuration Printers as top-level classes.
> ----------------------------------------------------
>
>                 Key: FELIX-2199
>                 URL: https://issues.apache.org/jira/browse/FELIX-2199
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>            Priority: Trivial
>             Fix For: webconsole-3.0.0
>
>
> Recently the ConfigurationRender was modified to have no-special handling about system properties and threads.
> Instead of methods, these configurations are now printed by  SystemPropertiesPrinter & ThreadPrinter, which are internal classes.
> Since these classes are static, they can be easily converted from inner classes, to top-level classes, in the same packages.
> This will eventually make the code of both printers and the ConfigurationRender smaller, and easier to read. This way future improvements to the printers will be much easier to implement.

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


[jira] Assigned: (FELIX-2199) Extract Configuration Printers as top-level classes.

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

Felix Meschberger reassigned FELIX-2199:
----------------------------------------

    Assignee: Felix Meschberger

> Extract Configuration Printers as top-level classes.
> ----------------------------------------------------
>
>                 Key: FELIX-2199
>                 URL: https://issues.apache.org/jira/browse/FELIX-2199
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>            Priority: Trivial
>
> Recently the ConfigurationRender was modified to have no-special handling about system properties and threads.
> Instead of methods, these configurations are now printed by  SystemPropertiesPrinter & ThreadPrinter, which are internal classes.
> Since these classes are static, they can be easily converted from inner classes, to top-level classes, in the same packages.
> This will eventually make the code of both printers and the ConfigurationRender smaller, and easier to read. This way future improvements to the printers will be much easier to implement.

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


[jira] Commented: (FELIX-2199) Extract Configuration Printers as top-level classes.

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12844905#action_12844905 ] 

Felix Meschberger commented on FELIX-2199:
------------------------------------------

Sounds reasonable

> Extract Configuration Printers as top-level classes.
> ----------------------------------------------------
>
>                 Key: FELIX-2199
>                 URL: https://issues.apache.org/jira/browse/FELIX-2199
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>            Priority: Trivial
>
> Recently the ConfigurationRender was modified to have no-special handling about system properties and threads.
> Instead of methods, these configurations are now printed by  SystemPropertiesPrinter & ThreadPrinter, which are internal classes.
> Since these classes are static, they can be easily converted from inner classes, to top-level classes, in the same packages.
> This will eventually make the code of both printers and the ConfigurationRender smaller, and easier to read. This way future improvements to the printers will be much easier to implement.

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


[jira] Resolved: (FELIX-2199) Extract Configuration Printers as top-level classes.

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

Felix Meschberger resolved FELIX-2199.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: webconsole-3.0.0

Extracted the built-in ConfigurationPrinter classes as top level classes in Rev. 922604 and registered with the OsgiManager and service registry in Rev. 922607.

> Extract Configuration Printers as top-level classes.
> ----------------------------------------------------
>
>                 Key: FELIX-2199
>                 URL: https://issues.apache.org/jira/browse/FELIX-2199
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>            Reporter: Valentin Valchev
>            Assignee: Felix Meschberger
>            Priority: Trivial
>             Fix For: webconsole-3.0.0
>
>
> Recently the ConfigurationRender was modified to have no-special handling about system properties and threads.
> Instead of methods, these configurations are now printed by  SystemPropertiesPrinter & ThreadPrinter, which are internal classes.
> Since these classes are static, they can be easily converted from inner classes, to top-level classes, in the same packages.
> This will eventually make the code of both printers and the ConfigurationRender smaller, and easier to read. This way future improvements to the printers will be much easier to implement.

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