This commit is contained in:
Looly
2020-11-30 02:08:14 +08:00
parent 2f7cd18895
commit cdfae52eb9
16 changed files with 325 additions and 166 deletions

View File

@@ -26,6 +26,7 @@
* 【core 】 增加compile包pr#1243@Github
* 【core 】 增加ResourceClassLoader、CharSequenceResource、FileObjectResource
* 【core 】 修改IoUtil.read(Reader)逻辑默认关闭Reader
* 【core 】 ZipUtil增加Zip方法pr#222@Gitee
### Bug修复
* 【cron 】 修复CronTimer可能死循环的问题issue#1224@Github