You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2008/10/21 22:32:44 UTC

[jira] Created: (FELIX-785) OBR shell command should hide multiple versions of the same bundle to avoid excess noise

OBR shell command should hide multiple versions of the same bundle to avoid excess noise
----------------------------------------------------------------------------------------

                 Key: FELIX-785
                 URL: https://issues.apache.org/jira/browse/FELIX-785
             Project: Felix
          Issue Type: Improvement
    Affects Versions: felix-1.2.2
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
             Fix For: felix-1.4.0


As we move to our new release repository, we are getting more and more different versions of the same artifacts. This starts to get a little noisy when you type "obr list". We should consider improving the shell command to hide multiple versions.

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


[jira] Closed: (FELIX-785) OBR shell command should hide multiple versions of the same bundle to avoid excess noise

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

Richard S. Hall closed FELIX-785.
---------------------------------

    Resolution: Fixed

Modified the OBR shell command to only show the newest version of artifacts with multiple versions by default. Added a new verbose switch for "obr list" to list all versions if desired. Here is an example:

-> obr list Apache Felix iPOJO
Apache Felix iPOJO Event Admin Handler (1.0.0)
Apache Felix iPOJO Extender Pattern Handler (1.0.0, ...)
Apache Felix iPOJO JMX Handler (1.0.0)
Apache Felix iPOJO Temporal Service Dependency Handler (1.0.0, ...)
Apache Felix iPOJO White Board Pattern Handler (1.0.0, ...)
-> obr list -v Apache Felix iPOJO
Apache Felix iPOJO Event Admin Handler (1.0.0)
Apache Felix iPOJO Extender Pattern Handler (1.0.0, 0.8.0)
Apache Felix iPOJO JMX Handler (1.0.0)
Apache Felix iPOJO Temporal Service Dependency Handler (1.0.0, 0.8.1)
Apache Felix iPOJO White Board Pattern Handler (1.0.0, 0.8.0)
->

> OBR shell command should hide multiple versions of the same bundle to avoid excess noise
> ----------------------------------------------------------------------------------------
>
>                 Key: FELIX-785
>                 URL: https://issues.apache.org/jira/browse/FELIX-785
>             Project: Felix
>          Issue Type: Improvement
>    Affects Versions: felix-1.2.2
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-1.4.0
>
>
> As we move to our new release repository, we are getting more and more different versions of the same artifacts. This starts to get a little noisy when you type "obr list". We should consider improving the shell command to hide multiple versions.

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