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 5d1048868 Fix MethodUtils.getMatchingMethod false ambiguity on boxed 
arguments (#1727).
5d1048868 is described below

commit 5d10488686971a1d694ffbbedaa2f2e75ba3e8fc
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 23 18:36:28 2026 +0000

    Fix MethodUtils.getMatchingMethod false ambiguity on boxed arguments
    (#1727).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ecf437299..ec2b36e2b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -205,6 +205,7 @@ java.lang.NullPointerException: Cannot invoke
     <action issue="LANG-1824" type="fix" dev="ggregory" due-to="Dhruv 
Aggarwal, Gary Gregory">Fix Strings.replace overflow on large replacements 
(#1716).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Classify supplementary code points in StringUtils is* predicates 
(#1724).</action>
     <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>
     <!-- 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>

Reply via email to