修复VersionComparator传入空字符串报错问题

This commit is contained in:
Looly
2024-06-12 00:31:25 +08:00
parent 6ff4309cce
commit 3aa9bdfcfa
4 changed files with 21 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.29(2024-06-07)
# 5.8.29(2024-06-12)
### 🐣新特性
* 【core 】 DateUtil增加offsetYear方法
@@ -11,7 +11,8 @@
### 🐞Bug修复
* 【core 】 修复AnnotationUtil可能的空指针错误
* 【core 】 修复BeanUtil.isBean判断Dict错误问题issue#I9VTZG@gitee
* 【core 】 修复BeanUtil.isBean判断Dict错误问题issue#I9VTZG@Gitee
* 【core 】 修复VersionComparator传入空字符串报错问题pr#3614@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.28(2024-05-29)