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/10/17 18:33:24 UTC

[karaf] branch master updated (9b431af -> 0450d02)

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 9b431af  [KARAF-5974]add java activation impl when use jdk9/10/11
     add 580d99f  KARAF-5979 ensure ssh role types are configurable
     new 0450d02  Merge pull request #634 from rmannibucau/ensure-ssh-role-types-are-configurable

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:
 shell/ssh/pom.xml                                  |   5 +-
 .../java/org/apache/karaf/shell/ssh/Activator.java |   3 +-
 .../karaf/shell/ssh/KarafJaasAuthenticator.java    |  16 +-
 .../shell/ssh/KarafJaasAuthenticatorTest.java      | 161 +++++++++++++++++++++
 .../apache/karaf/util/tracker/BaseActivator.java   |  17 +++
 5 files changed, 193 insertions(+), 9 deletions(-)
 create mode 100644 shell/ssh/src/test/java/org/apache/karaf/shell/ssh/KarafJaasAuthenticatorTest.java


[karaf] 01/01: Merge pull request #634 from rmannibucau/ensure-ssh-role-types-are-configurable

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 0450d025990681607126f739013791f91cacb822
Merge: 9b431af 580d99f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Oct 17 20:33:19 2018 +0200

    Merge pull request #634 from rmannibucau/ensure-ssh-role-types-are-configurable
    
    KARAF-5979 ensure ssh role types are configurable

 shell/ssh/pom.xml                                  |   5 +-
 .../java/org/apache/karaf/shell/ssh/Activator.java |   3 +-
 .../karaf/shell/ssh/KarafJaasAuthenticator.java    |  16 +-
 .../shell/ssh/KarafJaasAuthenticatorTest.java      | 161 +++++++++++++++++++++
 .../apache/karaf/util/tracker/BaseActivator.java   |  17 +++
 5 files changed, 193 insertions(+), 9 deletions(-)