Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore full representation of rejected value in FieldError.toString()
We would preferably use ObjectUtils.nullSafeConciseToString(rejectedValue) here but revert to the full nullSafeToString representation for strict backwards compatibility (programmatic toString calls as well as exception messages). Closes gh-30799 (cherry picked from commit 1dc9dff)
- Loading branch information