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