修复LRUCache移除事件监听失效

This commit is contained in:
Looly
2022-10-12 00:11:32 +08:00
parent 09e8d7c6d1
commit c12102e89b
4 changed files with 64 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.9.M1 (2022-10-09)
# 5.8.9.M1 (2022-10-12)
### 🐣新特性
* 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法pr#824@Gitee
@@ -17,6 +17,7 @@
* 【http 】 修复Http重定全局设置无效问题pr#2639@Github
* 【core 】 修复ReUtil.replaceAll替换变量错误问题pr#2639@Github
* 【core 】 修复FileNameUtil.mainName二级扩展名获取错误问题issue#2642@Github
* 【cache 】 修复LRUCache移除事件监听失效问题issue#2647@Github
-------------------------------------------------------------------------------------------------------------