mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
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