[
https://issues.apache.org/jira/browse/KARAF-4671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15439116#comment-15439116
]
ASF GitHub Bot commented on KARAF-4671:
---------------------------------------
GitHub user shyrkov opened a pull request:
https://github.com/apache/karaf-cellar/pull/29
KARAF-4671 - cluster:bundle-list does not show symbolic names
Ticket: https://issues.apache.org/jira/browse/KARAF-4671
Resolution: populate symbolic name for gathered bundles
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shyrkov/karaf-cellar master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf-cellar/pull/29.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 #29
----
commit 169ac4424f4811a87f19ccb1aef6a97e0272bab6
Author: Sergiy Shyrkov <[email protected]>
Date: 2016-08-26T14:15:58Z
KARAF-4671 - populate symbolic name for gathered bundles
----
> 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
> Priority: Trivial
>
> 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)