修复FileUtil.file末尾换行符导致路径判断错误的问题

This commit is contained in:
Looly
2024-07-10 20:23:39 +08:00
parent b335a2e1dc
commit 30e4695096
3 changed files with 35 additions and 30 deletions

View File

@@ -2,14 +2,15 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-06)
# 5.8.30(2024-07-10)
### 🐣新特性
### 🐞Bug修复
* 【core 】 修复因RFC3986理解有误导致的UrlPath处理冒号转义问题issue#IAAE88@Gitee
* 【core 】 修复FileUtil.cleanEmpty无法正确清空递归空目录问题pr#1233@Gitee
* 【core 】 修复BeanUtil.copyProperties中mapToMap时key被转为String问题issue#3645@Gitee
* 【core 】 修复BeanUtil.copyProperties中mapToMap时key被转为String问题issue#3645@Github
* 【core 】 修复FileUtil.file末尾换行符导致路径判断错误的问题issue#IAB65V@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-07-03)