add FuncComparator

This commit is contained in:
Looly
2021-08-24 23:13:10 +08:00
parent 3c8ea37ca8
commit 9a21da9c78
10 changed files with 231 additions and 74 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.10 (2021-08-22)
# 5.7.10 (2021-08-24)
### 🐣新特性
* 【core 】 增加NamingCase类
@@ -19,6 +19,7 @@
* 【poi 】 Excel07SaxReader支持数字类型sheet名称、支持sheetName:名称前缀issue#I46OMA@Gitee
* 【extra 】 Mail增加build方法issue#I46LGE@Gitee
* 【core 】 XmlUtil增加beanToXml重载支持忽略null
* 【core 】 添加NullComparator、FuncComparatorissue#I471X7@Gitee
### 🐞Bug修复
* 【core 】 修复MapUtil.sort比较器不一致返回原map的问题issue#I46AQJ@Gitee