fix copyProperties bug

This commit is contained in:
Looly
2020-05-09 21:50:15 +08:00
parent 8289e6a8da
commit c1edd9b401
6 changed files with 82 additions and 11 deletions

View File

@@ -7,10 +7,12 @@
### 新特性
* 【core 】 增加URLUtil.getContentLength方法issue#I1GB1Z@Gitee
* 【extra 】 增加PinyinUtilissue#I1GMIV@Gitee
### Bug修复
* 【extra 】 修复Ftp设置超时问题
*extra 】 修复TreeUtil根据id查找子节点时的NPE问题pr#120@Gitee
* 【extra 】 修复Ftp设置超时问题issue#I1GMTQ@Gitee
*core 】 修复TreeUtil根据id查找子节点时的NPE问题pr#120@Gitee
* 【core 】 修复BeanUtil.copyProperties中Alias注解无效问题issue#I1GK3M@Gitee
-------------------------------------------------------------------------------------------------------------