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 dd2028bd6 FastTimeZone.getGmtTimeZone() Javadoc promises null on
no-match; regex always matches (#1674).
dd2028bd6 is described below
commit dd2028bd6c583b8c6aab4e1b43d8b4b72fbdec65
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 17:48:52 2026 -0400
FastTimeZone.getGmtTimeZone() Javadoc promises null on no-match; regex
always matches (#1674).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e2f605084..669c68cbf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -169,6 +169,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">StrBuilder.setLength(int) shrink-branch leaves
residual chars in buffer tail (#1671).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">StrBuilder.replaceImpl() shrink-branch leaves
residual chars in buffer tail (#1672).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">NumericEntityUnescaper.translate() throws
IllegalArgumentException for values out of range (#1673).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">FastTimeZone.getGmtTimeZone() Javadoc promises null
on no-match; regex always matches (#1674).</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>