修复ClassUtil.getTypeArgument() 获取泛型存在null问题

This commit is contained in:
Looly
2024-03-18 09:53:15 +08:00
parent 03a92830a6
commit bf890d17f1
3 changed files with 42 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.27(2024-03-15)
# 5.8.27(2024-03-18)
### 🐣新特性
* 【extra 】 FreemarkerEngine修改默认版本参数
@@ -17,6 +17,7 @@
* 【http 】 修复CVE-2022-22885HttpGlobalConfig可选关闭信任hostissue#2042@Github
* 【core 】 修复DateUtil.betweenYear闰年2月问题issue#I97U3J@Gitee
* 【captcha】 修复Graphics2D的资源没释放问题issue#I98PYN@Gitee
* 【core 】 修复ClassUtil.getTypeArgument() 获取泛型存在null问题issue#3516@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.26(2024-02-10)