spring-boot/spring-boot-tools/spring-boot-loader/src
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
..
it Use a conventional delegation model in LaunchedURLClassLoader 2016-02-19 14:15:40 +00:00
main/java/org/springframework/boot/loader Update JarLauncher to filter BOOT-INF/classes correctly 2016-04-05 16:30:50 +01:00
test Add missing jar file 2016-03-31 13:16:55 +01:00