This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new cc54667ce FastDatePrinter WeekYear rule calls Calendar.getWeekYear()
may throw UnsupportedOperationException #1659
cc54667ce is described below
commit cc54667ce1ee7d4cbddd836d14467d1569b4057f
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 18 12:37:46 2026 -0400
FastDatePrinter WeekYear rule calls Calendar.getWeekYear() may throw
UnsupportedOperationException #1659
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6acd37300..f7f147059 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -159,6 +159,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">StrBuilder.deleteImpl(int, int, int) doesn't clear
its unused bytes. (#1654).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">LocaleUtils.parseLocale(String) operator precedence
bug allows invalid language with numeric country (#1658).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">DurationUtils.toMillisInt() throws
ArithmeticException on long overflows before clamping (#1657).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">FastDatePrinter WeekYear rule calls
Calendar.getWeekYear() may throw UnsupportedOperationException (#1659).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>