mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
0a933787a6
Prior to this commit, we only excluded @jakarta.validation.Constraint from the convention-based annotation attribute override check. This commit additionally excludes the legacy @javax.validation.Constraint annotation from the convention-based annotation attribute override check. See gh-28760 See gh-28761 Closes gh-36412