Skip to content

Consistently support @Validated as a meta-annotation at arbitrary depths #36305

@sbrannen

Description

@sbrannen

Overview

ValidationAnnotationUtils currently looks up @Validated as a meta-annotation at arbitrary depths (e.g., when used as a meta-meta-annotation) in determineValidationGroups() but only as a "directly present" meta-annotation in determineValidationHints().

For consistency, we should find @Validated as a meta-annotation at arbitrary depths in determineValidationHints() as well.

Related Issues

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions