修复xml转json再转bean失败问题

This commit is contained in:
Looly
2023-06-14 13:33:27 +08:00
parent 0c1b76c5f3
commit 8eab38eac8
5 changed files with 100 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-06-12)
# 5.8.20(2023-06-14)
### 🐣新特性
* 【core 】 UrlQuery增加setStrict方法区分是否严格模式issue#I78PB1@Gitee
@@ -17,6 +17,7 @@
* 【core 】 修复Table#contains空指针问题issue#3135@Gitee
* 【core 】 修复FileUtil.checkSlip方法缺陷issue#3140@Github
* 【extra 】 修复Sftp中exists方法父目录不存在时报错issue#I7CSQ9@Gitee
* 【extra 】 修复xml转json再转bean失败问题issue#3139@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.19(2023-05-27)