修复使用AnnotationUtil.getAnnotationAlias获取注解时可能会出现空指针的问题

This commit is contained in:
Looly 2023-04-11 23:18:06 +08:00
parent 6f68e2fac7
commit acacf92c90

View File

@ -14,13 +14,14 @@
* 【core 】 新增JdkUtil
* 【core 】 DateUtil.getZodiac增加越界检查issue#3036@Github
* 【core 】 CsvReader修改策略添加可选是否关闭Reader重载默认不关闭Readerissue#I6UAX1@Gitee
* 【core 】 isNotEmpty修改规则避开IDEA错误提示issue#I6UBMA@Gitee
* 【core 】 isNotEmpty修改规则避开IDEA错误提示pr#974@Gitee
### 🐞Bug修复
* 【core 】 CollUtil.split优化切割列表参数判断避免OOMpr#3026@Github
* 【core 】 修复FileUtil.move传入相同目录或子目录丢失源目录的问题pr#3032@Github
* 【core 】 修复SafeConcurrentHashMap.computeIfAbsent可能存在的结果为null的情况issue#I6RVMY@Gitee
* 【json 】 修复Pair反序列化报错问题issue#I6SZYB@Gitee
* 【core 】 修复使用AnnotationUtil.getAnnotationAlias获取注解时可能会出现空指针的问题pr#975@Gitee
-------------------------------------------------------------------------------------------------------------
# 5.8.16 (2023-03-26)