From e6fbccfc31ff17e5ca50b16a96390a4c30af54fa Mon Sep 17 00:00:00 2001 From: Emily Casey Date: Tue, 2 Jun 2020 14:23:16 -0400 Subject: [PATCH] Alphabetize factories Signed-off-by: Emily Casey --- src/main/resources/META-INF/spring.factories | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/META-INF/spring.factories b/src/main/resources/META-INF/spring.factories index 3f01047..224e3a2 100644 --- a/src/main/resources/META-INF/spring.factories +++ b/src/main/resources/META-INF/spring.factories @@ -7,9 +7,11 @@ org.springframework.boot.env.EnvironmentPostProcessor=\ # Included implementations org.springframework.cloud.bindings.boot.BindingsPropertiesProcessor=\ org.springframework.cloud.bindings.boot.CassandraBindingsPropertiesProcessor, \ + org.springframework.cloud.bindings.boot.ConfigServerBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.CouchbaseBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.Db2BindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.ElasticsearchBindingsPropertiesProcessor, \ + org.springframework.cloud.bindings.boot.EurekaBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.KafkaBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.MongoDbBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.MySqlBindingsPropertiesProcessor, \ @@ -19,6 +21,4 @@ org.springframework.cloud.bindings.boot.BindingsPropertiesProcessor=\ org.springframework.cloud.bindings.boot.RabbitMqBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.RedisBindingsPropertiesProcessor, \ org.springframework.cloud.bindings.boot.SqlServerBindingsPropertiesProcessor, \ - org.springframework.cloud.bindings.boot.WavefrontBindingsPropertiesProcessor, \ - org.springframework.cloud.bindings.boot.EurekaBindingsPropertiesProcessor, \ - org.springframework.cloud.bindings.boot.ConfigServerBindingsPropertiesProcessor + org.springframework.cloud.bindings.boot.WavefrontBindingsPropertiesProcessor \ No newline at end of file