-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Dejan Predovic opened SPR-9174 and commented
@Validated
is, at the moment, the only place where one can set a validation group for method-level validation, but different methods of the class typically need different validation groups. Imo, @Validated
should work exactly like @Transactional
- class level definition is fine, but one needs to be able to override it at the method level.
Affects: 3.1.1
Issue Links:
- Add support for javax.validation.executable.ValidateOnExecution [SPR-10641] #15269 Add support for javax.validation.executable.ValidateOnExecution
- Allow custom @Validated annotations for handler method parameters [SPR-12406] #17014 Allow custom
@Validated
annotations for handler method parameters
Referenced from: commits 5e3edc6
1 votes, 3 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement