修复SONArray的add()方法抛出OutOfMemory异常问题

This commit is contained in:
Looly
2023-08-30 22:10:03 +08:00
parent 45e9006a94
commit 9ba8f9ca5d
3 changed files with 11 additions and 1 deletions

View File

@@ -25,7 +25,8 @@
* 【core 】 修复Ipv4Util.getEndIpLong 取反符号导致数据越界issue#I7U1OQ@Gitee
* 【http 】 修复302重定向时Location中的问号被转义问题issue#3265@Github
* 【core 】 修复CombinationAnnotationElement判断循环问题pr#3267@Github
* 【core 】 修复StrUtil#containsAny NPE问题问题pr#1063@Gitee
* 【core 】 修复StrUtil#containsAny NPE问题pr#1063@Gitee
* 【all 】 修复SONArray的add()方法抛出OutOfMemory异常问题issue#3286@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.21(2023-07-29)