spring-boot/spring-boot-tools
Andy Wilkinson 6121d105fc Update JarLauncher to filter BOOT-INF/classes correctly
Previously, JarLauncher considered any entry whose name began with
BOOT-INF/classes/ as being a nested entry. This was incorrect as it
meant that subdirectories of BOOT-INF/classes/ would be added to the
classpath rather than just BOOT-INF/classes/ itself.

This commit updates JarLauncher so that only directory entries with a
name equal to BOOT-INF/classes are used.

Closes gh-5610
2016-04-05 16:30:50 +01:00
..
spring-boot-antlib Next Development Version 2016-02-26 01:06:16 -08:00
spring-boot-configuration-metadata Merge branch '1.3.x' 2016-03-08 09:51:57 -08:00
spring-boot-configuration-processor Next Development Version 2016-02-26 01:06:16 -08:00
spring-boot-gradle-plugin Merge branch '1.3.x' 2016-04-01 11:53:35 +01:00
spring-boot-loader Update JarLauncher to filter BOOT-INF/classes correctly 2016-04-05 16:30:50 +01:00
spring-boot-loader-tools Add a BuildInfo task for generating build.properties with Gradle 2016-03-24 08:59:55 +00:00
spring-boot-maven-plugin Add a BuildInfo task for generating build.properties with Gradle 2016-03-24 08:59:55 +00:00
pom.xml Next Development Version 2016-02-26 01:06:16 -08:00