修复没有属性的对象转json字符串抛异常问题

This commit is contained in:
Looly
2023-04-12 00:11:03 +08:00
parent 89ccae81d1
commit 0d0dd1b9d2
3 changed files with 46 additions and 6 deletions

View File

@@ -22,6 +22,7 @@
* 【core 】 修复SafeConcurrentHashMap.computeIfAbsent可能存在的结果为null的情况issue#I6RVMY@Gitee
* 【json 】 修复Pair反序列化报错问题issue#I6SZYB@Gitee
* 【core 】 修复使用AnnotationUtil.getAnnotationAlias获取注解时可能会出现空指针的问题pr#975@Gitee
* 【json 】 修复没有属性的对象转json字符串抛异常问题issue#3051@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.16 (2023-03-26)