spring-boot/spring-boot-autoconfigure
Stephane Nicoll 715cf7da75 Do not enable cglib if spring.aop.proxy-target-class is configured
This commit makes sure to honour the `spring.aop.proxy-target-class`
property if set by the user. Previously, the
`PersistenceExceptionTranslationPostProcessor` was always configured to
use cglib, regardless of the value of that property.

Closes gh-8887
2017-04-12 10:55:43 +02:00
..
src Do not enable cglib if spring.aop.proxy-target-class is configured 2017-04-12 10:55:43 +02:00
pom.xml Next Development Version 2017-03-03 16:18:26 +00:00