You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/26 17:35:11 UTC

[jira] [Commented] (KARAF-2966) scr:details - Sort the properties so its easier for humans to read

    [ https://issues.apache.org/jira/browse/KARAF-2966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029083#comment-15029083 ] 

ASF GitHub Bot commented on KARAF-2966:
---------------------------------------

GitHub user oscerd opened a pull request:

    https://github.com/apache/karaf/pull/105

    [KARAF-2966] scr:details - Sort the properties so its easier for huma…

    …ns to read
    
    Hi all,
    
    This PR is related to:
    https://issues.apache.org/jira/browse/KARAF-2966
    
    Andrea

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/oscerd/karaf KARAF-2966

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #105
    
----
commit 34b160daa6d32b812955a84455d800b309572420
Author: Andrea Cosentino <an...@gmail.com>
Date:   2015-11-26T16:32:00Z

    [KARAF-2966] scr:details - Sort the properties so its easier for humans to read

----


> scr:details - Sort the properties so its easier for humans to read
> ------------------------------------------------------------------
>
>                 Key: KARAF-2966
>                 URL: https://issues.apache.org/jira/browse/KARAF-2966
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-shell
>    Affects Versions: 2.3.5
>            Reporter: Claus Ibsen
>            Priority: Minor
>
> The scr commands is great. But it would help if scr:details would sort the Properties A..Z so the various options is listed nicely.
> For example today
> {code}
> Fabric8:karaf@root> scr:details io.fabric8.git.proxy
> Component Details
>   Name                : io.fabric8.git.proxy
>   State               : ACTIVE
>   Properties          :
>     service.pid=io.fabric8.git.proxy
>     proxyHost=myproxy
>     component.name=io.fabric8.git.proxy
>     component.id=115
>     proxyPort=9001
>     fabric.zookeeper.pid=io.fabric8.git.proxy
> References
>   Reference           : configurer
>     State             : satisfied
>     Multiple          : single
>     Optional          : mandatory
>     Policy            : static
>     Service Reference : Bound Service ID 393 (io.fabric8.service.ComponentConfigurer)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)