修复BeanConverterMapConverter源Bean判断问题(pr#4252@Github)

This commit is contained in:
Looly
2026-05-19 21:42:54 +08:00
parent 62f240ae75
commit 079a8136d6

View File

@@ -1,7 +1,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.45(2026-05-14)
# 5.8.45(2026-05-19)
### 🐣新特性
* 【core 】 `AnnotationUtil`新增两级缓存架构提升高频注解解析性能pr#1434@Gitee
* 【core 】 `RegexPool.PLATE_NUMBER`新增粤AP号段支持issue#IJNDJR@Gitee
@@ -13,6 +13,7 @@
* 【core 】 修复`JNDIUtil`远程加载漏洞issue#4249@Github
* 【core 】 修复`ValidateObjectInputStream`白名单规则问题issue#4249@Github
* 【core 】 修复`VersionUtil`比对null时结果异常问题issue#IJNFQZ@Gitee
* 【core 】 修复`BeanConverter``MapConverter`源Bean判断问题pr#4252@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.44(2026-03-11)