Closed
Description
ConfigDataLocationResolver
implementations are loaded using the resource loader's ClassLoader
One of these implementations, StandardConfigDataLocationResolver
, then uses its class's own class loader to load PropertySourceLoader
implementations:
For consistency, it should use the ResourceLoader
that's passed into its constructor instead.