-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Labels
enhancementv2Feature will be implemented in v2.0 only (master branch)Feature will be implemented in v2.0 only (master branch)
Description
Currently, there is no way to exclude controller validation annotations like @Validated or @Valid.
For POJOs there is config option includeJsr303Annotations but it does not apply for controller annotations.
I plan to reuse that option also for controllers. Not a perfect solution but it's better to have a single flag but two of them (one for POJOs and one for controllers).
Metadata
Metadata
Assignees
Labels
enhancementv2Feature will be implemented in v2.0 only (master branch)Feature will be implemented in v2.0 only (master branch)