spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader/src
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
..
it Merge '1.5.x' into 2.0.x 2019-07-24 11:39:58 +01:00
main/java/org/springframework/boot/loader Polish "Limit ChronoField values to their range" 2020-01-14 18:26:01 -08:00
test Fix file handle leak in JarFileTests 2020-01-15 20:43:54 +00:00