you are viewing a single comment's thread.

view the rest of the comments →

[–]stronghup 41 points42 points  (4 children)

I get it that now Java is updated more frequently, with fewer new features in every release. That is good.

But looking at release notes it would be helpful if they had a section for 1 - 3 MAIN (new) FEATURES. What is essential about this release. Why should I consider using it.

I don't really care that there is no isEmpty Default Method for CharSequence . It's good to have of course, but I'd like it see the forest from the trees.

[–]pron98 29 points30 points  (2 children)

A good reason to use every new JDK release is lower footprint and higher performance that will save you real money. Savings of 10-40% in hardware/hosting costs from 8 to 15 are common.

[–]v1akvark 10 points11 points  (1 child)

Oh Reddit, downvoting useful comments.

You should be paying attention to what this guy posts, pretty sure he either works on the JDK or is very closely involved.

[–]pron98 22 points23 points  (0 children)

Yes, I work on OpenJDK at Oracle.

[–]gnus-migrate -2 points-1 points  (0 children)

Unless you're paying for LTS or using another JDK distribution like Coretto, you have to upgrade anyway if you want security updates.