• mathieufortin01's avatar
    Fix signed jar performance issues · 4d053e15
    mathieufortin01 authored
    Update Spring Boot nested JarFile support to improve the performance of
    signed jars. Prior to this commit, `certificates` and `codeSigners`
    were read by streaming the entire jar whenever the existing values
    were `null`. Unfortunately, the contract for `getCertificates` and
    get `getCodeSigners` states that `null` is a valid return value. This
    meant that full jar streaming would occur whenever either method was
    called on an entry that had no result. The problem was further
    exacerbated by the fact that entries might not be cached.
    
    See gh-19041
    4d053e15
Name
Last commit
Last update
..
spring-boot-antlib Loading commit data...
spring-boot-autoconfigure-processor 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-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...
pom.xml Loading commit data...