-
Notifications
You must be signed in to change notification settings - Fork 246
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
Not support JDK 17 LTS #327
Comments
version: 3.0.3-jdk17 |
one or more runtime commands like this one should work.. Strong Encapsulation in the JDK Java 17 LTS |
I also run in jdk17 with --add-opens=java.base/java.lang=ALL-UNNAMED, |
This is the run commands I use, but those are related to my project
|
We're using
|
I am not familiar with the internals of FST, but luckily I use with much of success the 2.57 version with the latest java-17 additions from 3.0.3-jdk17 branch. Some other selected pull requests added also, I do not know what bugs or side effects this might rise. edit: A fork to include those mods for those who might find it useful. I use 2.57 because 3.0 version breaks all my serialized files and for the time being I am too lazy to write a mass file converter (as suggested by author). Use it with extreme caution. |
I tried to make it as easy as possible to use FST with Java 17 using a small example project: https://github.com/ndrsf/fst-java17 |
Any updates on this issue? Using version |
I do not think there is an other way other than "--add-opens" and probably it will stay this way for ever |
The text was updated successfully, but these errors were encountered: