Java 27
mail.openjdk.org
Java 27
1–10 of 423 posts
Re: Java 27
#2I've been using the Vector APIs for years now, and I'm still waiting for them to GA!
They are useful for neural information retrieval (RAG, memory), which relies heavily on content vectorization and similarity matching using their dot products.
Re: Java 27
#3Knock knock
Who's there?
long pause
Java
Re: Java 27
#4Knock knock Who's there? long pause Java
Oh, I see, jokes from 30 years ago!
Re: Java 27
#5C# dev here: it’s amazing how different this is from a Microsoft release. First off, Oracle are doing versions at approximately twice the cadence. But also, and I’m guessing this is a function of the much larger Java audience: things rarely get two preview versions in a proper release. Updates in beta versions, yes, all the time. It also feels like Microsoft are bundling a lot more into the platform and leaving less to the community. Again, probably an artifact of the different sizes of the communities. Also, the page reads like an open source “We’re finished, we’re tired.” announcement rather than the razzmatazz of a Microsoft release.
Re: Java 27
#6Knock knock Who's there? long pause Java
G1 is now the default garbage collector in 27.
Re: Java 27
#7Knock knock Who's there? long pause Java
It's on you bc it was (arguably but still) dead 17 years ago.
edit: don't get me wrong, i am not here to hate java, but bc i am also ... hm necrophil :)
Re: Java 27
#8Re: Java 27
#9"The Java Story" documentary by CultRepo on YouTube is pretty great. A major topic is the release cadence which some other comments here are mentioning / joking about.
Re: Java 27
#10Project Valhalla will go into Java 28 (next year, and preview version).
Fingers crossed I'll manage to use null type safety in my lifetime.