You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have a release since #177 has been merged that might potentially fix issues with Java 17.
Currently we get this error with Java 17 java.lang.reflect.InaccessibleObjectException: Unable to make final void java.lang.Throwable.setCause(java.lang.Throwable) accessible: module java.base does not "opens java.lang" to unnamed module
The text was updated successfully, but these errors were encountered:
guusdk
added a commit
to guusdk/genson
that referenced
this issue
Jul 2, 2024
Can we have a release since #177 has been merged that might potentially fix issues with Java 17.
Currently we get this error with Java 17
java.lang.reflect.InaccessibleObjectException: Unable to make final void java.lang.Throwable.setCause(java.lang.Throwable) accessible: module java.base does not "opens java.lang" to unnamed module
The text was updated successfully, but these errors were encountered: