修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题

This commit is contained in:
Looly
2022-11-08 20:20:50 +08:00
parent 4fdc443a4e
commit a293fd5510
8 changed files with 40 additions and 28 deletions

View File

@@ -21,6 +21,7 @@
* 【core 】 修复StrUtil.subWithLength负数问题issue#I5YN49@Gitee
* 【core 】 修复DefaultTrustManager空指针问题issue#2716@Github
* 【core 】 修复时间轮添加任务线程安全问题pr#2712@Github
* 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题pr#2698@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.9 (2022-10-22)