修复Pair反序列化报错问题

This commit is contained in:
Looly
2023-04-05 01:05:07 +08:00
parent 84e8456377
commit a97901f0e3
7 changed files with 283 additions and 82 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.17.M1 (2023-04-02)
# 5.8.17.M1 (2023-04-05)
### 🐣新特性
* 【core 】 SerializeUtil.deserialize增加白名单类避免RCE vulnerabilityissue#3021@Github
@@ -18,6 +18,7 @@
* 【core 】 CollUtil.split优化切割列表参数判断避免OOMpr#3026@Github
* 【core 】 修复FileUtil.move传入相同目录或子目录丢失源目录的问题pr#3032@Github
* 【core 】 修复SafeConcurrentHashMap.computeIfAbsent可能存在的结果为null的情况issue#I6RVMY@Gitee
* 【json 】 修复Pair反序列化报错问题issue#I6SZYB@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.16 (2023-03-26)