Overview
StaticListableBeanFactory.isSingleton() returns false for all singleton beans other than singletons created by a FactoryBean.
Deliverables
- [x] Ensure
StaticListableBeanFactory.isSingleton()returnstruefor all beans not created by aFactoryBean.