Ignore CannotLoadBeanClassException in config props validator
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
Showing
Please register or sign in to comment