From ebdec5dcc3e5ca66d8c30287369fd69f2dc4ff3a Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Mon, 11 May 2020 13:43:58 -0700 Subject: [PATCH] Add BindingFlattenedEnvironmentPostProcessor to Spring Factories This was missed during the implementation. The broader integration test that should have caught this will come in #33. [resolves #32] Signed-off-by: Ben Hale --- src/main/resources/META-INF/spring.factories | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories index bf99c8f..fddb761 100644 --- a/src/main/resources/META-INF/spring.factories +++ b/src/main/resources/META-INF/spring.factories @@ -1,4 +1,5 @@ org.springframework.boot.env.EnvironmentPostProcessor=\ + org.springframework.cloud.bindings.boot.BindingFlattenedEnvironmentPostProcessor, \ org.springframework.cloud.bindings.boot.BindingSpecificEnvironmentPostProcessor # Included implementations org.springframework.cloud.bindings.boot.BindingsPropertiesProcessor=\