add default method

This commit is contained in:
Looly
2020-05-28 01:16:42 +08:00
parent 44fe8904a2
commit 6b6366e1ef
12 changed files with 298 additions and 113 deletions

View File

@@ -22,10 +22,13 @@
* 【core 】 ImgUtil增加去除背景色的方法pr#124@Gitee
* 【system 】 OshiUtil增加获取CPU使用率的方法pr#124@Gitee
* 【crypto 】 AsymmetricAlgorithm去除ECissue#887@Github
* 【cache 】 超时缓存使用的线程池大小默认为1issue#890@Github
* 【poi 】 ExcelSaxReader支持handleCell方法
### Bug修复
* 【core 】 修复SimpleCache死锁问题issue#I1HOKB@Gitee
* 【core 】 修复SemaphoreRunnable释放问题issue#I1HLQQ@Gitee
* 【poi 】 修复Sax方式读取Excel行号错误问题issue#882@Gitee
-------------------------------------------------------------------------------------------------------------