main Changelog 0.9 === - 0.9.58 Revert "Update project name" This reverts commit ab653d1a42605a03bffcd09d802ab4b8902543e5. - 0.9.57 Update project name - 0.9.56 TeamCity changeover part 2 - 0.9.55 TeamCity changeover - 0.9.54 Filter non-existent paths from Jar's constructor. Throw UncheckedIOException if you pass a empty/non-existant list. - 0.9.53 Move to Unsafe, which does not require module opens. (#11) Added system property to specify which accessor to use. -Dsecurejarhandler.useUnsafeAccessor=false (defaults to true) - 0.9.52 Search all paths for a manifest. (#12) - 0.9.51 Use custom implementation for verifying manifest entries. - 0.9.50 Close DirectoryStreams in UnionFileSystem (#9) - 0.9.49 Improve performance of building JarModuleFinder (#6) Skip calculating filter params if filter is static true, remove exists from readAttributes (getFileAttributes will return an empty optional if the file does not exist), redo findFirstFiltered without streams to avoid many toRealPath calls - 0.9.48 Add JMH benchmark (#7) - 0.9.47 Better sanitization of module names & detect maven-like paths (#5) Better sanitization of module names. Detect when modules are in a maven-like path hierarchy and use the path to split the filename. Improve regex to use lookbehind/lookahead instead of match groups, and fix adjacent keyword matching. Fix the version string sanitization. - 0.9.46 Only consider paths part of a Union FS if they actually exist. (#3) - 0.9.45 Fix package attributes being ignored. - 0.9.44 Fix module name generation and other fixes (#2) - 0.9.43 Add discord notifications. - 0.9.42 Filter reserved ! from union keys, it breaks splitting. - 0.9.41 Rework UnionFilleSystemProvider to allow multiple views of the the same base path to exist at the same time. - 0.9.40 Fix filters on zips - 0.9.39 Fix path filtering test on certain Linux installs - 0.9.38 Fix path filtering test on certain Linux installs - 0.9.37 Enable tests, but filter out ones requiring files that arnt in the repo. Fix filtering of directory listings. - 0.9.36 Add caching to Jar.getPackages/getProviders, and fix another windows path issue. - 0.9.35 Path standerdization - 0.9.34 Fix filter system to properly validate directories, and use standardized paths. - 0.9.33 Move union URI handling to use normal Java conversions which should solve linux vs windows inconsistencies. - 0.9.32 add in a mechanism to allow a filter, to prevent certain resources loading from certain jars due to smushed jars in server and stuff.. - 0.9.31 don't throw in toAbsolute - assume it's a full path and root it with the root.. - 0.9.30 fix relativize properly... - 0.9.29 return emptypath when relativize matches exactly - 0.9.28 query last element of the paths list for manifest data, not the first. - 0.9.27 fix relativize to work properly - 0.9.26 fix endwith check - 0.9.25 use forge gradleutils - 0.9.24 implement relativize so things can work - 0.9.23 use asm to parse moduleinfo instead of JDK so we can HACK it... - 0.9.22 fix that basepath is flipped - 0.9.21 fix unionfs appending a trailing slash - 0.9.20 tweaks to classloader - 0.9.19 fix tests - 0.9.18 expose file status checker and use right method - 0.9.17 expose file status checker - 0.9.16 get the root - 0.9.15 expose a way to get explicit paths... - 0.9.14 allow constructing custom jarmetadata - 0.9.13 update other artifacts, expose a method for getting primary path from a unionFS - 0.9.12 update jenkinsfile for new gradleproperties - 0.9.11 allow passing a context to maybe - 0.9.10 expose a byte transformation fetch without classloading - 0.9.9 make sure to expose zero byte operations too.. - 0.9.8 expose method for byte transformation. - 0.9.7 fix derp - 0.9.6 don't allow supplying the parent classloader, rather use the same way the Loader does it.. - 0.9.5 allow supplying the parent.. - 0.9.4 there can be multiple paths for a single Jar. that's the POINT of unionFS - 0.9.3 Wrong name for verify - 0.9.2 Don't add empty provider lists - 0.9.1 No tests for now - 0.9.0 This is now actually securejarhandler for doing modular jars. Keeping legacy history because..