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
When spring.main.lazy-initialization is true, the LazyInitializationBeanFactoryPostProcessor makes the JpaMetamodelCacheCleanup bean lazy, causing the cleanup to never happen. This manifests in OOMs when running lots of tests with DirtiesContext.