Live data from Hacker News

Java 27: What's New?

loicmathieu.fr

1–10 of 64 posts

Re: Java 27: What's New?

#5

Is it just my personal feeling, or are Java version numbers becoming as inflationary as browser version numbers?

They moved to a schedule instead of waiting for features to be finished.

Basically we get a new major version release on a schedule. Everything that is finished gets packaged in and everything else pushed to the next release.

The issue before was that they marked beforehand "version X will contain feature Y" and then feature Y got delayed by 3 years which means everything else in version X also got delayed by 3 years even though they were done 6 months ago.

Re: Java 27: What's New?

#6
Java 27 already? I just learned about Java 26. But I’m not complaining, the JEPs that is getting introduced on every release are quite exciting features. I highly recommend following the Java official YouTube channel, they publish entertaining, yet informative videos/shorts about tips/tricks/features.

Re: Java 27: What's New?

#7

Java 27 already? I just learned about Java 26. But I’m not complaining, the JEPs that is getting introduced on every release are quite exciting features. I highly recommend following the Java official YouTube channel, they publish entertaining, yet informative videos/shorts about tips/tricks/features.

would you mind linking to the channel? not sure which one you mean

Re: Java 27: What's New?

#8
post #5

Is it just my personal feeling, or are Java version numbers becoming as inflationary as browser version numbers?

They moved to a schedule instead of waiting for features to be finished. Basically we get a new major version release on a schedule. Everything that is finished gets packaged in and everything else pushed to the next release. The issue before was that they marked beforehand "version X will contain feature Y" and then feature Y got delayed by 3 years which means everything else in version X also got delayed by 3 years…

It's too many releases now. At some points, the numbers just become noise. I think most people will stick to the LTS releases, but even those come out every two years.

Re: Java 27: What's New?

#10
post #7

Java 27 already? I just learned about Java 26. But I’m not complaining, the JEPs that is getting introduced on every release are quite exciting features. I highly recommend following the Java official YouTube channel, they publish entertaining, yet informative videos/shorts about tips/tricks/features.

would you mind linking to the channel? not sure which one you mean

https://youtube.com/@java?si=pN0ODGy-YLaaunIn

This is the official Java channel.

Post reply on HN