mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Update `JarFileUrlKey` so that only URLs that have a cheap `equals()` method call are cached. This should prevent expensive DNS lookups from being performed. Fixes gh-46015