spring-boot/spring-boot-tests/spring-boot-integration-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-configuration-processor-tests Add junit-platform-launcher dependency by convention 2021-02-02 13:03:21 +00:00
spring-boot-launch-script-tests Merge branch '2.5.x' into 2.6.x 2022-01-12 15:43:11 -08:00
spring-boot-loader-tests Don't close jar files early 2022-06-15 10:51:01 -07:00
spring-boot-server-tests Merge branch '2.5.x' 2021-11-12 23:40:35 +00:00