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 5c01bd1fa Fix MethodUtils.invokeMethod on instances of non-public 
classes (#1783).
5c01bd1fa is described below

commit 5c01bd1fa2abcf80313f544e5f477377e2487639
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 9 02:34:52 2026 -0400

    Fix MethodUtils.invokeMethod on instances of non-public classes (#1783).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e1d5aa8d5..9962cce99 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -281,6 +281,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Reflection builders' cycle registry unregisters per-visit: cycle-SAFE 
but DAG-exponential, a 40-level reference diamond drives ~2^40 traversals and 
unbounded output (f032).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">FastDateFormat static caches grow without bound per distinct 
pattern/zone/locale, untrusted patterns pin several KB each, forever 
(f033).</action>
     <action                   type="fix" dev="ggregory" due-to="Jeff Lenamon, 
Gary Gregory">Fix Fraction.add and subtract for operands not in lowest terms 
(#1784).</action>
+    <action                   type="fix" dev="ggregory" due-to="Jeff Lenamon, 
Gary Gregory">Fix MethodUtils.invokeMethod on instances of non-public classes 
(#1783).</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