|
|
|
|
|
by twblalock
3092 days ago
|
|
Java 8 became available on GAE about 3 years after it was released. If Google continues that trend, Java 9 won't be available until 2020. Slow adoption of new Java versions is a pretty big downside. Even if you are satisfied using Java 8 on GAE today, you may want to use Java 9 in the near future, and you won't be able to. By choosing GAE you are committing yourself to being stuck with Java 8 for a long time. |
|
Also, not having access to Java 8 was painful. Not being able to use lambdas or streams for that long really sucked. There's no similar pain from not having access to Java 9 yet; it's not nearly as big of a change in the language.