mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Update AbstractAutowireCapableBeanFactory.getTypeForFactoryBean to check AbstractBeanDefinition.hasBeanClass() before calling getBeanClass(). The protects against a 'Bean class name [<name>] has not been resolved into an actual Class' IllegalStateException. Issue: SPR-10304