PropDesc.isTransientForGet使用className,避免Android下类找不到问题

This commit is contained in:
Looly
2024-10-29 19:42:56 +08:00
parent db416c307c
commit e108aa18ce
2 changed files with 14 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.33(2024-10-25)
# 5.8.33(2024-10-29)
### 🐣新特性
* 【core 】 SyncFinisher增加setExecutorService方法issue#IANKQ1@Gitee
@@ -16,6 +16,7 @@
* 【db 】 QrCodeUtil添加二维码logo支持配置圆角pr#3747@Github
* 【core 】 TreeUtil.buildSingle指定rootId节点存在时作为根节点issue#IAUSHR@Gitee
* 【core 】 EscapeUtil.escapeHtml4增加空处理issue#IAZMYU@Gitee
* 【core 】 PropDesc.isTransientForGet使用className避免Android下类找不到问题issue#IB0JP5@Gitee
### 🐞Bug修复
* 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题issue#3713@Github