Browse Source

Bumping versions

pull/1291/head
buildmaster 11 months ago
parent
commit
083675da7c
  1. 3
      spring-cloud-context/src/main/java/org/springframework/cloud/bootstrap/BootstrapConfigFileApplicationListener.java

3
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. * The default order for the processor.
*/ */
public static final int DEFAULT_ORDER = 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 // make sure the `Environment.activeProfiles` are correctly set
Math.addExact(ConfigDataEnvironmentPostProcessor.ORDER, 1); Math.addExact(ConfigDataEnvironmentPostProcessor.ORDER, 1);

Loading…
Cancel
Save