fix bug#I3AXIJ

This commit is contained in:
Looly
2021-03-11 17:10:02 +08:00
parent 5cdbd16c0b
commit 511f688d1e
4 changed files with 65 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.0 (2021-03-10)
# 5.6.0 (2021-03-11)
### 新特性
* 【poi 】 重要不再兼容POI-3.x增加兼容POI-5.xissue#I35J6B@Gitee
@@ -15,10 +15,12 @@
* 【core 】 NumberUtil增加factorial针对BigInterger方法issue#1379@Github
* 【core 】 TreeNode增加equals方法issue#1467@Github
* 【core 】 增加汉字转阿拉伯数字Convert.chineseToNumberpr#1469@Github
* 【json 】 JSONUtil增加getByPath方法支持默认值issue#1470@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。
* 【core 】 修复DataSizeUtil中EB单位错误问题issue#I39O7I@Gitee
* 【core 】 修复BeanDesc.isMatchSetter的ignoreCase未使用问题issue#I3AXIJ@Gitee
-------------------------------------------------------------------------------------------------------------