• Phillip Webb's avatar
    Backport "Attempt to prevent JarFiles from being left open" · 50e96746
    Phillip Webb authored
    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
    50e96746
Name
Last commit
Last update
..
it Loading commit data...
main/java/org/springframework/boot/loader Loading commit data...
test Loading commit data...