修复StampedCache的get方法非原子问题

This commit is contained in:
Looly
2023-12-09 01:05:55 +08:00
parent 9c351cfb84
commit 1e06dd4674
6 changed files with 144 additions and 109 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.24(2023-12-05)
# 5.8.24(2023-12-09)
### 🐣新特性
* 【cache 】 Cache增加get重载可自定义超时时间issue#I8G0DL@Gitee
@@ -16,6 +16,7 @@
* 【http 】 修复RootAction send404 抛异常问题pr#1107@Gitee
* 【extra 】 修复Archiver 最后一个 Entry 为空文件夹时未关闭 Entry问题pr#1123@Gitee
* 【core 】 修复ImgUtil.convert png转jpg在jdk9+中失败问题issue#I8L8UA@Gitee
* 【cache 】 修复StampedCache的get方法非原子问题issue#I8MEIX@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.23(2023-11-12)