修复ReflectUtil 反射方法中桥接问题

This commit is contained in:
Looly
2022-09-23 11:51:49 +08:00
parent e59548ebbf
commit 8d348b539d
3 changed files with 35 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.8.M1 (2022-09-22)
# 5.8.8.M1 (2022-09-23)
### 🐣新特性
* 【core 】 StreamUtil.of方法新增对 Iterator 支持StreamUtil.of(Iterable) 方法优化pr#807@Gitee
@@ -17,6 +17,7 @@
* 【core 】 修复murmur3_32实现错误pr#2616@Github
* 【core 】 修复PunyCode处理域名的问题pr#2620@Github
* 【core 】 修复ObjectUtil.defaultIfNull去掉误加的deprecatedissue#I5SIZT@Gitee
* 【core 】 修复ReflectUtil 反射方法中桥接判断问题issue#2625@Github
-------------------------------------------------------------------------------------------------------------