zip压缩到本目录时可能造成的死循环问题

This commit is contained in:
Looly
2024-08-01 23:08:53 +08:00
parent 469b433b53
commit 02a38a4f52
3 changed files with 30 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.30(2024-07-31)
# 5.8.30(2024-08-01)
### 🐣新特性
* 【core 】 Converter转换规则变更空对象、空值转为Bean时创建默认对象而非nullissue#3649@Github
@@ -26,6 +26,7 @@
* 【core 】 修复IdcardUtil.isValidHKCard校验问题issue#IAFOLI@Gitee
* 【core 】 修复Convert.digitToChinese(0)输出金额无`元整问题`issue#3662@Github
* 【core 】 修复CsvParser中对正文中双引号处理逻辑问题pr#1244@Gitee
* 【core 】 修复ZipUtil.zip压缩到本目录时可能造成的死循环问题issue#IAGYDG@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-07-03)