mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
If the bean definition type contains a placeholder value, beanFactory.getType can throw a CannotLoadBeanClassException. We can ignore this exception while validating the bean definitions for constructor binding beans. Fixes gh-19207