You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2023/05/15 16:41:18 UTC

[guacamole-client] branch staging/1.5.2 updated (7e38a089c -> 4fde5adcc)

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

vnick pushed a change to branch staging/1.5.2
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


    from 7e38a089c GUACAMOLE-1786: Merge update Java dependencies to latest compatible versions.
     add 2708a205d GUACAMOLE-1253: Update select all queries to process in batches.
     new 4fde5adcc GUACAMOLE-1253: Merge update select all queries to process in batches.

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:
 .../guacamole/auth/jdbc/JDBCEnvironment.java       | 13 ++++++
 .../jdbc/base/ModeledDirectoryObjectService.java   | 51 +++++++++++++++-------
 .../auth/mysql/conf/MySQLEnvironment.java          | 21 +++++++++
 .../auth/mysql/conf/MySQLGuacamoleProperties.java  | 12 +++++
 .../postgresql/conf/PostgreSQLEnvironment.java     | 19 ++++++++
 .../conf/PostgreSQLGuacamoleProperties.java        | 12 +++++
 .../auth/sqlserver/conf/SQLServerEnvironment.java  | 18 ++++++++
 .../conf/SQLServerGuacamoleProperties.java         | 12 +++++
 8 files changed, 143 insertions(+), 15 deletions(-)


[guacamole-client] 01/01: GUACAMOLE-1253: Merge update select all queries to process in batches.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4fde5adccbdcb476d4124d36a43179fa48591b1d
Merge: 7e38a089c 2708a205d
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Mon May 15 12:41:12 2023 -0400

    GUACAMOLE-1253: Merge update select all queries to process in batches.

 .../guacamole/auth/jdbc/JDBCEnvironment.java       | 13 ++++++
 .../jdbc/base/ModeledDirectoryObjectService.java   | 51 +++++++++++++++-------
 .../auth/mysql/conf/MySQLEnvironment.java          | 21 +++++++++
 .../auth/mysql/conf/MySQLGuacamoleProperties.java  | 12 +++++
 .../postgresql/conf/PostgreSQLEnvironment.java     | 19 ++++++++
 .../conf/PostgreSQLGuacamoleProperties.java        | 12 +++++
 .../auth/sqlserver/conf/SQLServerEnvironment.java  | 18 ++++++++
 .../conf/SQLServerGuacamoleProperties.java         | 12 +++++
 8 files changed, 143 insertions(+), 15 deletions(-)