-
Notifications
You must be signed in to change notification settings - Fork 108
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
Moving to Java 17 #208
Comments
I'm also trying to run this in Java 17 and it seems to work fine, except for a single test failure. Not sure if a fix for that was the code change you mentioned.
|
I had a video meeting with @sheldonabrown a few months ago where he said that he is quite conservative about upgrading Java versions so for now he has decided to migrate to Java 11. At the time of writing this it had been Java 8. |
Thanks Leonard -- that's exactly my take.
However the test in question deals with some introspection that will need
to be solved at some point. I'd happily entertain PRs to fix that.
…On Wed, Apr 26, 2023 at 10:49 AM Leonard Ehrenfried < ***@***.***> wrote:
I had a video meeting with @sheldonabrown
<https://github.com/sheldonabrown> a few months ago where he said that he
is quite conservative about upgrading Java versions so for now he has
decided to migrate to Java 11. At the time of writing this it had been Java
8.
—
Reply to this email directly, view it on GitHub
<#208 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHUSHL4D6XBWT6JZUC2ASTXDEYZNANCNFSM6AAAAAAS45ZIAM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The currently used version of this project is Java 8 which has been EOL for a while.
I just tried it and moving to Java 17 is actually very painless and just two lines of code.
Would you appreciate a PR for that?
The consequences of this is that you will have to use a more recent version of Java to run the code. Is this a problem?
The text was updated successfully, but these errors were encountered: