You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tests/spring-boot-integration-tests/spring-boot-loader-tests
Phillip Webb b42f056ddb Don't close jar files early
Update `JarFile` and related classes so that `close()` is not longer
called early.

Prior to this commit, we would always immediately close the underlying
jar file to prevent file locking issues with our build. This causes
issues on certain JVMs when they attempt to verify a signed jar.

The file lock issues have now been solved by returning a custom input
stream from `JarUrlConnection` which captures and delegates the close
method.

Fixes gh-29356
2 years ago
..
spring-boot-loader-tests-app Improve performance of Tomcat 'jar:war:file' URLs 4 years ago
spring-boot-loader-tests-signed-jar-unpack-app Don't close jar files early 2 years ago
src/intTest Don't close jar files early 2 years ago
build.gradle Don't close jar files early 2 years ago