CollUtil.split优化切割列表参数判断,避免OOM

This commit is contained in:
Looly
2023-03-29 22:01:24 +08:00
parent 1c6c15df07
commit cbc2246a37
2 changed files with 8 additions and 3 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.17.M1 (2023-03-28)
# 5.8.17.M1 (2023-03-29)
### 🐣新特性
* 【core 】 SerializeUtil.deserialize增加白名单类避免RCE vulnerabilityissue#3021@Github
### 🐞Bug修复
* 【core 】 CollUtil.split优化切割列表参数判断避免OOM
* 【core 】 CollUtil.split优化切割列表参数判断避免OOMpr#3026@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.16 (2023-03-26)