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 226bf3975 Keep abbreviate and truncate off surrogate pair boundaries
(#1719).
226bf3975 is described below
commit 226bf3975afd430b6b74c23a0c9cbae9f9b90de5
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 17:00:00 2026 +0000
Keep abbreviate and truncate off surrogate pair boundaries (#1719).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f17854552..c61ea4684 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -198,6 +198,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix silent int overflow in Fraction.getFraction(double)
(#1717).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Find NaN in ArrayUtils.lastIndexOf for double and float arrays
(#1718).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Reject sign characters in UnicodeUnescaper hex values (#1721).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Keep abbreviate and truncate off surrogate pair boundaries
(#1719).</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>