You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2012/11/23 17:52:58 UTC

[jira] [Created] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Jean-Baptiste Onofré created KARAF-2031:
-------------------------------------------

             Summary: Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
                 Key: KARAF-2031
                 URL: https://issues.apache.org/jira/browse/KARAF-2031
             Project: Karaf
          Issue Type: Improvement
          Components: cellar-bundle
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
             Fix For: cellar-3.0.0, cellar-2.3.0, cellar-2.2.6


Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503686#comment-13503686 ] 

Jean-Baptiste Onofré commented on KARAF-2031:
---------------------------------------------

I also add the regex support on both Bundle-Name and Bundle-SymbolicName: the purpose is to mimic the bundle:* commands from Karaf and provide the same functionality.
                
> Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-2031
>                 URL: https://issues.apache.org/jira/browse/KARAF-2031
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
> In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-2031:
----------------------------------------

    Fix Version/s:     (was: cellar-2.2.6)
                   cellar-2.2.5
    
> Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-2031
>                 URL: https://issues.apache.org/jira/browse/KARAF-2031
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
> In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503699#comment-13503699 ] 

Jean-Baptiste Onofré commented on KARAF-2031:
---------------------------------------------

Fixed on Cellar trunk: http://svn.apache.org/viewvc?view=revision&revision=1413531
                
> Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-2031
>                 URL: https://issues.apache.org/jira/browse/KARAF-2031
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
> In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503695#comment-13503695 ] 

Jean-Baptiste Onofré commented on KARAF-2031:
---------------------------------------------

Fixed on cellar-2.2.x: http://svn.apache.org/viewvc?view=revision&revision=1413523
                
> Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-2031
>                 URL: https://issues.apache.org/jira/browse/KARAF-2031
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
> In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503697#comment-13503697 ] 

Jean-Baptiste Onofré commented on KARAF-2031:
---------------------------------------------

Fixed on cellar-2.3.x: http://svn.apache.org/viewvc?view=revision&revision=1413526
                
> Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-2031
>                 URL: https://issues.apache.org/jira/browse/KARAF-2031
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
> In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (KARAF-2031) Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-2031.
-----------------------------------------

    Resolution: Fixed
    
> Cellar bundle should handle Bundle-Name and fallback to Bundle-SymbolicName
> ---------------------------------------------------------------------------
>
>                 Key: KARAF-2031
>                 URL: https://issues.apache.org/jira/browse/KARAF-2031
>             Project: Karaf
>          Issue Type: Improvement
>          Components: cellar-bundle
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: cellar-3.0.0, cellar-2.2.5, cellar-2.3.0
>
>
> Now, Cellar use the Bundle-SymbolicName to store the bundles in the distributed map.
> In order to mimic bundle:list command, Cellar cluster:bundle-list command should use Bundle-Name and fallback to Bundle-SymbolicName if required.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira