FasterXML / FasterXML/jackson-databind
Consider using `AccessibleObject.trySetAccessible()` instead of `setAccessible()` in `ClassUtil.checkAndFixAccess()` -- CANNOT, Android doesn't have it!!!
Open
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.