Ignite v0.5.3
Changes:
- Improved class loader and resource exclusions.
- Bumped checker-qual to 3.18.1
- Bumped shadow plugin to 7.1.0.
- Replaced use of
TypeToken
withClass
for theBlackboard
. - Removed some unnecessary use of Guava collections.
Bug Fixes:
- Fixed Ignite version not being displayed on startup.
- Fixed
copyToTarget
task not working. - Fixed #69 by using a more accurate method of excluding mixin from the resource locator.
- Fixed #67 by checking if the manifest is present before trying to load access wideners from it.
Additional Features:
- Added a filter to ensure the JVM internals are not loaded on the transformation class loader.