fix json bug

This commit is contained in:
Looly
2022-06-06 00:38:48 +08:00
parent 78b6c9909e
commit bd7d088178
4 changed files with 35 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.3.M1 (2022-06-05)
# 5.8.3.M1 (2022-06-06)
### 🐣新特性
* 【extra 】 mail增加writeTimeout参数支持issue#2355@Github
@@ -11,6 +11,7 @@
### 🐞Bug修复
* 【core 】 修复NumberUtil.isXXX空判断错误issue#2356@Github
* 【core 】 修复Convert.toSBC空指针问题issue#I5APKK@Gitee
* 【json 】 修复Bean中存在bytes无法转换问题issue#2365@Github
-------------------------------------------------------------------------------------------------------------