[
https://issues.apache.org/jira/browse/KARAF-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15455522#comment-15455522
]
ASF subversion and git services commented on KARAF-4671:
--------------------------------------------------------
Commit abac0f515942373130c951aadd06e8f598ad17a9 in karaf-cellar's branch
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf-cellar.git;h=abac0f5 ]
[KARAF-4671] Fix bundle symbolic name in cluster bundles list. This closes #32
> cluster:bundle-list does not show symbolic names
> ------------------------------------------------
>
> Key: KARAF-4671
> URL: https://issues.apache.org/jira/browse/KARAF-4671
> Project: Karaf
> Issue Type: Bug
> Components: cellar-bundle
> Affects Versions: cellar-4.0.1
> Reporter: Sergiy Shyrkov
> Assignee: Jean-Baptiste Onofré
> Priority: Trivial
> Fix For: cellar-4.0.2
>
>
> The "cluster:bundle-list -s default" command shows no symbolic name value for
> bundles.
> In the
> org.apache.karaf.cellar.bundle.shell.BundleCommandSupport.gatherBundles(boolean)
> the symbolic name is just not passed into collected ExtendedBundleState
> objects.
> {code}
> jahia@dx()> cluster:bundle-list -s default
> Bundles in cluster group default
> ID | State | Located | Blocked | Version | Symbolic
> Name
> ---------------------------------------------------------------------------------
> 0 | Active | cluster/local | | 5.4.0 |
> 1 | Active | cluster/local | | 0.14.0 |
> 2 | Active | cluster/local | | 1.1.2 |
> 3 | Active | cluster/local | | 4.0.5 |
> 4 | Active | cluster/local | | 2.4.7 |
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)