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 23524a867 [LANG-1749] TypeUtils.isAssignable returns a wrong result
for ParameterizedType when raw class is "Class".
23524a867 is described below
commit 23524a86797b651e92dc6e6ef776d8c9727d885b
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 14:35:20 2025 -0500
[LANG-1749] TypeUtils.isAssignable returns a wrong result for
ParameterizedType when raw class is "Class".
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1005da67d..b8d897501 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -89,6 +89,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1807" type="fix" dev="ggregory" due-to="Zhongxin Yan,
Gary Gregory">Make private static variables final in RandomUtils.</action>
<action issue="LANG-1448" type="fix" dev="ggregory" due-to="David W.
Burhans, Gary Gregory, kamGP92">Javadoc: Normalize some varargs
examples.</action>
<action issue="LANG-1805" type="fix" dev="ggregory" due-to="Gary Gregory,
jher235">Speedup StringUtils.join(AllPrimitiveTypes[], char, int, int), see
StringUtilsJoinBenchmark, based on #1532. Also better StringBuilder
allocation</action>
+ <action issue="LANG-1749" type="fix" dev="ggregory" due-to="jinwoo choi,
Gary Gregory, YuMing Ma, Ivan Šarić">TypeUtils.isAssignable returns a wrong
result for ParameterizedType when raw class is "Class".</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>