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

Reply via email to