修复HexUtil.isHexNumber()判断逻辑超出long的精度问题

This commit is contained in:
Looly
2022-11-24 13:33:12 +08:00
parent 26771b2853
commit 4e06f02610
3 changed files with 29 additions and 21 deletions

View File

@@ -10,6 +10,7 @@
### 🐞Bug修复
* 【json 】 修复普通byte数组转JSONArray时的异常pr#875@Gitee
* 【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题pr#874@Gitee
* 【core 】 修复HexUtil.isHexNumber()判断逻辑超出long的精度问题issue#I62H7K@Gitee
-------------------------------------------------------------------------------------------------------------