You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader/src
Phillip Webb 50e9674631 Backport "Attempt to prevent JarFiles from being left open"
Update `JarFile` so that `super.close()` is called early so that the
file is not left open. Since we re-implement `JarFile` methods to work
directly on the underlying `RandomAccessDataFile`, it should be safe
to close immediately.

Closes gh-21177
5 years ago
..
it Merge '1.5.x' into 2.0.x 5 years ago
main/java/org/springframework/boot/loader Backport "Attempt to prevent JarFiles from being left open" 5 years ago
test Backport "Attempt to prevent JarFiles from being left open" 5 years ago