Open
Description
Hi,
long story short: org.springframework.aop.framework.ReflectiveMethodInvocation.proceed does not go trough the whole chain and after RepositoryFactorySupport.ImplementationMethodExecutionInterceptor
the MethodValidationInterceptor
is not being called. That being said, MethodValidationInterceptor
should be higher up in the chain?
BR