-
Notifications
You must be signed in to change notification settings - Fork 4
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 Version #7
Comments
Hello Ghaith, we will have to move to the Java 8 at some point in the future. When we complete the next release (using Xtext 2.9), Jnario will Currently IMHO though we should make sure that Jnario survives. I will add "Migrate to Java 8" to the TODO list here: sebastianbenz#160 Cheers, |
I think we should stick to the Xtext at this one. When Xtext migrates to Java 8, we can safely do it as well. |
Ok, in that case I'll restrict my environment / current fixes to a Java 6 compliant one. |
I'm close to submitting a branch for xtext.2.11. Xtext2.11 requires java 1.8 so I moved all plugins to java.18 |
Could you please check, if your commits are present in the current I thought, Jnario is still on Java 1.6, since the ASM 5.0.x (required by PegDown) can't handle Java 8 stuff. |
Should we keep compatibility with older java versions? Currently all manifests have a java 6 dependency. Should we limit the fixes to java 6 compatibility, or would you think it's ok to move to Java 8. The move will also mean a lot of the xtend commited code can be changed to Java 8 as well
Tagging @mrieder if he has input as well
The text was updated successfully, but these errors were encountered: