修复JSON解析栈溢出部分问题

This commit is contained in:
Looly
2022-11-29 23:11:36 +08:00
parent b0bfbd8ec3
commit d8283fedb0
7 changed files with 125 additions and 13 deletions

View File

@@ -17,6 +17,7 @@
* 【core 】 修复ArrayUtil.insert()不支持原始类型数组的问题pr#874@Gitee
* 【core 】 修复HexUtil.isHexNumber()判断逻辑超出long的精度问题issue#I62H7K@Gitee
* 【core 】 修复BiMap中未重写computeIfAbsent和putIfAbsent导致双向查找出问题issue#I62X8O@Gitee
* 【json 】 修复JSON解析栈溢出部分问题issue#2746@Github
-------------------------------------------------------------------------------------------------------------