废弃StampedCache,可能造成Map循环调用导致死锁(issue#IBDGBZ@Gitee)

This commit is contained in:
Looly
2024-12-25 12:53:24 +08:00
parent fe74f26f6f
commit 416f0f3fa7
4 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.35(2024-12-21)
# 5.8.35(2024-12-25)
### 🐣新特性
* 【poi 】 优化ExcelWriter中使用比较器writer的方法只对第一条数据进行排序pr#3807@Github
@@ -19,6 +19,7 @@
* 【core 】 修复DateUtil.rangeContains未重置问题issue#IB8OFS@Gitee
* 【cache 】 修复StampedCache类get方法并发问题issue#IBCIQG@Gitee
* 【cache 】 修复FIFOCache类使用StampedCache导致并发读的并发问题issue#IBCIQG@Gitee
* 【cache 】 废弃StampedCache可能造成Map循环调用导致死锁issue#IBDGBZ@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.34(2024-11-25)