spring-boot/spring-boot-project/spring-boot-tools
Phillip Webb 11b1318cad Reduce GC pressure in JAR handler
Update the JAR `Hander` so that URL `startsWith` checks produce less
garbage. Comparisons are now performed first on the `path` rather than
the full `toString`. URL `toString` operations produce quite a lot of
garbage since a `StringBuilder` is always used.

In addition, we now also cache the JarFile URL toString to save repeated
calculation.

Closes gh-14561
2018-09-20 22:33:19 -07:00
..
spring-boot-antlib Provide package info for all packages included in javadoc 2018-02-08 16:50:37 +00:00
spring-boot-autoconfigure-processor Fix checkstyle ternary issues 2018-07-28 01:11:52 +01:00
spring-boot-configuration-metadata Polish ternary expressions 2018-07-29 09:24:46 +01:00
spring-boot-configuration-processor Use Matcher from pre-compiled Pattern rather than String for replaceAll 2018-09-17 10:54:54 +01:00
spring-boot-gradle-plugin Polish 2018-09-18 11:18:28 +01:00
spring-boot-loader Reduce GC pressure in JAR handler 2018-09-20 22:33:19 -07:00
spring-boot-loader-tools Polish "Issue a warning from launch script when app will run as root" 2018-09-11 12:12:43 +01:00
spring-boot-maven-plugin Use Matcher from pre-compiled Pattern rather than String for replaceAll 2018-09-17 10:54:54 +01:00
spring-boot-test-support Polish 2018-09-18 11:18:28 +01:00
pom.xml Fix POMs for the updated build/release process 2017-10-04 16:34:38 -07:00