Skip to content
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

Closed
LeifW opened this issue Jul 9, 2021 · 3 comments
Closed

Java 16 support #491

LeifW opened this issue Jul 9, 2021 · 3 comments

Comments

@LeifW
Copy link

LeifW commented Jul 9, 2021

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

@nafg
Copy link

nafg commented Jan 14, 2022

Workaround is to pass --add-opens java.base/java.lang=ALL-UNNAMED

@raboof
Copy link
Contributor

raboof commented Jun 8, 2022

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)

@SethTisue
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants