This is an automated email from the ASF dual-hosted git repository.

ggregory 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 c4ce5dbf3 [LANG-1798] Fix 
StringUtilsSubstringTest.testCountMatches_char() to call the correct method
c4ce5dbf3 is described below

commit c4ce5dbf3986b0487f35025865895893c182f120
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 08:35:50 2025 -0500

    [LANG-1798] Fix StringUtilsSubstringTest.testCountMatches_char() to call
    the correct method
---
 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 b6ec05fd5..9ff2aa5d1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fix NullPointerException in 
ReflectionDiffBuilder.getExcludeFieldNames() when instance created with 
ReflectionDiffBuilder.ReflectionDiffBuilder(T, T, ToStringStyle).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Fail-fast for a null DiffBuilder in 
ReflectionDiffBuilder.ReflectionDiffBuilder(DiffBuilder, String[]) instead of 
getting a NullPointerException in ReflectionDiffBuilder instance 
methods.</action>
     <action                   type="fix" dev="ggregory" due-to="Michael 
Hausegger, Gary Gregory">Fix NumberUtilsTest#testMaxDouble() and testMaxFloat() 
#4959.</action>
-    <action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix 
Javadoc for IEEE754rUtils.max(float...) and 
IEEE754rUtils.max(double...).</action>    
+    <action issue="LANG-1797" type="fix" dev="ggregory" due-to="IcoreE">Fix 
Javadoc for IEEE754rUtils.max(float...) and 
IEEE754rUtils.max(double...).</action>
+    <action issue="LANG-1798" type="fix" dev="ggregory" due-to="IcoreE, Gary 
Gregory">Fix StringUtilsSubstringTest.testCountMatches_char() to call the 
correct method.</action>
     <!-- ADD -->
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 93 
#1498.</action>

Reply via email to