fix comment and test

This commit is contained in:
Looly
2021-06-20 00:18:02 +08:00
parent 59275491de
commit 081a51ff83
4 changed files with 12 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.2 (2021-06-19)
# 5.7.2 (2021-06-20)
### 🐣新特性
* 【core 】 增加UserPassAuthenticator
@@ -12,13 +12,14 @@
* 【core 】 增加TreeBuilder
* 【core 】 IterUtil增加getFirstNonNull方法
* 【core 】 NumberUtil判空改为isBlankissue#1664@Github
* 【jwt 】 增加JWTValidator、RegisteredPayload
### 🐞Bug修复
* 【db 】 修复Oracle下别名错误造成的SQL语法啊错误issue#I3VTQW@Gitee
* 【core 】 修复ConcurrencyTester重复使用时开始测试未清空之前任务的问题issue#I3VSDO@Gitee
* 【poi 】 修复使用BigWriter写出ExcelWriter修改单元格值失败的问题issue#I3VSDO@Gitee
* 【jwt 】 修复Hmac算法下生成签名是hex的问题issue#I3W6IP@Gitee
*jwt 】 修复TreeUtil.build中deep失效问题issue#1661@Github
*core 】 修复TreeUtil.build中deep失效问题issue#1661@Github
-------------------------------------------------------------------------------------------------------------