mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
f54e1ef880
MethodArgumentTypeMismatchException and MethodArgumentConversionNotSupportedException are TypeMismatchException subclasses with MethodParameter information and should initialize propertyName in TypeMismatchInformation. Closes gh-29959