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 2022/01/23 20:06:56 UTC

[guacamole-client] 01/01: GUACAMOLE-1508: Merge add support for nesting .jar files within extensions.

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

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

commit b34696e48b448532bad47c7f36bf3383633cba78
Merge: ac7ceb5 27c4935
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sun Jan 23 15:06:51 2022 -0500

    GUACAMOLE-1508: Merge add support for nesting .jar files within extensions.

 extensions/pom.xml                                 |   3 +-
 .../guacamole/GuacamoleServletContextListener.java |  56 +++++-
 .../org/apache/guacamole/extension/Extension.java  |  11 +-
 .../guacamole/extension/ExtensionClassLoader.java  | 220 +++++++++++++++++++--
 .../guacamole/extension/ExtensionModule.java       |  23 ++-
 5 files changed, 282 insertions(+), 31 deletions(-)