API docs of the recently released #Java26 and #JavaFX26 are available on #APIdia. Keep in mind that for jdk.* modules and jfx.incubator modules you need to adjust the filter settings (see screenshot).
#java #javafx #javadoc
Java26: apidia.net/java/OpenJDK...
JavaFX 26: apidia.net/mvn/org.open...
#Java26 has been released and likewise, docs on #APIdia have been updated: apidia.net/java/OpenJDK...
Enjoy browsing API docs of the new release conveniently with all the features APIdia has to offer!
And of course, big congrats to the #OpenJDK team for shipping yet another marvelous #Java release!
Time to replace StableValues with LazyConstants. I like the results now that LazyConstant extends the Supplier interface #java26
You can use support for the @sdkman.io .sdkmanrc file in
@intellijidea.com to download #Java26, Set as project JDK and navigate to Project Structure.
#Java #IntelliJIDEA
Real opportunities start with real connections. Events like #JavaOne prove it. 🤝
#Java26 announced!
Microsoft’s Copilot demo for legacy systems was mind-blowing.
Coordinating the Mentorship Hub with @brjavaman.
🤫 Spoiler: I'm playing tonight with The Nullpointers!
#JavaOne2026 #Java
A Oracle anunciou o lançamento do Java 26, trazendo avanços em performance, segurança, integração com IA e otimização para nuvem.
#tecnologia #cotidiano #devs #Java26 #mercado #TI
falandotech.com/desenvolvedo...
From Eric Gahlin,
A new source field has been added to the Class Define event, so you can now see which file a class was loaded from.
Also, a new String Deduplication event with statistics about the deduplication work!
x.com/erikgahlin/s...
#openjdk #java26
Java 26 is now available! #Java26 #JDK26 #OpenJDK
☕ Download Now: social.ora.cl/6018B6ynbo
☕ Release notes: social.ora.cl/6019B6ynbU
☕ API Javadoc: social.ora.cl/6010B6ynbq
☕ Features: social.ora.cl/6011B6ynbS
☕ Inside Java on JDK 26: social.ora.cl/6012B6ynbs
Você viu que hoje foi lançada a versão 26 do Java? Essa versão tem ganhos de performance e suporte nativo para HTTP/3
jdk.java.net/26/
Alinhe-se com seu time, ou com seu agente de IA favorito 😅, para atualização para a nova versão.
#bolhadev #java #openjdk #java26
You can now download JDK 26 in @intellijidea.com 🥳
Open Project Structure (⌘; on macOS | Ctrl+Alt+Shift+S on Windows/Linux), open the dropdown in field SDK, select Download JDK and select Version 26 and Vendor.
#Java #Java26 #IntelliJIDEA
Java 26 is out. 10 JEPs. Faster startup. Structured Concurrency. HTTP/3. Helidon AI. And Project Detroit is coming for Python and JS interop.
Here's the developer breakdown of everything worth knowing. 👇
coderlegion.com/12844/java-2... #Java26 #OpenJDK #JavaDeveloper #AgenticAI
Java 26 / JDK 26: General Availability: mail.openjdk.org/archives/lis...
Features: openjdk.org/projects/jdk...
Downloads: jdk.java.net/26/
#Java26 #JDK26 #OpenJDK #Java
Oracle just released Java 26. It's more than a routine update.
Faster startup. Better throughput. Post-quantum crypto. And a new Java Verified Portfolio that simplifies how enterprise teams manage their Java ecosystem.
devops.com/java-26-arri... #Java26 #OpenJDK #EnterpriseJava
Java 26 has landed! @hanno.codes writes about the new release and its implications for the platform's future. A solid step forward with features that matter.
foojay.io/today/java-2...
#Java #Java26 #OpenJDK
半年ごとのお約束のblogを書きました!
まだJava 26はリリースされていないですけど #java #java26
JEPでは語れないJava 26
www.javainthebox.com/2026/03/jepj...
With #Java26 releasing later today, I’ve put together a demo project covering the key changes with code examples where applicable. I hope it may be of some interest.
github.com/SimonVerhoev...
Java 26 arrives tomorrow! Our latest podcast covers the new features, deprecated items, and what matters for developers in 2026. @speakjava.bsky.social, @loicmathieu.fr, and @frankdelporte.be break it down.
foojay.io/today/foojay...
#Java #Java26 #Podcast
Voxxed Days Amsterdam speaker banner for Marit van Dijk @ Piotr Przybył's talk "Learning modern Java the playful way", with their pictures. The banner includes the conference dates April 1-2, 2026 and a link to the website amsterdam.voxxeddays.com.
Only 2.5 weeks until @amsterdam.voxxeddays.com!
Looking forward to speaking with my friend & fellow Java Champion @piotrprz.bsky.social on "Learning modern Java the playful way".
We will update our presentation for #Java26 which releases tomorrow!
Expect: Java, demos, lab coats & silly jokes. ;)
JEP 524 lands in upcoming #Java26 with a second preview of standard PEM API.
PEMEncoder and PEMDecoder handle keys, certs, CRLs, and more in just a few lines.
Enable preview and make a round-trip from KeyPair to PEM text 👇
In #Java26, JEP 522 cuts G1 GC sync overhead. A second card table makes write barriers cheaper, giving 5–15% throughput gains for reference-heavy workloads and slightly better pause times. No code changes. Just faster G1. 👇
Happy Wednesday!
📣 #Gradle 9.4.0 is out 📣
https://docs.gradle.org/9.4.0/release-notes.html
Bug fixes and…
☕ #Java26 support
🔧 Non-class-based #JVM tests
💻 Enhanced console progress bar
Please report any 🐛 on #GitHub!
Java 26 is coming with new features and improvements. @loicmathieu.fr breaks down what's included in this release.
Read the full article: foojay.io/today/java-2...
#Java #Java26 #OpenJDK
📣 #Gradle 9.4.0 RC2 is out and ready for testing 🔬
https://docs.gradle.org/9.4.0-rc-2/release-notes.html
Bug fixes and…
☕ #Java26 support
🔧 Non-class-based #JVM tests
💻 Enhanced console progress bar
Please report any 🐛 on #GitHub!
In #Java26, JEP 504 finally removes the Applet API. java.applet.Applet, javax.swing.JApplet, etc. are gone. If you still extend Applet/JApplet, you’ll need an older JDK or a real desktop UI (AWT/Swing/JavaFX). Minimal repro that breaks on 26 👇
In #Java26, JEP 500 makes “final” more final. Reflective writes to final fields warn by default (--illegal-final-field-mutation=warn), can be allowed (--enable-final-field-mutation), or denied (--illegal-final-field-mutation=deny). Hacks still work, but cleanup is coming. Repro 👇
First JDK 26 Release Candidate: mail.openjdk.org/pipermail/jd...
Downloads: jdk.java.net/26/
#JDK26 #Java26 #OpenJDK #TestItNow
📣 Happy Monday!
#Gradle 9.4.0 RC1 is out and ready for testing 🔬
https://docs.gradle.org/9.4.0-rc-1/release-notes.html
Bug fixes and…
☕ #Java26 support
🔧 Non-class-based #JVM tests
💻 Enhanced console progress bar
Please report any 🐛 on #GitHub!