This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch staging/1.5.3
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 3c8ecddc7 GUACAMOLE-1806: Merge updates to Java dependencies with
upstream patches.
add 053045074 GUACAMOLE-1809: Replace library used for IP address matching
add 3e11ee8d8 GUACAMOLE-1809: Remove obsolete license information
new 103398c6f GUACAMOLE-1809: Merge replacement of Spring with "IPAddress"
library.
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:
doc/licenses/ipaddress-5.4.0/README | 8 +
doc/licenses/ipaddress-5.4.0/dep-coordinates.txt | 1 +
doc/licenses/spring-framework-5.3.27/README | 8 -
.../spring-framework-5.3.27/dep-coordinates.txt | 7 -
doc/licenses/spring-security-5.8.3/NOTICE | 2 -
doc/licenses/spring-security-5.8.3/README | 8 -
.../spring-security-5.8.3/dep-coordinates.txt | 3 -
extensions/guacamole-auth-json/pom.xml | 15 +-
.../auth/json/RequestValidationService.java | 24 +-
.../auth/json/RequestValidationServiceTest.java | 452 +++++++++++++++++++++
10 files changed, 487 insertions(+), 41 deletions(-)
create mode 100644 doc/licenses/ipaddress-5.4.0/README
create mode 100644 doc/licenses/ipaddress-5.4.0/dep-coordinates.txt
delete mode 100644 doc/licenses/spring-framework-5.3.27/README
delete mode 100644 doc/licenses/spring-framework-5.3.27/dep-coordinates.txt
delete mode 100644 doc/licenses/spring-security-5.8.3/NOTICE
delete mode 100644 doc/licenses/spring-security-5.8.3/README
delete mode 100644 doc/licenses/spring-security-5.8.3/dep-coordinates.txt
create mode 100644
extensions/guacamole-auth-json/src/test/java/org/apache/guacamole/auth/json/RequestValidationServiceTest.java