Bumping versions

This commit is contained in:
buildmaster
2023-10-13 03:54:32 +00:00
parent 9ea5801529
commit 083675da7c

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