spring-boot/spring-boot-project
mathieufortin01 4d053e15d8 Fix signed jar performance issues
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
2020-09-13 22:14:03 -07:00
..
spring-boot Fix handling of NestedServletException with no root cause 2020-07-07 11:34:25 +01:00
spring-boot-actuator Avoid trivialising what the reader's learning about 2020-07-20 13:45:41 +01:00
spring-boot-actuator-autoconfigure Add generated-snippets as output to test goal 2020-07-25 08:26:15 +01:00
spring-boot-autoconfigure Polish test 2020-06-09 16:00:50 +02:00
spring-boot-cli Upgrade to Groovy 2.5.13 2020-07-23 10:55:47 +02:00
spring-boot-dependencies Start building against Spring Data Bean-SR12 snapshots 2020-09-07 14:38:50 +02:00
spring-boot-devtools Order additional metadata according to lexicographic order 2020-04-23 13:58:49 +02:00
spring-boot-docs Fix broken links to Micrometer registry docs 2020-08-03 14:58:22 +02:00
spring-boot-parent
spring-boot-properties-migrator
spring-boot-starters Add Gradle Enterprise Extension 2020-07-24 11:47:24 +01:00
spring-boot-test Revert "Add profiles directly to the application environment for tests" 2020-01-20 15:01:09 +00:00
spring-boot-test-autoconfigure
spring-boot-tools Fix signed jar performance issues 2020-09-13 22:14:03 -07:00
pom.xml