How are changes to auto-configuration in 2.7.0 effecting EnvironmentPostProcessor configuration? Will this stay in spring.factories as it has been, or are there any recommended preparations for 3.0.0 too?
Comment From: philwebb
EnvironmentPostProcessor instances should still be configured via spring.factories. We're only planning to change auto-configuration imports because we want to remove SpringFactoriesLoader.loadFactoryNames.