Re: JAX-RS and @ValidateOnExecution
Sergey, I agree that disabling validation using @ValidateOnExecution is some kind of "special case". However, the JAX-RS spec explicitly mentions that getter methods aren't validated by default according to the BV spec. Therefore the JAX-RS spec mentions that you can use @ValidateOnExecution to enable validation for such methods. Christian 2017-06-20 12:50 GMT+02:00 Sergey Beryozkin <sberyozkin@...>:
--
|
|