Skip to content

Releases: terl/resource-loader

2.0.2

26 Dec 13:08
5bd12af
Compare
Choose a tag to compare
  • Updated MANIFEST/bnd instructions
  • Nested JAR loading now works again.

2.0.1

04 Apr 21:35
Compare
Choose a tag to compare

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

30 Jan 13:24
3e33dbc
Compare
Choose a tag to compare

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

28 Jan 21:54
089d7a9
Compare
Choose a tag to compare

Add support to extract things from JARs within JARs (useful for Spring Boot JARs).

1.3.8

10 Jul 22:43
4c6227c
Compare
Choose a tag to compare
  • Add better logging in the form of SL4J.
  • Make loading on Windows better.

1.3.7

06 Feb 22:10
ce74d62
Compare
Choose a tag to compare

Updated method on detection of JAR file

1.3.3

30 Aug 22:44
a7b36db
Compare
Choose a tag to compare

Use official resource loading from JAR capabilities.

1.3.2

30 Aug 21:59
f3c3356
Compare
Choose a tag to compare

Update loading functionality.

1.3.1

30 Aug 21:51
aa9c973
Compare
Choose a tag to compare

More cleanups to the code. Remove redundant classes.

1.3.0

30 Aug 21:32
da2b09c
Compare
Choose a tag to compare

Clean tests and remove the any redundant files.