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 5a62dd00b NumericEntityUnescaper.translate() throws
IllegalArgumentException for values out of range (#1673).
5a62dd00b is described below
commit 5a62dd00b16179fcba4566728c8b39d8461af4fa
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 24 15:42:26 2026 -0400
NumericEntityUnescaper.translate() throws IllegalArgumentException for
values out of range (#1673).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25c068894..e2f605084 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -168,6 +168,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">ClassUtils.toCleanName(String) resolves malformed
array suffixes (#1670).</action>
<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>
<!-- 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>