mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复BeanUtil.isCommonFieldsEqual判空导致的问题
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# 🚀Changelog
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.21(2023-07-03)
|
||||
# 5.8.21(2023-07-05)
|
||||
|
||||
### 🐣新特性
|
||||
* 【core 】 list 为空时,CollUtil.max等返回null而非异常(pr#1027@Gitee)
|
||||
@@ -20,6 +20,7 @@
|
||||
* 【core 】 修复PathUtil.getMimeType可能造成的异常(issue#3179@Github)
|
||||
* 【core 】 修复Pair序列化转换无效问题(issue#I7GPGX@Github)
|
||||
* 【core 】 修复TypeUtil.getTypeArgument对实现接口获取不全面问题(issue#I7CRIW@Gitee)
|
||||
* 【core 】 修复BeanUtil.isCommonFieldsEqual判空导致的问题
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.20(2023-06-16)
|
||||
|
Reference in New Issue
Block a user