spring-framework/spring-beans/src
Phillip Webb 5008005df0 Protect against 'has not been resolved to a Class'
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
2013-02-19 09:20:09 -08:00
..
main Protect against 'has not been resolved to a Class' 2013-02-19 09:20:09 -08:00
test Folded a FactoryBean-specific check into predictBeanType now 2013-02-07 23:23:25 +01:00