改进PropDesc中去除Transient引用避免NoClassDefFoundError

This commit is contained in:
Looly
2025-03-24 08:43:18 +08:00
parent 099ea19c97
commit 37ab8650c3
3 changed files with 32 additions and 14 deletions

View File

@@ -13,6 +13,7 @@
* 【core 】 增加`VersionUtil`版本比较工具pr#3876@Github
* 【db 】 增加GoldenDB识别pr#3886@Github
* 【http 】 改进`UrlQuery`对无参URL增加判断识别issue#IBRVE4@Gitee
* 【core 】 改进`PropDesc`中去除Transient引用避免NoClassDefFoundErrorissue#3901@Github
### 🐞Bug修复
* 【setting】 修复`SettingLoader`load未抛出异常导致配置文件无法正常遍历的问题pr#3868@Github