spring-boot/spring-boot-tools
Andy Wilkinson 8d491f278b Create FilePermission lazily in JarURLConnection
JarURLConnection is very performance sensitive. The change in 3772d9f
meant that every JarURLConnection would create a FilePermission,
irrespective of whether it was actually used.

This commit updates JarURLConnection to create its FilePermission
lazily. When there is no security manager a permission will no longer
be created at all.

Closes gh-5411
See gh-6215
2016-06-24 11:49:35 +01:00
..
spring-boot-antlib Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-metadata Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-processor Prevent APT crashes on older Java versions 2016-06-10 17:06:45 -07:00
spring-boot-gradle-plugin Allow custom repackage task to be used without a global main class 2016-06-15 20:17:51 +01:00
spring-boot-loader Create FilePermission lazily in JarURLConnection 2016-06-24 11:49:35 +01:00
spring-boot-loader-tools Create PID_FOLDER if it doesn't exist 2016-06-14 09:54:58 +01:00
spring-boot-maven-plugin Document available layouts 2016-06-23 10:42:47 +02:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00