FasterXML / FasterXML/jackson-databind

Consider using `AccessibleObject.trySetAccessible()` instead of `setAccessible()` in `ClassUtil.checkAndFixAccess()` -- CANNOT, Android doesn't have it!!!

Open
#3,118 2 comments 0 reactions 0 assignees View on GitHub
3.2 android
Dominant language
Java
Stars
3.7k
Forks
1.5k
Avg merge
3d 6h
Merged PRs (30d)
28

Description

With Java 9 and later, addition of Module system (JPMS) causes a new type of failure when attempting to call `setAccessible()` on Classes and accessors (Fields, Methods, Constructors). While we cannot directly refer to the type we should be able to match it by name and include a bit more information on underlying problem.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.