spring-boot/spring-boot-project/spring-boot-tools
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
..
spring-boot-antlib Remove loading of non-existent properties file from antlib 2020-01-07 12:04:59 +00:00
spring-boot-autoconfigure-processor Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-configuration-metadata Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-configuration-processor Update copyright header of changed files 2019-12-13 11:23:24 -08:00
spring-boot-gradle-plugin Update copyright year of changed files 2020-01-13 14:09:11 -08:00
spring-boot-loader Fix file handle leak in JarFileTests 2020-01-15 20:43:54 +00:00
spring-boot-loader-tools Update copyright year of changed files 2020-01-13 14:09:11 -08:00
spring-boot-maven-plugin Clarify documentation of repackage mojo's attach property 2019-12-24 10:59:36 +01:00
spring-boot-test-support Update copyright year of changed files 2020-01-13 14:09:11 -08:00
pom.xml Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00