-
Notifications
You must be signed in to change notification settings - Fork 72
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
UnsupportedOperationException with jdk-18 #85
Comments
Same issue while trying to upgrade to JDK18 - is there a simple workaround available or a plan to get this wonderful library to work with JDK18? Thanks |
For now you can use -Djava.security.manager=allow but on longer run it would need majore rework - https://openjdk.java.net/jeps/411 |
See also: https://bugs.openjdk.org/browse/JDK-8199704 (and maybe others) |
Bumped into same error when upgrading to jdk 21 |
I am only using ExpectedSystemExit from system-rules. If there is alternative to this, please let me know! |
Under jdk-18 I get a UnsupportedOperationException:
The text was updated successfully, but these errors were encountered: