Skip to content

v1.0.1

Compare
Choose a tag to compare
@khituras khituras released this 13 Apr 14:20
· 122 commits to master since this release
f2c62f8

Added UriUtilities and the JarLoader.

The UriUtilities function similarly to the FileUtilities in trying to recognize .gz and .gzip file endings and automatically using a UTF-8 encoded GZIP stream.

The JarLoader supports the loading of JARs during runtime. Until Java 8, this works quite well out of the box. With Java 9, the instrumentation API must be used. For this, a manifest entry is required. Please check the README for more information.