From acacf92c9099682e27d7d21ada374d8cd73d54df Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 11 Apr 2023 23:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BD=BF=E7=94=A8AnnotationU?= =?UTF-8?q?til.getAnnotationAlias=E8=8E=B7=E5=8F=96=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E6=97=B6=E5=8F=AF=E8=83=BD=E4=BC=9A=E5=87=BA=E7=8E=B0=E7=A9=BA?= =?UTF-8?q?=E6=8C=87=E9=92=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3abeaa71..a68452a8b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,14 @@ * 【core 】 新增JdkUtil * 【core 】 DateUtil.getZodiac增加越界检查(issue#3036@Github) * 【core 】 CsvReader修改策略,添加可选是否关闭Reader重载,默认不关闭Reader(issue#I6UAX1@Gitee) -* 【core 】 isNotEmpty修改规则,避开IDEA错误提示(issue#I6UBMA@Gitee) +* 【core 】 isNotEmpty修改规则,避开IDEA错误提示(pr#974@Gitee) ### 🐞Bug修复 * 【core 】 CollUtil.split优化切割列表参数判断,避免OOM(pr#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)