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 08425d17f Strip L suffix for oversized hex literals in createNumber
(#1712).
08425d17f is described below
commit 08425d17f0adf454d6cd4c8c30efa08a7aed3978
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 17 18:46:22 2026 +0000
Strip L suffix for oversized hex literals in createNumber (#1712).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 421c7b61d..101576ddd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -189,6 +189,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Reject doubled leading sign in NumberUtils.createBigInteger
(#1702).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix RandomStringUtils.random() false rejection of letters and digits
(#1703).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix substringAfter(Last) for supplementary code points
(#1707).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Strip L suffix for oversized hex literals in createNumber
(#1712).</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>