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 2018/11/25 04:53:07 UTC

[karaf] branch master updated (b5a992b -> f02c706)

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.git.


    from b5a992b  Merge pull request #659 from jbonofre/KARAF-6020
     add a8e5b09  [KARAF-4336] Add rank support for commands and scripts in the karaf:client mojo
     new f02c706  Merge pull request #660 from jbonofre/KARAF-4336

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:
 .../apache/karaf/tooling/client/ClientMojo.java    | 31 +++++++++----
 .../karaf/tooling/client/CommandDescriptor.java    | 31 +++++++++----
 .../karaf/tooling/client/ScriptDescriptor.java     | 33 ++++++++++----
 .../apache/karaf/tooling/client/SortedCommand.java | 53 ++++++++++++++++++++++
 4 files changed, 121 insertions(+), 27 deletions(-)
 copy shell/console/src/main/java/org/apache/karaf/shell/console/HelpProvider.java => tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/client/CommandDescriptor.java (66%)
 copy shell/console/src/main/java/org/apache/karaf/shell/console/HelpProvider.java => tooling/karaf-maven-plugin/src/main/java/org/apache/karaf/tooling/client/ScriptDescriptor.java (66%)
 create mode 100644 tooling/karaf-maven-plugin/src/test/java/org/apache/karaf/tooling/client/SortedCommand.java


[karaf] 01/01: Merge pull request #660 from jbonofre/KARAF-4336

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.git

commit f02c706ba42c348681f87dd2924ac79ec6bbf492
Merge: b5a992b a8e5b09
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 25 05:53:02 2018 +0100

    Merge pull request #660 from jbonofre/KARAF-4336
    
    [KARAF-4336] Add rank support for commands and scripts in the karaf:client mojo

 .../apache/karaf/tooling/client/ClientMojo.java    | 31 +++++++++----
 .../karaf/tooling/client/CommandDescriptor.java    | 40 ++++++++++++++++
 .../karaf/tooling/client/ScriptDescriptor.java     | 42 +++++++++++++++++
 .../apache/karaf/tooling/client/SortedCommand.java | 53 ++++++++++++++++++++++
 4 files changed, 157 insertions(+), 9 deletions(-)