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 0d9394c18 Fix WordUtils.containsAllWords missing words across line
breaks (#1732).
0d9394c18 is described below
commit 0d9394c18f4f8b16bfd8888e1279854258ae6210
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 25 19:11:43 2026 +0000
Fix WordUtils.containsAllWords missing words across line breaks (#1732).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1f89bb53..243f9970f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -207,6 +207,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="alhudz, Gary
Gregory">Emit surrogate pair for supplementary code points in UnicodeEscaper
(#1726).</action>
<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>
<!-- 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>