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 9ed5d0ba9 Fix low surrogate false match in
containsAny/containsNone/indexOfAny (#1771).
9ed5d0ba9 is described below
commit 9ed5d0ba95652ffcbb912894ce67d81a2fbd60df
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 12 11:36:03 2026 -0400
Fix low surrogate false match in containsAny/containsNone/indexOfAny
(#1771).
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4e56303f6..4951818a1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -239,7 +239,8 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="hunghhdev">Fix
two Javadoc errors in StringUtils (#1763).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Reject non-ASCII hex characters in Conversion.hexDigitToInt
(#1767).</action>
<action type="fix" dev="ggregory" due-to="renechoi, Gary
Gregory">Fix the overflow bound direction in Instants.toMillisSince(Instant)
(#1766).</action>
- <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 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 containsAny/containsNone/indexOfAny
(#1771).</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>