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