You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/01/07 17:27:18 UTC

[karaf-cave] 01/01: Merge pull request #17 from jbonofre/KARAF-6064

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git

commit 56e3c2e735f37851421bfd774ad3c6bcc74f3696
Merge: bb8c453 97f406b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 7 18:27:13 2019 +0100

    Merge pull request #17 from jbonofre/KARAF-6064
    
    [KARAF-6064] Add configs operation on Cave Deployer to list the configuration PIDs

 .../apache/karaf/cave/deployer/api/Deployer.java   |  5 +++
 .../cave/deployer/command/ConfigListCommand.java   | 50 ++++++++++++++++++++++
 .../deployer/management/CaveDeployerMBean.java     |  1 +
 .../management/internal/CaveDeployerMBeanImpl.java |  5 +++
 .../cave/deployer/service/impl/DeployerImpl.java   | 19 ++++++++
 5 files changed, 80 insertions(+)