修复TableMap没有default方法导致的问题

This commit is contained in:
Looly
2022-10-22 22:11:03 +08:00
parent f6fe00aa69
commit 92003ecbfb
3 changed files with 137 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.9.M1 (2022-10-16)
# 5.8.9.M1 (2022-10-22)
### 🐣新特性
* 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法pr#824@Gitee
@@ -24,6 +24,7 @@
* 【cache 】 修复LRUCache移除事件监听失效问题issue#2647@Github
* 【core 】 修复MapToMap中ignoreNullValue无效问题issue#2647@Github
* 【core 】 修复ReflectUtil.invokeRaw方法转换失败抛出异常问题pr#837@Gitee
* 【core 】 修复TableMap没有default方法导致的问题issue#I5WMST@Gitee
-------------------------------------------------------------------------------------------------------------