Bug Report
Following this commit 6162d89, my application does not behave as expected after destroying the bean.
Instead of recreating a new bean and a new HandlerMethod, the cached value resolvedBeanHandlerMethod with the old bean is returned.
Enhancements request
DefaultSingletonBeanRegistry#destroySingleton() should reset this cached value.
Bug Report
Following this commit 6162d89, my application does not behave as expected after destroying the bean.
Instead of recreating a new bean and a new
HandlerMethod, the cached valueresolvedBeanHandlerMethodwith the old bean is returned.Enhancements request
DefaultSingletonBeanRegistry#destroySingleton()should reset this cached value.