修复ReentrantCache#getOrRemoveExpired方法丢失onRemove触发问题(pr#1315@Gitee)

This commit is contained in:
Looly 2025-03-03 10:48:05 +08:00
parent c41612d21d
commit a74b2f8b0f

View File

@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.37(2025-02-27)
# 5.8.37(2025-03-03)
### 🐣新特性
* 【json 】 ObjectMapper删除重复trimpr#3859@Github
@ -11,6 +11,7 @@
### 🐞Bug修复
* 【setting】 修复`SettingLoader`load未抛出异常导致配置文件无法正常遍历的问题pr#3868@Github
* 【cache 】 修复`ReentrantCache#getOrRemoveExpired`方法丢失onRemove触发问题pr#1315@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.36(2025-02-18)