NumberUtil.parseInt忽略科学计数法

This commit is contained in:
Looly
2022-08-15 10:10:17 +08:00
parent e6b89806f4
commit 2f66008d02
3 changed files with 69 additions and 46 deletions

View File

@@ -8,6 +8,7 @@
### 🐣新特性
* 【core 】 CollUtil新增addIfAbsent方法pr#750@Gitee
* 【core 】 DateUtil.parseUTC支持只有时分的格式issue#I5M6DP@Gitee
* 【core 】 NumberUtil.parseInt忽略科学计数法issue#I5M55F@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee