Merge branch '3.4.x'

This commit is contained in:
Phillip Webb
2025-04-11 09:42:20 -07:00
25 changed files with 42 additions and 38 deletions

View File

@@ -116,7 +116,7 @@ public class Restarter {
private final UncaughtExceptionHandler exceptionHandler;
private boolean finished = false;
private boolean finished;
private final List<ConfigurableApplicationContext> rootContexts = new CopyOnWriteArrayList<>();