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 163b55c25 Keep StringUtils stripStart and stripEnd off surrogate pair
boundaries (#1773).
163b55c25 is described below
commit 163b55c25263611bab4369d43dc9c28302b087ce
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 14 10:28:33 2026 -0400
Keep StringUtils stripStart and stripEnd off surrogate pair boundaries
(#1773).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c574526f..0dc2e08f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -242,6 +242,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Fix spurious overflow in Fraction.multiplyBy for unreduced operands
(#1769).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Fix low surrogate false match in StringUtils
containsAny/containsNone/indexOfAny (#1771).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Keep StringUtils.chop from splitting a trailing surrogate pair
(#1770).</action>
+ <action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Keep StringUtils stripStart and stripEnd off surrogate pair boundaries
(#1773).</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>