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

Head commit for run:
0add789ed39fb3d59ce16048a3960821ee313bf7 / alhuda 
<[email protected]>
fix negative week year formatting in FastDatePrinter (#1762)

GregorianCalendar.getWeekYear() is proleptic, so a BC date yields a negative 
week year that WeekYear passed straight to the digit rules. Those rules build 
characters arithmetically, so the value walked below '0' and emitted control 
characters instead of digits. Emit the sign in WeekYear and pass the magnitude 
down, matching TimeZoneNumberRule.

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

With regards,
GitHub Actions via GitBox

Reply via email to