修复NumberUtil mul 传入null的string入参报错问题

This commit is contained in:
Looly
2023-05-05 19:23:23 +08:00
parent 049086aa79
commit 0252bd7445
2 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.19.M1 (2023-04-27)
# 5.8.19.M1 (2023-05-05)
### 🐣新特性
* 【db 】 优化HttpRequest.toString()内容打印issue#3072@Github
@@ -15,9 +15,10 @@
* 【core 】 修复HtmlUtil的removeHtmlAttr方法匹配问题issue#I6YNTF@Gitee
* 【core 】 修复JSONUtil.toBean目标存在Map字段无序问题issue#I6YN2A@Gitee
* 【http 】 修复HttpDownloader.downloadFile 方法缺少static问题issue#I6Z8VU@Gitee
* 【core 】 修复NumberUtil mul 传入null的string入参报错问题issue#I70JB3@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-05-04)
# 5.8.18 (2023-04-27)
### 🐣新特性
* 【extra 】 JschUtil新增一个重载方法以支持私钥以byte数组形式载入pr#3057@Github