From 1b8075e06ad73076d0c06670c312490835b0f205 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 12 Oct 2023 23:49:10 +0000 Subject: [PATCH] Bumping versions --- .../bootstrap/BootstrapConfigFileApplicationListener.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/BootstrapConfigFileApplicationListener.java b/spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/BootstrapConfigFileApplicationListener.java index 03c9893a..74a37f3b 100644 --- a/spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/BootstrapConfigFileApplicationListener.java +++ b/spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/BootstrapConfigFileApplicationListener.java @@ -167,7 +167,8 @@ public class BootstrapConfigFileApplicationListener * The default order for the processor. */ public static final int DEFAULT_ORDER = - // This listener needs to run after the `ConfigDataEnvironmentPostProcessor` to + // This listener needs to run after the `ConfigDataEnvironmentPostProcessor` + // to // make sure the `Environment.activeProfiles` are correctly set Math.addExact(ConfigDataEnvironmentPostProcessor.ORDER, 1);