• 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 Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...