Files
spring-boot/spring-boot-project
Andy Wilkinson 89b5ece9b4 Use resource loader's class loader in config loading
Previously, classes involved in config loading used a variety of
potentially different class loaders when calling SpringFactoriesLoader.
Some classes would use their own class loader and others would use null
which results in SpringFactoriesLoader's class loader being used.

This commit updates the config loading classes to consistently use the
resource loader's class loader.

Fixes gh-26126
2021-05-13 13:25:47 +01:00
..
2021-04-30 13:40:32 +02:00
2021-03-30 20:52:38 +01:00
2021-05-04 09:46:23 +01:00
2021-05-13 11:44:27 +01:00