修复FileUtil.move传入相同目录或子目录丢失源目录的问题

This commit is contained in:
Looly
2023-03-31 13:25:03 +08:00
parent 98ece759a0
commit 4fcdabb3f2
3 changed files with 75 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.17.M1 (2023-03-29)
# 5.8.17.M1 (2023-03-31)
### 🐣新特性
* 【core 】 SerializeUtil.deserialize增加白名单类避免RCE vulnerabilityissue#3021@Github
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【core 】 CollUtil.split优化切割列表参数判断避免OOMpr#3026@Github
* 【core 】 修复FileUtil.move传入相同目录或子目录丢失源目录的问题pr#3032@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.16 (2023-03-26)