From 48f49f212074899b63223e5b75363f88a25aac05 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 24 Jul 2020 07:55:56 +0100 Subject: [PATCH] Restore missing EnvironmentPostProcessors See gh-22544 --- .../spring-boot/src/main/resources/META-INF/spring.factories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories b/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories index 82f8f7386e..7bf73efe85 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories @@ -45,7 +45,7 @@ org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener org.springframework.boot.env.EnvironmentPostProcessor=\ org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor,\ org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor,\ -org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor +org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor,\ org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor,\ org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor,\ org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor