deprecate methods

This commit is contained in:
Looly
2020-08-07 18:09:42 +08:00
parent 594fc16960
commit e0508b0b88
3 changed files with 80 additions and 19 deletions

View File

@@ -15,6 +15,7 @@
* 【core 】 ArrayUtil增加isAllNull方法issue#1004@Github
* 【core 】 CollUtil增加contains方法pr#152@Gitee
* 【core 】 ArrayUtil增加isAllNotNull方法pr#1008@Github
* 【poi 】 closeAfterRead参数无效方法设为过期issue#1007@Github
### Bug修复#
* 【core 】 修复原始类型转换时,转换失败没有抛出异常的问题