Bumping versions

This commit is contained in:
buildmaster
2023-10-12 23:49:10 +00:00
parent a7876333d3
commit 1b8075e06a

View File

@@ -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);