mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4cebd9d392
Update `SpringFactoriesLoader` so that `null` is never used for the cache key. Prior to this commit, calling `forDefaultResourceLocation` with `null` and `ClassUtils.getDefaultClassLoader()` would provide different `SpringFactoriesLoader` instances rather than making use of a single shared cached instance. See gh-28416