troyzhxu / bean-searcher

🔥🔥🔥 A read-only ORM focusing on advanced query, naturally supports joined tables, and avoids DTO/VO conversion, making it possible to realize complex query in one line of code !
https://bs.zhxu.cn
Apache License 2.0
1.31k stars 148 forks source link

v4.0.0 报错 java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy #70

Closed troyzhxu closed 1 year ago

troyzhxu commented 1 year ago

临时解决方法

以下任选一个依赖添加到项目中:

implementation 'cn.zhxu:xjsonkit-fastjson:1.4.2'
implementation 'cn.zhxu:xjsonkit-fastjson2:1.4.2'
implementation 'cn.zhxu:xjsonkit-gson:1.4.2'
implementation 'cn.zhxu:xjsonkit-jackson:1.4.2'
implementation 'cn.zhxu:xjsonkit-snack3:1.4.2'

下个版本修复

troyzhxu commented 1 year ago

已在 v4.0.1 中修复:https://github.com/troyzhxu/bean-searcher/releases/tag/v4.0.1