Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Oct 13, 2023
1 parent 9ea5801 commit 083675d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 083675d

Please sign in to comment.