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 4a80aeb07 Fix TypeUtils.isAssignable() for wildcards with multiple 
upper bounds (#1782).
4a80aeb07 is described below

commit 4a80aeb071d3e268ad6b62999525e9eb3e091405
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 8 08:29:46 2026 -0400

    Fix TypeUtils.isAssignable() for wildcards with multiple upper bounds
    (#1782).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f35afa03e..2cb631eb3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -303,6 +303,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="alhudz, Gary 
Gregory">Fix int overflow in Conversion count and position bounds guards 
(#1779).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ClassUtils.getClassStrict(ClassLoader, String, boolean) 
(f020).</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ClassUtils.getClassStrict(String) (f020).</action>
+    <action                   type="add" dev="ggregory" due-to="Gary Gregory, 
gaurav kumar pandey">Fix TypeUtils.isAssignable() for wildcards with multiple 
upper bounds (#1782).</action>
     <!-- UPDATE -->
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Bump org.apache.commons:commons-parent from 92 to 105 
#1498.</action>
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">[test] Bump org.apache.commons:commons-text from 1.14.0 to 
1.15.0.</action>

Reply via email to