spring-boot/spring-boot-project
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 Upgrade to Netty 4.1.45.Final 2020-01-15 13:12:30 +00:00
spring-boot-actuator Simplify validation pattern of EndpointId 2020-01-09 09:42:31 +01:00
spring-boot-actuator-autoconfigure Update copyright year of changed files 2020-01-13 14:09:11 -08:00
spring-boot-autoconfigure Update copyright year of changed files 2020-01-13 14:09:11 -08:00
spring-boot-cli Polish "Make equality checks defensive to null reference" 2020-01-13 17:38:38 +01:00
spring-boot-dependencies Upgrade to Spring Kafka 2.2.12.RELEASE 2020-01-15 19:40:29 +00:00
spring-boot-devtools Optimize debug level logs 2019-10-22 09:36:48 +02:00
spring-boot-docs Fix links to external types in javadoc 2020-01-09 08:59:25 +00:00
spring-boot-parent Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-properties-migrator Correct SCM URLs in published poms 2019-10-02 10:48:30 +01:00
spring-boot-starters Fix link to Vaadin Spring Boot starter 2019-12-12 16:53:21 +01:00
spring-boot-test Update copyright year of changed files 2020-01-13 14:09:11 -08:00
spring-boot-test-autoconfigure Polish "Make equality checks defensive to null reference" 2020-01-13 17:38:38 +01:00
spring-boot-tools Fix file handle leak in JarFileTests 2020-01-15 20:43:54 +00:00
pom.xml