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.
e7e77a917f
Previously, PropertiesLauncher would close each archive that it iterated over when creating its ClassLoader. This was not aligned with JarLauncher's behaviour and left the ClassLoader with closed archives. The close was introduced in [1] and became more apparent following the change to fail operations on closed archives [2]. This commit updates Launcher to remove the close() that was added in [1]. This aligns the behavior of PropertiesLauncher with JarLauncher and ensures that the ClassLoader does not have entries backed by closed archives on its classpath. Fixes gh-23165 [1] |
4 years ago | |
---|---|---|
.. | ||
spring-boot-antlib | 4 years ago | |
spring-boot-autoconfigure-processor | ||
spring-boot-buildpack-platform | 4 years ago | |
spring-boot-configuration-metadata | 4 years ago | |
spring-boot-configuration-processor | 4 years ago | |
spring-boot-gradle-plugin | 4 years ago | |
spring-boot-jarmode-layertools | 4 years ago | |
spring-boot-loader | 4 years ago | |
spring-boot-loader-tools | 4 years ago | |
spring-boot-maven-plugin | 4 years ago | |
spring-boot-test-support | 4 years ago |