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 0d8dbd208 Handle supplementary code points in WordUtils case methods
(#1728).
new 0311b67ba Merge branch 'master' of
https://[email protected]/apache/commons-lang.git
0d8dbd208 is described below
commit 0d8dbd208a7329c0783df4385123877e2ca23852
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 19:14:13 2026 +0000
Handle supplementary code points in WordUtils case methods (#1728).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 243f9970f..aca545a62 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -208,6 +208,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix MethodUtils.getMatchingMethod false ambiguity on boxed arguments
(#1727).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fold supplementary code points in CharSequenceUtils.regionMatches
(#1725).</action>
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Fix WordUtils.containsAllWords missing words across line breaks
(#1732).</action>
+ <action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Handle supplementary code points in WordUtils case methods
(#1728).</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>