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-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
4 years ago
..
spring-boot-antlib Use classpath normalizer on antlib's integration test classpath input 4 years ago
spring-boot-autoconfigure-processor Update copyright year of changed files 5 years ago
spring-boot-buildpack-platform Ensure layer digest hashes contain 64 characters 4 years ago
spring-boot-configuration-metadata Require dependency on s-b-dependencies to use its constraints 4 years ago
spring-boot-configuration-processor Merge branch '2.2.x' into 2.3.x 4 years ago
spring-boot-gradle-plugin Upgrade to Gradle 6.7 4 years ago
spring-boot-jarmode-layertools Close writer after use in ExtractCommandTests 4 years ago
spring-boot-loader Merge branch '2.2.x' into 2.3.x 4 years ago
spring-boot-loader-tools Prevent duplicate jar entries from being written 4 years ago
spring-boot-maven-plugin Add javadoc links in Maven plugin parameter docs 4 years ago
spring-boot-test-support Merge branch '2.2.x' into 2.3.x 4 years ago