mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Merge branch '2.3.x' into 2.4.x
See gh-25481
This commit is contained in:
+1
-1
@@ -97,8 +97,8 @@ class EmbeddedServerContainerInvocationContextProvider
|
||||
|
||||
@Override
|
||||
public void afterAll(ExtensionContext context) throws Exception {
|
||||
FileSystemUtils.deleteRecursively(this.tempDir);
|
||||
cleanupCaches();
|
||||
FileSystemUtils.deleteRecursively(this.tempDir);
|
||||
}
|
||||
|
||||
private void cleanupCaches() {
|
||||
|
||||
Reference in New Issue
Block a user