修复BeanUtil.copyProperties中mapToMap时key被转为String问题

This commit is contained in:
Looly
2024-07-06 11:36:22 +08:00
parent 1a46b2a39e
commit 48cc7f5b57
3 changed files with 41 additions and 8 deletions

View File

@@ -9,6 +9,7 @@
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee
* 【core 】 修复FileUtil.cleanEmpty无法正确清空递归空目录问题pr#1233@Gitee
* 【core 】 修复BeanUtil.copyProperties中mapToMap时key被转为String问题issue#3645@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-07-03)