修复CronPatternUtil.nextDateAfter栈溢出问题

This commit is contained in:
Looly
2024-08-08 19:15:24 +08:00
parent 57d9a415fc
commit 4c00f6adb2
4 changed files with 60 additions and 5 deletions

View File

@@ -31,6 +31,7 @@
* 【core 】 修复CsvParser中对正文中双引号处理逻辑问题pr#1244@Gitee
* 【core 】 修复ZipUtil.zip压缩到本目录时可能造成的死循环问题issue#IAGYDG@Gitee
* 【cache 】 修复AbstractCache.get中锁不一致导致的并发问题issue#3686@Github
* 【cron 】 修复CronPatternUtil.nextDateAfter栈溢出问题issue#3685@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-07-03)