The GitHub Actions job "Java CI" on commons-lang.git/master has failed.
Run started by GitHub user garydgregory (triggered by garydgregory).

Head commit for run:
526a03a8701f85e422786f0a4d1fadd3f0c249c1 / Gary Gregory 
<[email protected]>
DateUtils.parseDateWithLeniency(String, Locale, String[], boolean) doesn't 
reset its time zone (#1660)

Calendar.clear() does not reset the time zone. A previous TZ-aware
pattern (for example, "z", "zz", "Z", "X..") that partially parsed could
have
mutated the calendar's time zone via Calendar.setTimeZone(...) before
failing on the remaining tokens. Restore the caller-supplied zone for
each
attempt so the outcome of pattern N+1 does not depend on the partial
state left by pattern N.

Report URL: https://github.com/apache/commons-lang/actions/runs/26046870260

With regards,
GitHub Actions via GitBox

Reply via email to