spring-framework/spring-beans
Phillip Webb 58c441f961 Support multiple SpringFactoriesLoader files
Update `SpringFactoriesLoader` so that it can load files from
arbitrary locations. An instance of the loader class itself is now
returned from static factory methods that accept different
locations.

The recent `ArgumentResolver` and `FailureHandler` `loadFactories`
variants are now no longer available as static methods. They are
still available as instance methods.

The `loadFactories` static method remains to provide
back-compatibility with Spring Framework 5.x

See gh-28416
2022-05-05 12:35:21 -07:00
..
src Support multiple SpringFactoriesLoader files 2022-05-05 12:35:21 -07:00
spring-beans.gradle Update bean registration contribution tests to use TestCompiler 2022-03-10 16:06:52 +01:00