-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 16 support #491
Comments
adrobisch
pushed a commit
to flowtick/graphs
that referenced
this issue
Sep 14, 2021
Workaround is to pass |
updating to parboiled 1.4.1, which should work with newer JDK versions without having to explicitly open up modules (though this does mean we don't support Java 8 anymore) |
minimum version with the fix is https://github.com/lightbend/paradox/releases/tag/v0.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fails on Java 16 with
java.lang.reflect.InaccessibleObjectException
because the "illegal reflective access" warning triggered by parboiled on earlier JVMs is now an error.See sirthias/parboiled#175
and sirthias/parboiled#128
The text was updated successfully, but these errors were encountered: