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 1824f2c77 Fix ConstructorUtils.getMatchingAccessibleConstructor on 
non-public classes (#1793).
1824f2c77 is described below

commit 1824f2c776c2a0008a79396d9133174142d7b27a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Sep 19 07:48:08 2026 -0700

    Fix ConstructorUtils.getMatchingAccessibleConstructor on non-public
    classes (#1793).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 244821452..53340ae8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -288,6 +288,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="尹茂椿萱, 
makarandhinge, Gary Gregory" issue="LANG-1834">Fix Fraction reduction for 
Integer.MIN_VALUE (#1794).</action>
     <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Defensively clone the TimeZone in FastDatePrinter and FastDateParser 
(#1795).</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Defensively clone time zones used as FastDateFormat cache keys to 
prevent caller mutations from returning formatters with stale time zone 
rules.</action>
+    <action                   type="fix" dev="ggregory" due-to="gaurav kumar 
pandey, Gary Gregory">Fix ConstructorUtils.getMatchingAccessibleConstructor on 
non-public classes (#1793).</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