This is an automated email from the ASF dual-hosted git repository.

ggregory 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 ac91ddd6a Improve test coverage for TypeUtils.isAssignable() #1574.
ac91ddd6a is described below

commit ac91ddd6ad1c09e0fadf0c6422bf04ba4aed37a9
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 21 07:46:21 2026 -0500

    Improve test coverage for TypeUtils.isAssignable() #1574.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2cb2c3c65..aa744cc1b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
David Du">Simplify NumberUtils.isParsable(String) #1570.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">RandomStringUtils.random() methods may not return when asked to 
generate only letters or only numbers while provided with a range that contains 
neither.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
Akshat Upadhyay">Fix Javadoc parameter comments in StringUtils.truncate() 
methods #1536.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
Dhaneesh.M">Improve test coverage for TypeUtils.isAssignable() #1574.</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