This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
在jdk17里使用fastjson反序列化Exception时,会抛出下面的异常,IgnoreErrorGetter配置不生效 #4077
Comments
hengyunabc
added a commit
to hengyunabc/fastjson
that referenced
this issue
Apr 18, 2022
wenshao
added a commit
that referenced
this issue
Apr 20, 2022
fix InaccessibleObjectException in jdk17. #4077
wenshao
added a commit
that referenced
this issue
Apr 20, 2022
wenshao
added a commit
that referenced
this issue
Apr 20, 2022
Revert "fix InaccessibleObjectException in jdk17. #4077"
hengyunabc
added a commit
to hengyunabc/fastjson
that referenced
this issue
Apr 20, 2022
wenshao
added a commit
that referenced
this issue
Apr 20, 2022
fix InaccessibleObjectException in jdk17. #4077
项目升级JDK 17,未修复 fastjson,碰到了同样的问题 |
请教一下,这个问题怎么处理,我升级到最新的1.2.83还是有一样的问题 |
@zhangshuhua 最新的版本已经修复了该问题,如果你升级了,还是碰到了同样的问题,看看是不是有其他的依赖低版本fastjson |
1.2.83还是有同样的问题。。 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
com.alibaba.fastjson.util.TypeUtils 里的 catch AccessControlException 感觉要改为 Throwable,因为在jdk 17里抛出的异常是
java.lang.reflect.InaccessibleObjectException
The text was updated successfully, but these errors were encountered: