-
Notifications
You must be signed in to change notification settings - Fork 65
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
[NEMO-440] Migrate to Java11 and use Java 11 Features #291
Conversation
@johnyangk Could you take a look at the PR? It's super simple 😄 |
I guess Java 10 and below (including Java 8) are no longer supported by Nemo? I am neutral on this, but it might be helpful to send an email to the Nemo mailing list about dropping Java 8 support to give a heads up before proceeding? (since perhaps not all of the folks in the community are following each github issue) |
Sure, that would be a good idea. I'll seek for opinions. |
@johnyangk Here are a few replies on the email thread. I also think that it would be nice to move forward. 😄 |
JIRA: [NEMO-440: Migrate to Java11 and use Java 11 Features](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-440) **Major changes:** - Update readme **Minor changes to note:** - None **Tests for the changes:** - None **Other comments:** - Java 11 support has been done in PR #291 - Nemo build fails with Java 8 due to the pom configuration that does not work with Java 8
JIRA: NEMO-440: Migrate to Java11 and use Java 11 Features
Major changes:
Minor changes to note:
Tests for the changes:
Other comments:
Closes #291