-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Is there any plan to have Java 17 support? #605
Comments
I would like to contribute, too. |
Hello, we're using zerocode on our project with java 17 with no issues (except additional --add-opens args for compilation) |
Thank you
Thanks, we'll try and use this. But shouldn't we not have to override warnings to get the code to run? I think eventually the deprecated libraries currently used will have to be upgraded. If that is a direction that we want to look into, I would love to contribute. We plan to use Zerocode long term in our org. |
@a1shadows , I think 1st step is to upgrade the libraries to latest and make it runnable in Java8.
Then, we need to fork it out to a separate path for java17 release.
I will raise raise a milestone for this soon, with tickets for 1st steps and next steps. Please vote if it sounds correct. |
Currently, the helloworld project does not build successfully on mvn clean install with java 17. I tried writing a few custom tests which don't seem to work.
Is there any plan/mandate to update dependencies so that project runs successfully on java 17 to which we can contribute?
The text was updated successfully, but these errors were encountered: