修复CollectorUtil.reduceListMap与collectors.groupby一起使用时出现与预期不符问题

This commit is contained in:
Looly 2023-11-12 16:46:02 +08:00
parent bb7fce8130
commit 65d7ff0d1c

View File

@ -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)