spring-boot/spring-boot-tests/spring-boot-integration-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-configuration-processor-tests Use parentheses when declaring dependencies 2020-01-22 16:02:38 -08:00
spring-boot-launch-script-tests Merge branch '2.2.x' into 2.3.x 2020-12-07 11:55:40 +01:00
spring-boot-loader-tests Prevent Tomcat URL "reflective access" warnings 2020-12-17 20:43:41 -08:00
spring-boot-server-tests Add json starter to integration test repo 2020-04-30 20:55:35 -07:00
src/it Relocate test projects under `spring-boot-tests` 2017-10-04 16:34:38 -07:00