spring-boot/spring-boot-autoconfigure
Stephane Nicoll a00b695748 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
`MethodValidationPostProcessor` was always configured to use cglib,
regardless of the value of that property.

Closes gh-8869
2017-04-11 15:28:21 +02:00
..
src Do not enable cglib if spring.aop.proxy-target-class is configured 2017-04-11 15:28:21 +02:00
pom.xml Next Development Version 2017-03-03 16:18:26 +00:00