Closed
Description
Overview
This is a follow up to #26777.
The support for fallback patterns introduced in Spring Framework 5.3.5 also introduced a regression regarding the loss of the original ParseException
in org.springframework.format.datetime.DateFormatter.parse(String, Locale)
.
Deliverables
- Retain the original
ParseException
inDateFormatter
.