spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader
Phillip Webb 1beee5700c Don't close early when SecurityManager present
Update `JarFile` and `JarFileWrapper` classes so that they no longer
close the `JarFile` early if a `SecurityManager` is in use.

Prior to this commit, the closed `JarFile` would cause (an ultimately
swallowed) NPE in `ZipFile` which manifested itself as a
`ClassNotFoundException` when starting the app.

Closes gh-25538
2021-06-02 17:24:05 -07:00
..
src Don't close early when SecurityManager present 2021-06-02 17:24:05 -07:00
build.gradle Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00