Closed
Description
Similar to the issue raised in #26126, when using Spring Boot 2.5.0 org.springframework.boot.env.ReflectionEnvironmentPostProcessorsFactory
will not use the class loader from the SpringApplication's ResourceLoader
when instantiating EnvironmentPostProcessors
.
It appears to me the classloader would need to be passed to the instantiator here