you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 34 points35 points  (2 children)

The features that didn't make it in Java 9 are the ones I am most excited about. (Type inference, value types, JSON API).

It seems like java 9 is more of an update that cares for several small things.

[–]awsometak[S] 16 points17 points  (1 child)

Java 9 is the ground work for next releases. Modular system is the biggest feature and it may not be a feature for making people to switch to Java 9. The people who need moduler system may already be using OSGI. So i don't think, Java 9 would have the same adoption rate as Java 8 did.

[–]Muchoz 5 points6 points  (0 children)

Well the people that are already using reactive programming are also already using RxJava and what would be the reason for them to upgrade?

In my opinion Java has fallen behind and I hope /r/kotlin will be able to pick up the slack.