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
2022-06-15 10:51:01 -07:00
..
spring-boot-loader-tests-app Improve performance of Tomcat 'jar:war:file' URLs 2020-12-17 22:51:19 -08:00
spring-boot-loader-tests-signed-jar-unpack-app Don't close jar files early 2022-06-15 10:51:01 -07:00
src/intTest Don't close jar files early 2022-06-15 10:51:01 -07:00
build.gradle Don't close jar files early 2022-06-15 10:51:01 -07:00