spring-boot/spring-boot-project/spring-boot-tools
Phillip Webb f84323fe3e Prevent duplicate jar entries from being written
Update the `AbstractJarWriter` so that it can directly build the layer
index as entries are written. Prior to this commit, a layer tracking
was handled by a decorator class which was broken because it didn't
override enough methods. Since `AbstractJarWriter` has quite a complex
API, it seems sensible to have it handle the layer index directly,
removing the need for a decorator entirely.

Fixes gh-23801
2020-10-22 20:55:09 -07:00
..
spring-boot-antlib Use classpath normalizer on antlib's integration test classpath input 2020-09-08 11:38:31 +01:00
spring-boot-autoconfigure-processor Update copyright year of changed files 2020-05-13 16:48:51 -07:00
spring-boot-buildpack-platform Ensure layer digest hashes contain 64 characters 2020-08-28 17:04:34 -05:00
spring-boot-configuration-metadata Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00
spring-boot-configuration-processor Merge branch '2.2.x' into 2.3.x 2020-06-22 12:14:35 -07:00
spring-boot-gradle-plugin Upgrade to Gradle 6.7 2020-10-19 17:52:01 +01:00
spring-boot-jarmode-layertools Close writer after use in ExtractCommandTests 2020-08-19 10:25:37 -07:00
spring-boot-loader Merge branch '2.2.x' into 2.3.x 2020-09-26 09:16:46 +01:00
spring-boot-loader-tools Prevent duplicate jar entries from being written 2020-10-22 20:55:09 -07:00
spring-boot-maven-plugin Add javadoc links in Maven plugin parameter docs 2020-10-16 17:45:46 -05:00
spring-boot-test-support Merge branch '2.2.x' into 2.3.x 2020-08-06 10:15:22 -07:00