This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch staging/1.5.1
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 8a319eb90 GUACAMOLE-1763: Merge webapp dependency version updates.
add a765e3448 GUACAMOLE-1765: Use maven-frontend-plugin instead of
jasmine-frontend-plugin to fix docker build.
add bf6396433 GUACAMOLE-1765: Switch to firefox browser.
add bd12ac9bc GUACAMOLE-1765: Disable tests by default so the build
doesn't require firefox.
new 860cb1930 GUACAMOLE-1765: Merge changes migrating JS unit tests to
frontend-maven-plugin and headless Firefox.
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:
Dockerfile | 13 +-
guacamole-common-js/.gitignore | 2 +
.../karma-ci.conf.js | 44 +-
guacamole-common-js/package-lock.json | 2778 ++++++++++++++++++++
guacamole-common-js/package.json | 8 +
guacamole-common-js/pom.xml | 106 +-
guacamole-docker/bin/build-guacamole.sh | 19 +-
7 files changed, 2923 insertions(+), 47 deletions(-)
copy
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/security/SecureRandomSaltService.java
=> guacamole-common-js/karma-ci.conf.js (53%)
create mode 100644 guacamole-common-js/package-lock.json
create mode 100644 guacamole-common-js/package.json