mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
DataBinder should skip any jakarta.validation.Validator yielding to method validation when that is expected. This change improves the check to skip by unwrapping the validator from in a SmartValidator before checking if it is for bean validation. Closes gh-31711