spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader
Andy Wilkinson ebebe09a9d Fix file handle leak in JarFileTests
The JarFile was not being closed which linked a file handle and caused
a test failure on Windows.

The local variable has been renamed as, when declared in a
try-with-resources, Checkstyle was confused by the shadowing of the
jarFile field and required references to jarFile within the try-block
the be prefixed with this.

See gh-19595
2020-01-15 20:43:54 +00:00
..
src Fix file handle leak in JarFileTests 2020-01-15 20:43:54 +00:00
pom.xml Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00