You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2020/01/26 06:06:25 UTC

[guacamole-client] 01/01: GUACAMOLE-852: Merge support for selecting either MySQL or MariaDB JDBC drivers.

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

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

commit 9fdcccf79d602f86fba46d5445c0f95d56efb8b4
Merge: a949562 b4fa40a
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Sat Jan 25 22:06:13 2020 -0800

    GUACAMOLE-852: Merge support for selecting either MySQL or MariaDB JDBC drivers.

 .../mysql/MySQLAuthenticationProviderModule.java   | 31 +++++++++++--
 .../apache/guacamole/auth/mysql/MySQLDriver.java   | 37 +++++++++++++++
 .../guacamole/auth/mysql/MySQLDriverProperty.java  | 52 ++++++++++++++++++++++
 .../guacamole/auth/mysql/MySQLEnvironment.java     | 24 ++++++++++
 .../auth/mysql/MySQLGuacamoleProperties.java       | 11 +++++
 5 files changed, 152 insertions(+), 3 deletions(-)