You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/06/08 21:44:47 UTC

[guacamole-client] branch staging/1.1.0 updated (203c4d9 -> 28833f3)

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

vnick pushed a change to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 203c4d9  GUACAMOLE-422: Merge correct non-short-circuit logic in null check.
     add 001918e  GUACAMOLE-422: Allow arbitrary protocol versions to be represented. Remove API-level assumption that protocol capabilities will have a minimum base version and remain present from that point forward.
     add a247ec1  GUACAMOLE-422: Add getter for retrieving the protocol version negotiated by ConfiguredGuacamoleSocket.
     add 9d1b264  GUACAMOLE-422: Clarify meaning of protocol capabilities.
     add 8aff7b6  GUACAMOLE-422: Correct logic error in atLeast() - `this` version should be compared against `otherVersion`.
     add dc66f84  GUACAMOLE-422: Clarify behavior of atLeast().
     add df9a0b1  GUACAMOLE-422: Implement equals() and hashCode() for GuacamoleProtocolVersion.
     add 84bbbc4  GUACAMOLE-422: Add unit test for verifying GuacamoleProtocolVersion.
     add 1e67655  GUACAMOLE-422: Correct toString() for GuacamoleProtocolVersion (must be manually implemented after migrating away from enum). Add unit test for verifying toString().
     new 28833f3  GUACAMOLE-422: Merge allow arbitrary versions of the Guacamole protocol to be represented.

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:
 .../protocol/ConfiguredGuacamoleSocket.java        |  50 +++++--
 .../protocol/GuacamoleProtocolCapability.java      |  48 +++---
 .../protocol/GuacamoleProtocolVersion.java         | 161 ++++++++-------------
 .../protocol/GuacamoleProtocolVersionTest.java     | 151 +++++++++++++++++++
 4 files changed, 274 insertions(+), 136 deletions(-)
 create mode 100644 guacamole-common/src/test/java/org/apache/guacamole/protocol/GuacamoleProtocolVersionTest.java


[guacamole-client] 01/01: GUACAMOLE-422: Merge allow arbitrary versions of the Guacamole protocol to be represented.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.1.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 28833f3792ccd4f37b346c013d0aad69e0f426b1
Merge: 203c4d9 1e67655
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sat Jun 8 17:44:42 2019 -0400

    GUACAMOLE-422: Merge allow arbitrary versions of the Guacamole protocol to be represented.

 .../protocol/ConfiguredGuacamoleSocket.java        |  50 +++++--
 .../protocol/GuacamoleProtocolCapability.java      |  48 +++---
 .../protocol/GuacamoleProtocolVersion.java         | 161 ++++++++-------------
 .../protocol/GuacamoleProtocolVersionTest.java     | 151 +++++++++++++++++++
 4 files changed, 274 insertions(+), 136 deletions(-)