• Andy Wilkinson's avatar
    Fix file handle leak in JarFileTests · ebebe09a
    Andy Wilkinson authored
    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
    ebebe09a
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...