-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Upgrade to Java 9 #681
Comments
I guess we can, as long as we do that quickly, before students start on level 4. |
It's too late for this sem but we have to make the project Java 9 compatible by next sem. I thought there is no hurry because Java is normally backward compatible but apparently AB4 runs into issues in Java 9 environments. |
Ah I see; I thought students were still using Java 8. I'll look into it. |
CS2030 uses Java 9; that's why some students are already on Java 9 when they come to CS2103. In any case, we should ensure compatibility with the latest public version as soon as it is out (but we can wait a while before we make the latest version a prerequisite) |
Can split this into separate issues? I guess they will be lower priority as well (and maybe first-timers?) I think this issue, as it is, has been resolved and can be closed. |
Java 9
will be released on 21st Septemberis released!Some changes that we can look into:
Arrays#asList(...)
to useList#of(...)
. https://dzone.com/articles/java-9-factory-methods-to-create-immutable-collectRuntime.Version
. https://dzone.com/articles/process-api-and-version-in-java-9The text was updated successfully, but these errors were encountered: