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-text.git
The following commit(s) were added to refs/heads/master by this push:
new cb74e0d7 Match String case folding in
TextStringBuilder.equalsIgnoreCase (#762).
new 7eb9942d Merge branch 'master' of
https://github.com/apache/commons-text.git
cb74e0d7 is described below
commit cb74e0d7e25e0e5cfdcc1c22cca9fc1330475ab9
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 11:07:42 2026 -0400
Match String case folding in TextStringBuilder.equalsIgnoreCase (#762).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 632c0441..06988599 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Keep
TextStringBuilder.reverse from splitting surrogate pairs (#756).</action>
<action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Stop
ExtendedMessageFormat seekNonWs reading past the pattern end (#759).</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory, Anik1459">Better
exception messages in ExtendedMessageFormat.applyPattern(String)
(#758).</action>
+ <action type="fix" dev="ggregory" due-to="alhuda, Gary Gregory">Match
String case folding in TextStringBuilder.equalsIgnoreCase (#762).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 102.</action>