修复Convert#toMap默认转成HashMap的问题

This commit is contained in:
Looly
2022-07-29 22:13:46 +08:00
parent d4d8522cd4
commit 52dec0c301
2 changed files with 93 additions and 89 deletions

View File

@@ -43,6 +43,7 @@
* 【core 】 修复UrlBuilder无法配置末尾追加“/”问题issue#2459@Github
* 【core 】 修复SystemPropsUtil.getBoolean方法应该只有值为true时才返回true其他情况都应该返回falsepr#717@Gitee
* 【core 】 修复isBase64判断不准确的问题pr#727@Gitee
* 【core 】 修复Convert#toMap默认转成HashMap的问题pr#729@Gitee
-------------------------------------------------------------------------------------------------------------