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:17 UTC

[karaf-cave] branch master updated (bb8c453 -> 56e3c2e)

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

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


    from bb8c453  Merge pull request #13 from fpapon/KARAF-5898
     add 97f406b  [KARAF-6064] Add configs operation on Cave Deployer to list the configuration PIDs
     new 56e3c2e  Merge pull request #17 from jbonofre/KARAF-6064

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/karaf/cave/deployer/api/Deployer.java  |  5 +++++
 .../{KarListCommand.java => ConfigListCommand.java}   | 10 +++++-----
 .../cave/deployer/management/CaveDeployerMBean.java   |  1 +
 .../management/internal/CaveDeployerMBeanImpl.java    |  5 +++++
 .../cave/deployer/service/impl/DeployerImpl.java      | 19 +++++++++++++++++++
 5 files changed, 35 insertions(+), 5 deletions(-)
 copy deployer/command/src/main/java/org/apache/karaf/cave/deployer/command/{KarListCommand.java => ConfigListCommand.java} (84%)


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

Posted by jb...@apache.org.
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(+)