You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While debugging tests for #14182, I noticed that DefaultCacheAwareContextLoaderDelegate does not log cache statistics if an ApplicationContext fails to load.
This can be easily addressed by logging the statistics in a try-finally block.
The text was updated successfully, but these errors were encountered:
While debugging tests for #14182, I noticed that
DefaultCacheAwareContextLoaderDelegate
does not log cache statistics if anApplicationContext
fails to load.This can be easily addressed by logging the statistics in a try-finally block.
The text was updated successfully, but these errors were encountered: