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:55 UTC

[guacamole-client] branch master updated (ac7ceb5 -> b34696e)

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

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


    from ac7ceb5  GUACAMOLE-1511: Merge revert incorrect recursive constructor invocation.
     add 6548d00  GUACAMOLE-1508: Add support for bundling libraries within extensions as nested .jar files.
     add 3fb309b  GUACAMOLE-1508: Bundle libraries for all extensions as nested .jar files.
     add 27c4935  GUACAMOLE-1508: Automatically delete temporary files on webapp shutdown.
     new b34696e  GUACAMOLE-1508: Merge add support for nesting .jar files within extensions.

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:
 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(-)

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

Posted by vn...@apache.org.
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(-)