mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题
This commit is contained in:
parent
7a10881d30
commit
ff6adb3c68
@ -24,6 +24,7 @@
|
||||
* 【core 】 修复时间轮添加任务线程安全问题(pr#2712@Github)
|
||||
* 【core 】 修复 BeanUtil#copyProperties 源对象与目标对象都是 Map 时设置忽略属性无效问题(pr#2698@Github)
|
||||
* 【core 】 修复ChineseDate传入农历日期非闰月时获取公历错误问题(issue#I5YB1A@Gitee)
|
||||
* 【core 】 修复key为弱引用 value为强引用 会导致key无法被回收 弱引用失效问题(pr#2723@Github)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.9 (2022-10-22)
|
||||
|
Loading…
Reference in New Issue
Block a user