Merge branch '2.7.x'

Closes gh-31866
This commit is contained in:
Phillip Webb
2022-07-26 12:18:14 +01:00
60 changed files with 124 additions and 129 deletions

View File

@@ -326,7 +326,7 @@ public class Restarter {
}
private void cleanupKnownCaches() {
// Whilst not strictly necessary it helps to cleanup soft reference caches
// Whilst not strictly necessary it helps to clean up soft reference caches
// early rather than waiting for memory limits to be reached
ResolvableType.clearCache();
cleanCachedIntrospectionResultsCache();