4262aed9c887e65c400a12434e42726b0fcb7fa4
Prior to this change, (Context)SingletonBeanFactoryLocator used BeanFactoryUtils#beanOfType(ListableBeanFactory, Class) to locate the bean of type BeanFactory. The more modern approach is to use BeanFactory#getBean(Class), which removes a dependency on ListableBeanFactory interface while at the same time opening the implementation up to respecting autowiring exclusions, primary metadata, etc. Issue: SPR-8489
Description
No description provided
Languages
Java
99.4%
XSLT
0.2%
AspectJ
0.2%