• 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
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...