Quarkus Hibernate Validator - Questions on Runtime Configuration and Interceptors #46408
JakeH10
started this conversation in
Design Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two requests:
I want to add jakarta validation to my application but there is a risk this will break existing users. These runtime options would help minimize the risk since it would allow validation to be disabled/enabled incrementally at runtime.
The specific issue I am having is the
ResteasyReactiveEndPointValidationInterceptor
interceptor triggers on all endpoints with jakarta validation annotations, e.g.@Valid
. Is there a way I can disable or replace this interceptor?Beta Was this translation helpful? Give feedback.
All reactions