mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复CollectorUtil.reduceListMap与collectors.groupby一起使用时出现与预期不符问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# 🚀Changelog
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.23(2023-11-09)
|
||||
# 5.8.23(2023-11-12)
|
||||
|
||||
### 🐣新特性
|
||||
* 【json 】 改进TemporalAccessorSerializer支持dayOfMonth和month枚举名(issue#I82AM8@Gitee)
|
||||
@@ -26,6 +26,7 @@
|
||||
* 【core 】 修复ClassUtil#scanJar未正确关闭文件问题(issue#3361@Github)
|
||||
* 【db 】 修复Column.getDigit返回值错误问题(issue#3370@Github)
|
||||
* 【core 】 修复合成注解在并发环境无法保证正确缓存属性值的问题(pr#1097@Gitee)
|
||||
* 【core 】 修复CollectorUtil.reduceListMap与collectors.groupby一起使用时出现与预期不符问题(pr#1102@Gitee)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.22(2023-09-13)
|
||||
|
Reference in New Issue
Block a user