mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Update the `LaunchedURLClassLoader` used for fat jar support so that each iteration on a `findResources` result also allows for fast exceptions. Fixes gh-11406