Releases: terl/resource-loader
Releases · terl/resource-loader
2.0.2
- Updated MANIFEST/bnd instructions
- Nested JAR loading now works again.
2.0.1
Major breaking change:
- The package has been changed to
com.goterl.resource-loader
due Bintray being deprecated.
- Following on from the above point, Resource Loader is now on MavenCentral!
1.3.10
Improvements:
- Improved nested JAR loading. ResourceLoader can be loaded from within nested JARs (up to a limit of 20).
- This makes ResourceLoader compatible with fat JAR based applications such as Spring Boot.
1.3.9
Add support to extract things from JARs within JARs (useful for Spring Boot JARs).
1.3.8
- Add better logging in the form of SL4J.
- Make loading on Windows better.
1.3.7
Updated method on detection of JAR file
1.3.3
Use official resource loading from JAR capabilities.
1.3.2
Update loading functionality.
1.3.1
More cleanups to the code. Remove redundant classes.
1.3.0
Clean tests and remove the any redundant files.