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
commit 98bc7e5e6ca00958005b7eb741377e1f834a33bd Author: Gary Gregory <[email protected]> AuthorDate: Sun Jun 28 11:49:07 2026 +0000 Handle supplementary code points in StringUtils.splitByCharacterType() (#1734). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2b53d5487..4be35f47b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -212,6 +212,7 @@ java.lang.NullPointerException: Cannot invoke <action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix StringUtils.getDigits dropping supplementary digits (#1729).</action> <action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Keep StrBuilder.reverse from splitting surrogate pairs (#1730).</action> <action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Fix NumberUtils min/max varargs dropping the sign of zero (#1733).</action> + <action type="fix" dev="ggregory" due-to="alhudz, Gary Gregory">Handle supplementary code points in StringUtils.splitByCharacterType() (#1734).</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>
