mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Update `JarURLConnection` to use a single shared wrapper per jar file rather than creating a new one each time. This update should help to reduce GC pressure. Fixes gh-28042