-
Notifications
You must be signed in to change notification settings - Fork 88
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 dies not provide sun.security.action.GetPropertyAction #26
Comments
The second PR is here: jai-imageio/jai-imageio-jpeg2000#21 |
Any plan to fix this soon? For the suggested replacement, see https://bugs.openjdk.java.net/browse/JDK-8035808 |
@tomhood Mainly the two open PRs need some review. Are any changes required in addition to what's in these PRs? |
@rleigh-codelibre Lol...sorry, had PR stuck in my mind as Personal Record (my running group mentions PR all the time), not Pull Request. :-) That makes more sense. I downloaded the master branch and it still had the GetPropertyAction issue. I guess I need to apply the individual commits that haven't made it into master yet or something like that. Haven't used git much at all. I see now that I can view the individual commits you made. I may just manually apply them to the master zip I downloaded. I'll try out the changes and let you know if I have any problems with them. Thanks. |
Any plans to get this fixed? |
Thanks to @rleigh-codelibre for the fix, his #41 is now merged. |
Running on Java 9 fails due to use of
sun.security.action.GetPropertyAction
that is not available in Java 9. The problem is withPNMImageReader
line 93 andPNMImageWriter
line 102 initializinglineSeparator
.The text was updated successfully, but these errors were encountered: