You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
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
4 years ago
..
spring-boot Polish 4 years ago
spring-boot-actuator Polish 4 years ago
spring-boot-actuator-autoconfigure Fix tests 4 years ago
spring-boot-autoconfigure Merge branch '2.2.x' into 2.3.x 4 years ago
spring-boot-cli Merge branch '2.1.x' into 2.2.x 4 years ago
spring-boot-dependencies Upgrade to Undertow 2.1.5.Final 4 years ago
spring-boot-devtools Increase wait times in DevToolsIntegrationTests 4 years ago
spring-boot-docs Include properties from test-autoconfigure in config props appendix 4 years ago
spring-boot-parent Upgrade to Testcontainers 1.15.0 4 years ago
spring-boot-properties-migrator Require dependency on s-b-dependencies to use its constraints 4 years ago
spring-boot-starters Simplify build.gradle for spring-boot-starter-data-solr 4 years ago
spring-boot-test Avoid duplicates in MergedContextConfiguration 4 years ago
spring-boot-test-autoconfigure Include properties from test-autoconfigure in config props appendix 4 years ago
spring-boot-tools Prevent Tomcat URL "reflective access" warnings 4 years ago