-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MethodValidationInterceptor
is added after ImplementationMethodExecutionInterceptor
#3141
Comments
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a minimal yet complete sample that reproduces the problem. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
hi, sry for the wait, was a bit busy - the repo can be found here: https://github.com/riba2101/spring-data-validaition-demo |
MethodValidationInterceptor
is added after ImplementationMethodExecutionInterceptor
Spring Data repository invocations are dispatched by If we do not set the target source in Have you locally tried to change |
oh, to be fair i didnt try it, a nice idea... |
If such a change works for you, then we would apply that one globally so that there's no need for customizations. |
Hi,
long story short: org.springframework.aop.framework.ReflectiveMethodInvocation.proceed does not go trough the whole chain and after
RepositoryFactorySupport.ImplementationMethodExecutionInterceptor
theMethodValidationInterceptor
is not being called. That being said,MethodValidationInterceptor
should be higher up in the chain?BR
The text was updated successfully, but these errors were encountered: