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 89f5c4df4 Fix FieldUtils.getField false ambiguity on inherited 
interface field (#1748)
89f5c4df4 is described below

commit 89f5c4df4064536b4090a65b1127e317a3382e30
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 10:29:01 2026 -0400

    Fix FieldUtils.getField false ambiguity on inherited interface field
    (#1748)
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8b472fb0..adc74fed9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -223,7 +223,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep FastDateParser.parse error message intact for Japanese imperial 
locale (#1743).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep ExtendedMessageFormat from rejecting a quoted format style 
(#1744).</action>
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Match String case folding in StrBuilder.equalsIgnoreCase 
(#1745).</action>
-    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Keep HashCodeBuilder.append(Object) from poisoning reflection hashCode 
(#1747).</action>
+    <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix FieldUtils.getField false ambiguity on inherited interface field 
(#1748).</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