• S
    Retain root cause for parsing patterns in @DateTimeFormat · 22d90120
    Sam Brannen 提交于
    The support for fallback parsing patterns in @DateTimeFormat introduced
    in gh-20292 introduced a regression in that the original cause of the
    parsing exception was no longer retained.
    
    This commit ensures that the original DateTimeParseException is set as
    the cause for any newly created DateTimeParseException, thereby
    retaining the original exception as the root cause.
    
    Closes gh-26777
    22d90120
TemporalAccessorParser.java 5.1 KB