-
Notifications
You must be signed in to change notification settings - Fork 40
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 9 compatibility #117
Comments
hello, |
I can't even recall what this was about 😅
Sorry
Il ven 11 feb 2022, 10:40 cervenf ***@***.***> ha scritto:
… hello,
I have a similar issue with java 17 now. Did you please solve it?
thank you.
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKVU63FGTBXO4DMH2WM3TDU2TKR3ANCNFSM4FG55XIA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The problem is the use of reflection for JPMS modules residing within the JDK like in our case So for instance when using Maven surefire, you can use this approach
|
The issue can be resolved by using the maven-surefire-plugin which is compatible with Java 17 and adding --add-opens arguments.
|
Hi,
looks like openpojo 0.8.10 has some compatibility issues with java 9:
this was the test code:
The text was updated successfully, but these errors were encountered: