修复FileTypeUtil.getType空指针问题

This commit is contained in:
Looly
2024-07-15 20:24:10 +08:00
parent 068ba234da
commit 7262c7695f
3 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-11)
# 5.8.30(2024-07-15)
### 🐣新特性
* 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github
@@ -12,6 +12,7 @@
* 【core 】 修复FileUtil.cleanEmpty无法正确清空递归空目录问题pr#1233@Gitee
* 【core 】 修复BeanUtil.copyProperties中mapToMap时key被转为String问题issue#3645@Github
* 【core 】 修复FileUtil.file末尾换行符导致路径判断错误的问题issue#IAB65V@Gitee
* 【core 】 修复FileTypeUtil.getType空指针问题issue#IAD5JM@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-07-03)