spring-boot/spring-boot-tools
Dave Syer 3701cce88f Allow loader.path to refer to nested jars
Previously, each entry in loader.path could only refer to a standard
jar file. Refering to such a jar would add all of the classes in
the root of the jar to the class path.

This commit adds support for referencing a directory within a jar file
that contains one or more nested jars. For example:

$ java -jar -Dloader.path='jar:file:./lib.jar/!BOOT-INF/lib' my.jar

This will add all of the classes in all of that jars in the
BOOT-INF/lib directory of lib.jar to the class path.

See gh-8334
2017-03-02 16:49:24 +00:00
..
spring-boot-antlib Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-autoconfigure-processor Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-configuration-metadata Update header copyright for changed files 2017-02-27 20:41:18 -08:00
spring-boot-configuration-processor Update header copyright for changed files 2017-02-27 20:41:18 -08:00
spring-boot-gradle-plugin Polish 2017-02-27 20:41:18 -08:00
spring-boot-loader Allow loader.path to refer to nested jars 2017-03-02 16:49:24 +00:00
spring-boot-loader-tools Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-maven-plugin Polish 2017-03-01 23:29:20 -08:00
spring-boot-test-support Update header copyright for changed files 2017-02-27 20:41:18 -08:00
pom.xml Next Development Version 2017-01-30 20:10:13 +00:00