Rethrow original BeanCreationException if fallback producer fails

Closes gh-22689
This commit is contained in:
Juergen Hoeller
2019-03-27 16:01:18 +01:00
parent c54355784e
commit ca24fd50b0
4 changed files with 95 additions and 30 deletions

View File

@@ -28,4 +28,6 @@
<bean class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator"/>
<bean id="invalid" class="javax.persistence.AttributeConverter" lazy-init="true"/>
</beans>