-
Notifications
You must be signed in to change notification settings - Fork 715
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
Official JAVA 17 (LTS) support #1338
Comments
Using RestFixtures a Could not complete testing: java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release Exception is thrown. |
@enexusde is the exception thrown from RestFixture code (if so you should probably file the issue at https://github.com/smartrics/RestFixture), or from FitNesse itself? If the error comes from FitNesse, can you provide a stack trace where the exception is thrown and preferably a reproduction path using the only code present in this project? |
I've seen that same exception, but only with a Java 18 JRE. That's where it was removed from the runtime. |
@fhoeben From FitNesse |
I saw this waring with Java 17 (17.0.6 temurin) |
I stumbled upon this due to the exact error messages. This is fixed in the recent version, as can be seen in the Changelog: https://github.com/unclebob/fitnesse/releases/tag/20240707 And the matching PR: |
Is your feature request related to a problem? Please describe.
No, not for now, it seems working fine with Java 17.
Describe the solution you'd like
The new LTS version of Java is available (Java 17).
FitNesse should be officially compatible with it.
The FitNesse download page, state that
The text was updated successfully, but these errors were encountered: