Merge branch '2.4.x'

See gh-25482
This commit is contained in:
Andy Wilkinson
2021-03-03 16:43:53 +00:00

View File

@@ -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() {