spring-boot/spring-boot-tests
Phillip Webb c4e41305d5 Prevent Tomcat URL "reflective access" warnings
Update the jar `Handler` class to support a non-reflective fallback
mechanism when possible. The updated code attempts to capture a regular
jar URL before our handler is installed. It can then use that URL as
context when creating the a fallback URL. The JDK jar `Handler` will
be copied from the context URL to the fallback URL.

Without this commit, resolving new Tomcat URLs of the form
`jar:war:file:...` would result in an ugly "Illegal reflective access"
warning.

Fixes gh-18631
2020-12-17 20:43:41 -08:00
..
spring-boot-deployment-tests Only run deployment tests when war has material changes 2020-11-20 12:05:51 +00:00
spring-boot-integration-tests Prevent Tomcat URL "reflective access" warnings 2020-12-17 20:43:41 -08:00
spring-boot-smoke-tests Configure CORS in default security configuration for MVC 2020-12-16 14:55:36 -08:00