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
Apparently there is a memory leak when we remove bean definitions and the cache for their merged bean definition is not clear due to: spring-projects/spring-framework#23336.
The problem has a big impact when random bean names are used for the IntegrationFlowContext interaction.
Need to look into a way to deal with a SingletonBeanRegistry.registerSingleton() instead of a BeanDefinitionRegistry.registerBeanDefinition().