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
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-configuration-processor-tests
spring-boot-launch-script-tests Merge branch '2.5.x' into 2.6.x 3 years ago
spring-boot-loader-tests Don't close jar files early 2 years ago
spring-boot-server-tests Merge branch '2.5.x' 3 years ago