修复BeanUtil.copyProperties 包含EnumSet ,类型转换异常问题

This commit is contained in:
Looly
2022-11-12 19:46:57 +08:00
parent 47198cc819
commit 8ff1368f30
4 changed files with 27 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.10.M1 (2022-11-11)
# 5.8.10.M1 (2022-11-12)
### 🐣新特性
* 【http 】 HttpResponse增加getFileNameFromDisposition方法pr#2676@Github
@@ -25,6 +25,7 @@
* 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题pr#2698@Github
* 【core 】 修复ChineseDate传入农历日期非闰月时获取公历错误问题issue#I5YB1A@Gitee
* 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题pr#2723@Github
* 【core 】 修复BeanUtil.copyProperties 包含EnumSet 类型转换异常问题pr#2684@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.9 (2022-10-22)