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 9aafb61e8 Fix substringAfter(Last) for supplementary code points
(#1707).
9aafb61e8 is described below
commit 9aafb61e8af50eb3d9aaa139ddb129afac7eadd9
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 15 12:05:58 2026 +0000
Fix substringAfter(Last) for supplementary code points (#1707).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index dc87f2991..421c7b61d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -188,6 +188,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Gary Gregory,
Javid Khan">Throw IllegalArgumentException for trailing whitespace in
ExtendedMessageFormat argument index (#1701).</action>
<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>
<!-- 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>