ModifierUtil和ReflectUtil增加removeFinalModify

This commit is contained in:
Looly
2022-09-21 18:31:31 +08:00
parent 0941210553
commit eef7943d8a
4 changed files with 71 additions and 36 deletions

View File

@@ -3,12 +3,13 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.8.M1 (2022-09-20)
# 5.8.8.M1 (2022-09-21)
### 🐣新特性
* 【core 】 StreamUtil.of方法新增对 Iterator 支持StreamUtil.of(Iterable) 方法优化pr#807@Gitee
* 【core 】 增加.wgt格式的MimeTypepr#2617@Github
* 【core 】 EnumUtil.getBy增加带默认值重载issue#I5RZU6@Gitee
* 【core 】 ModifierUtil和ReflectUtil增加removeFinalModifypr#810@Gitee
### 🐞Bug修复
* 【core 】 修复FileNameUtil.cleanInvalid无法去除换行符问题issue#I5RMZV@Gitee