add method and test

This commit is contained in:
Looly
2020-05-13 06:24:53 +08:00
parent c047fd5a23
commit e2428714a0
4 changed files with 100 additions and 20 deletions

View File

@@ -10,7 +10,10 @@
* 【extra 】 增加Sftp.lsEntries方法Ftp和Sftp增加recursiveDownloadFolderpr#121@Gitee
* 【system 】 OshiUtil增加getNetworkIFs方法
* 【core 】 CollUtil增加unionDistinct、unionAll方法pr#122@Gitee
* 【core 】 增加IoUtil.readObj重载通过ValidateObjectInputStream由用户自定义安全检查。
### Bug修复
* 【core 】 修复IoUtil.readObj中反序列化安全检查导致的一些问题去掉安全检查。
-------------------------------------------------------------------------------------------------------------