mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
This commit introduces support for bean validation container element constraints, including transitive ones. Transitive constraints in the parameterized types of a container are not discoverable via the BeanDescriptor, so a complementary type discovery is done on Spring side to cover the related use case. Closes gh-33842