Jenkins build is back to normal : guacamole-client-docker #16

2018-11-08 Thread Apache Jenkins Server
See

[GitHub] guacamole-client pull request #339: GUACAMOLE-656: Explicitly depend on mave...

2018-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/guacamole-client/pull/339 ---

Re: Build failed in Jenkins: guacamole-client-docker #15

2018-11-08 Thread Mike Jumper
This failure is due to an update to the "maven:3-jdk-8" build image which includes an updated OpenJDK 8 that includes a bug which is triggered by a bug in the Maven surefire plugin ( https://issues.apache.org/jira/browse/SUREFIRE-1588). Though unrelated to any specific change in the upcoming 1.0.0

[GitHub] guacamole-client pull request #339: GUACAMOLE-656: Explicitly depend on mave...

2018-11-08 Thread mike-jumper
GitHub user mike-jumper opened a pull request: https://github.com/apache/guacamole-client/pull/339 GUACAMOLE-656: Explicitly depend on maven-surefire-plugin 3.0.0-M1 due to SUREFIRE-1588. You can merge this pull request into a Git repository by running: $ git pull https://git

Build failed in Jenkins: guacamole-client-docker #15

2018-11-08 Thread Apache Jenkins Server
See Changes: [mjumper] GUACAMOLE-220: Add SimpleUserGroup (read-only UserGroup implementation [mjumper] GUACAMOLE-220: Add user group permissions to SimpleUser. [mjumper] GUACAMOLE-220: Define generic serv

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/guacamole-client/pull/337 ---

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232140865 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.java --- @@ -37,14 +38,77 @@ /**

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232140182 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.java --- @@ -37,14 +38,77 @@ /**

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232139290 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/simple/SimpleObjectPermissionSet.java --- @@ -37,14 +38,77 @@ /**

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232137476 --- Diff: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java --- @@ -0,0 +1,224 @@ +/

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232137320 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AbstractUser.java --- @@ -44,4 +51,164 @@ public void setPassword(String pa

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232137018 --- Diff: guacamole-ext/src/main/java/org/apache/guacamole/net/auth/AbstractUser.java --- @@ -44,4 +51,164 @@ public void setPassword(String pass

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232136298 --- Diff: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/group/UserGroupService.java --- @@ -0,0 +1,224 @@ +/*

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232135489 --- Diff: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ObjectQueryService.java --- @@ -0,0 +1,326 @@ +/*

[GitHub] guacamole-client pull request #337: GUACAMOLE-220: Add user group support to...

2018-11-08 Thread jmuehlner
Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/guacamole-client/pull/337#discussion_r232134927 --- Diff: extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/ObjectQueryService.java --- @@ -0,0 +1,326 @@ +/*

[GitHub] guacamole-server pull request #199: GUACAMOLE-649: Add support for setting L...

2018-11-08 Thread mike-jumper
Github user mike-jumper commented on a diff in the pull request: https://github.com/apache/guacamole-server/pull/199#discussion_r232133763 --- Diff: src/protocols/ssh/ssh.c --- @@ -320,6 +320,17 @@ void* ssh_client_thread(void* data) { return NULL; }