mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
07ef7a97c7
Update `SpringFactoriesLoader` to cache property file loads. This helps reduce the number of garbage objects created as each load uses an 8K char buffer. Issue: SPR-15509