This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 93c9a443a Merge main branch changes to next.
add 63987d84f GUACAMOLE-2051: Allow Guacamole properties to be either
comma or semi-colon delimited.
add 42473ad2c GUACAMOLE-2051: Merge correction to default value delimiters
of multi-valued Guacamole properties.
add 14ed88acc Merge 1.6.0 changes back to patch.
add 511ef7c6b Merge changes from patch branch back to main.
new a286ee02f Merge changes from main branch back to next.
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:
.../org/apache/guacamole/properties/FileGuacamoleProperty.java | 9 +++++++++
.../java/org/apache/guacamole/properties/GuacamoleProperty.java | 9 ---------
.../apache/guacamole/properties/IntegerGuacamoleProperty.java | 9 +++++++++
.../org/apache/guacamole/properties/LongGuacamoleProperty.java | 9 +++++++++
.../org/apache/guacamole/properties/StringGuacamoleProperty.java | 9 +++++++++
.../java/org/apache/guacamole/properties/StringListProperty.java | 8 ++++++++
.../apache/guacamole/properties/TimeZoneGuacamoleProperty.java | 8 ++++++++
.../org/apache/guacamole/properties/URIGuacamoleProperty.java | 8 ++++++++
8 files changed, 60 insertions(+), 9 deletions(-)