• Phillip Webb's avatar
    Prevent duplicate jar entries from being written · f84323fe
    Phillip Webb authored
    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
    f84323fe
Name
Last commit
Last update
..
spring-boot-antlib Loading commit data...
spring-boot-autoconfigure-processor Loading commit data...
spring-boot-buildpack-platform Loading commit data...
spring-boot-configuration-metadata Loading commit data...
spring-boot-configuration-processor Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-jarmode-layertools Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
spring-boot-test-support Loading commit data...