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 4a6fcb04e Fix negative week year formatting in FastDatePrinter (#1762).
4a6fcb04e is described below
commit 4a6fcb04ea563d551f7247da766e212add464703
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 06:56:55 2026 -0400
Fix negative week year formatting in FastDatePrinter (#1762).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d21b6704..4b2567671 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -233,6 +233,7 @@ java.lang.NullPointerException: Cannot invoke
<action issue="LANG-1829" type="fix" dev="ggregory" due-to="Maksym
Korshun">Add tests for DateUtils.truncatedCompareTo and truncatedEquals
(#1753).</action>
<action issue="LANG-1830" type="fix" dev="ggregory" due-to="Maksym
Korshun">Avoid repeated regex compilation in ClassUtils.toCleanName()
(#1754).</action>
<action type="fix" dev="ggregory" due-to="Maksym
Korshun">Add missing test for ObjectUtils.isEmpty(Object) and wait(Duration)
(#1755, #1756).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix negative week year formatting in FastDatePrinter (#1762).</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>