修复StampedCache类get方法并发问题(issue#IBCIQG@Gitee)

This commit is contained in:
Looly
2024-12-21 00:46:42 +08:00
parent 9c8dadf600
commit 7467d03fe2
2 changed files with 25 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.35(2024-12-19)
# 5.8.35(2024-12-21)
### 🐣新特性
* 【poi 】 优化ExcelWriter中使用比较器writer的方法只对第一条数据进行排序pr#3807@Github
@@ -16,6 +16,7 @@
### 🐞Bug修复
* 【crypto 】 修复JWTSignerUtil.createSigner中algorithmId未转换问题issue#3806@Github
* 【core 】 修复DateUtil.rangeContains未重置问题issue#IB8OFS@Gitee
* 【cache 】 修复StampedCache类get方法并发问题issue#IBCIQG@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.34(2024-11-25)