修复BeanUtil.copyToList复制Long等类型错误问题

This commit is contained in:
Looly
2023-05-20 02:30:24 +08:00
parent 47759928ac
commit d8b9b5cad1
3 changed files with 36 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
* 【core 】 修复ZipReader.get调用reset异常问题issue#3099@Github
* 【core 】 修复FileUtil.createTempFile可能导致的漏洞issue#3103@Github
* 【cron 】 修复SystemTimer无法结束进程问题issue#3090@Github
* 【core 】 修复BeanUtil.copyToList复制Long等类型错误问题issue#3091@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.18 (2023-04-27)