#java26 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #java26, aggregated by home.social.
-
Most “exciting” releases break your code. #Java26 doesn’t. It compiles, runs, and improves performance—thanks to G1 GC and HTTP/3. Lutske de Leeuw & @parttimen3rd explain why boring wins.
See why boring tech is a competitive advantage: https://javapro.io/2026/04/17/java-26-is-boring/
-
Most “exciting” releases break your code. #Java26 doesn’t. It compiles, runs, and improves performance—thanks to G1 GC and HTTP/3. Lutske de Leeuw & @parttimen3rd explain why boring wins.
See why boring tech is a competitive advantage: https://javapro.io/2026/04/17/java-26-is-boring/
-
“Can I block here?” With #Java26, the answer is increasingly yes. #VirtualThreads & #StructuredConcurrency reduce the need for callback-heavy code & oversized thread pools.
Damiana Nascimento explains what modern #JVM-first design looks like: https://javapro.io/2026/05/06/java-26-in-practice-how-the-jvm-is-changing-the-way-we-write-code/
-
“Can I block here?” With #Java26, the answer is increasingly yes. #VirtualThreads & #StructuredConcurrency reduce the need for callback-heavy code & oversized thread pools.
Damiana Nascimento explains what modern #JVM-first design looks like: https://javapro.io/2026/05/06/java-26-in-practice-how-the-jvm-is-changing-the-way-we-write-code/
-
On-prem #LLMs in regulierten Umgebungen… aber wer kontrolliert Daten, Rollbacks & Blast Radius? Cornelius May & Eldar Sultanow zerlegen den Mythos „einfach API nutzen“ & bauen ihn mit #DevOps + #Java26 neu.
Hinterfrage deinen Stack: https://javapro.io/de/devops-patterns-und-java-26-fuer-on-premises-llm-plattformen-in-sicherheitskritischen-umgebungen/
-
On-prem #LLMs in regulierten Umgebungen… aber wer kontrolliert Daten, Rollbacks & Blast Radius? Cornelius May & Eldar Sultanow zerlegen den Mythos „einfach API nutzen“ & bauen ihn mit #DevOps + #Java26 neu.
Hinterfrage deinen Stack: https://javapro.io/de/devops-patterns-und-java-26-fuer-on-premises-llm-plattformen-in-sicherheitskritischen-umgebungen/
-
#Java developers spent years tuning pools, GC & startup behavior manually. With #Java26, the #JVM increasingly handles concurrency, warm-up and optimization itself.
Damiana Nascimento explains what developers should adopt — and avoid: https://javapro.io/2026/05/06/java-26-in-practice-how-the-jvm-is-changing-the-way-we-write-code/
-
#Java developers spent years tuning pools, GC & startup behavior manually. With #Java26, the #JVM increasingly handles concurrency, warm-up and optimization itself.
Damiana Nascimento explains what developers should adopt — and avoid: https://javapro.io/2026/05/06/java-26-in-practice-how-the-jvm-is-changing-the-way-we-write-code/
-
#Java developers spent years tuning pools, GC & startup behavior manually. With #Java26, the #JVM increasingly handles concurrency, warm-up and optimization itself.
Damiana Nascimento explains what developers should adopt — and avoid: https://javapro.io/2026/05/06/java-26-in-practice-how-the-jvm-is-changing-the-way-we-write-code/
-
#Java developers spent years tuning pools, GC & startup behavior manually. With #Java26, the #JVM increasingly handles concurrency, warm-up and optimization itself.
Damiana Nascimento explains what developers should adopt — and avoid: https://javapro.io/2026/05/06/java-26-in-practice-how-the-jvm-is-changing-the-way-we-write-code/
-
Still relying on --add-opens? Not enough. #Java26 separates access from mutation capability. Final-field mutation now warns by default and will be denied later—affecting reflection-heavy code. Babneet Singh explains the key flags!
Learn more: https://javapro.io/2026/04/29/final-is-no-longer-a-hint-in-java-26/
#Java #JDK26 -
Still relying on --add-opens? Not enough. #Java26 separates access from mutation capability. Final-field mutation now warns by default and will be denied later—affecting reflection-heavy code. Babneet Singh explains the key flags!
Learn more: https://javapro.io/2026/04/29/final-is-no-longer-a-hint-in-java-26/
#Java #JDK26 -
Ein Paketverlust und plötzlich steht alles? HTTP/2 über TCP leidet an Head-of-Line-Blocking. Wanderson Xesquevixos erklärt, wie #HTTP/3/QUIC das löst & wie es in #Java26 aktiviert wird.
So simpel ist der Einstieg! Jetzt lesen: https://javapro.io/de/java-26-uebernimmt-http-3-mit-der-weiterentwicklung-des-httpclient/
-
Ein Paketverlust und plötzlich steht alles? HTTP/2 über TCP leidet an Head-of-Line-Blocking. Wanderson Xesquevixos erklärt, wie #HTTP/3/QUIC das löst & wie es in #Java26 aktiviert wird.
So simpel ist der Einstieg! Jetzt lesen: https://javapro.io/de/java-26-uebernimmt-http-3-mit-der-weiterentwicklung-des-httpclient/
-
#Java26 introduces warnings for illegal final field mutation. Future releases will deny it by default. Start migrating now: inventory with debug, enforce in CI.
Learn how to avoid breakage & unlock safer JVM optimizations with Babneet Singh: https://javapro.io/2026/04/29/final-is-no-longer-a-hint-in-java-26/
#DevOps #Java -
#Java26 introduces warnings for illegal final field mutation. Future releases will deny it by default. Start migrating now: inventory with debug, enforce in CI.
Learn how to avoid breakage & unlock safer JVM optimizations with Babneet Singh: https://javapro.io/2026/04/29/final-is-no-longer-a-hint-in-java-26/
#DevOps #Java -
Why do so many Spring services collapse under real traffic? @vvauban explores how #SpringBoot4 + #Java26 — and a certification-style mindset — quietly fix the blind spots most teams ignore.
Steal the playbook for resilient services: https://javapro.io/2026/03/13/java-26-spring-boot-4-from-certification-skills-to-production-ready-apps/
springboot #java
-
Why do so many Spring services collapse under real traffic? @vvauban explores how #SpringBoot4 + #Java26 — and a certification-style mindset — quietly fix the blind spots most teams ignore.
Steal the playbook for resilient services: https://javapro.io/2026/03/13/java-26-spring-boot-4-from-certification-skills-to-production-ready-apps/
springboot #java
-
Java in April 2026: Leyden Grows Up, Spring Gets Smarter, and the JVM Quietly Reinvents Itself for the AI Era
https://techlife.blog/posts/java-ecosystem-april-2026
#Java #Java26 #ProjectLeyden #SpringBoot #JakartaEE #VirtualThreads #SpringAI #Koog #JVM
-
Java in April 2026: Leyden Grows Up, Spring Gets Smarter, and the JVM Quietly Reinvents Itself for the AI Era
https://techlife.blog/posts/java-ecosystem-april-2026
#Java #Java26 #ProjectLeyden #SpringBoot #JakartaEE #VirtualThreads #SpringAI #Koog #JVM
-
Most “exciting” releases break your code. #Java26 doesn’t. It compiles, runs, and improves performance—thanks to G1 GC and HTTP/3. Lutske de Leeuw & @parttimen3rd explain why boring wins.
See why boring tech is a competitive advantage: https://javapro.io/2026/04/17/java-26-is-boring/
-
Most “exciting” releases break your code. #Java26 doesn’t. It compiles, runs, and improves performance—thanks to G1 GC and HTTP/3. Lutske de Leeuw & @parttimen3rd explain why boring wins.
See why boring tech is a competitive advantage: https://javapro.io/2026/04/17/java-26-is-boring/
-
Alle reden über #AI-Performance. Kaum jemand fragt: Wo liegt der echte Engpass? Cornelius May & Eldar Sultanow verbinden #GPU-Grenzen, #JVM-Tuning & #RAG-Orchestrierung zu einem klaren Bild.
Optimierst du die falsche Stelle?➡️ https://javapro.io
-
Alle reden über #AI-Performance. Kaum jemand fragt: Wo liegt der echte Engpass? Cornelius May & Eldar Sultanow verbinden #GPU-Grenzen, #JVM-Tuning & #RAG-Orchestrierung zu einem klaren Bild.
Optimierst du die falsche Stelle?➡️ https://javapro.io
-
Alle reden über #AI-Performance. Kaum jemand fragt: Wo liegt der echte Engpass? Cornelius May & Eldar Sultanow verbinden #GPU-Grenzen, #JVM-Tuning & #RAG-Orchestrierung zu einem klaren Bild.
Optimierst du die falsche Stelle?➡️ https://javapro.io
-
Alle reden über #AI-Performance. Kaum jemand fragt: Wo liegt der echte Engpass? Cornelius May & Eldar Sultanow verbinden #GPU-Grenzen, #JVM-Tuning & #RAG-Orchestrierung zu einem klaren Bild.
Optimierst du die falsche Stelle?➡️ https://javapro.io
-
Alle reden über #AI-Performance. Kaum jemand fragt: Wo liegt der echte Engpass? Cornelius May & Eldar Sultanow verbinden #GPU-Grenzen, #JVM-Tuning & #RAG-Orchestrierung zu einem klaren Bild.
Optimierst du die falsche Stelle?➡️ https://javapro.io
-
On-prem #LLMs in regulierten Umgebungen… aber wer kontrolliert Daten, Rollbacks & Blast Radius? Cornelius May & Eldar Sultanow zerlegen den Mythos „einfach API nutzen“ & bauen ihn mit #DevOps + #Java26 neu.
Hinterfrage deinen Stack: https://javapro.io/de/devops-patterns-und-java-26-fuer-on-premises-llm-plattformen-in-sicherheitskritischen-umgebungen/
-
On-prem #LLMs in regulierten Umgebungen… aber wer kontrolliert Daten, Rollbacks & Blast Radius? Cornelius May & Eldar Sultanow zerlegen den Mythos „einfach API nutzen“ & bauen ihn mit #DevOps + #Java26 neu.
Hinterfrage deinen Stack: https://javapro.io/de/devops-patterns-und-java-26-fuer-on-premises-llm-plattformen-in-sicherheitskritischen-umgebungen/
-
API documentation of the recently released Java 26 and JavaFX 26 are available on @APIdia . Keep in mind that for browsing jdk.* modules and jfx.incubator modules you need to adjust the filter settings (see screenshot).
Java26: https://apidia.net/java/OpenJDK/26
JavaFX 26: https://apidia.net/mvn/org.openjfx/javafx/26 -
Java 26 has been released and likewise, docs on APIdia have been updated:
https://apidia.net/java/OpenJDK/26Enjoy browsing the docs of the new standard library version 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!
-
Java 26 has been released and likewise, docs on APIdia have been updated:
https://apidia.net/java/OpenJDK/26Enjoy browsing the docs of the new standard library version 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!
-
Java 26 has been released and likewise, docs on APIdia have been updated:
https://apidia.net/java/OpenJDK/26Enjoy browsing the docs of the new standard library version 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!
-
Java 26 has been released and likewise, docs on APIdia have been updated:
https://apidia.net/java/OpenJDK/26Enjoy browsing the docs of the new standard library version 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!
-
Java 26 has been released and likewise, docs on APIdia have been updated:
https://apidia.net/java/OpenJDK/26Enjoy browsing the docs of the new standard library version 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!
-
You can use support for the @sdkman .sdkmanrc file in #IntelliJIDEA to download #Java26, Set as project JDK and navigate to Project Structure. #Java
-
You can use support for the @sdkman .sdkmanrc file in #IntelliJIDEA to download #Java26, Set as project JDK and navigate to Project Structure. #Java
-
You can use support for the @sdkman .sdkmanrc file in #IntelliJIDEA to download #Java26, Set as project JDK and navigate to Project Structure. #Java
-
You can use support for the @sdkman .sdkmanrc file in #IntelliJIDEA to download #Java26, Set as project JDK and navigate to Project Structure. #Java
-
You can use support for the @sdkman .sdkmanrc file in #IntelliJIDEA to download #Java26, Set as project JDK and navigate to Project Structure. #Java
-
🎉 Java 26 arrives, boasting "solid foundations"—because apparently, building sand castles on quicksand wasn't cutting it 😏. With groundbreaking #innovations like #HTTP3 (finally catching up to the rest of the internet) and object caching that screams "we’re almost modern!", it's clear the future is now... or maybe later 🤔. Enjoy your 40-minute nap while reading! 🛌📚
https://hanno.codes/2026/03/17/java-26-is-here/ #Java26 #ObjectCaching #FutureOfProgramming #HackerNews #ngated -
🎉 Java 26 arrives, boasting "solid foundations"—because apparently, building sand castles on quicksand wasn't cutting it 😏. With groundbreaking #innovations like #HTTP3 (finally catching up to the rest of the internet) and object caching that screams "we’re almost modern!", it's clear the future is now... or maybe later 🤔. Enjoy your 40-minute nap while reading! 🛌📚
https://hanno.codes/2026/03/17/java-26-is-here/ #Java26 #ObjectCaching #FutureOfProgramming #HackerNews #ngated -
🎉 Java 26 arrives, boasting "solid foundations"—because apparently, building sand castles on quicksand wasn't cutting it 😏. With groundbreaking #innovations like #HTTP3 (finally catching up to the rest of the internet) and object caching that screams "we’re almost modern!", it's clear the future is now... or maybe later 🤔. Enjoy your 40-minute nap while reading! 🛌📚
https://hanno.codes/2026/03/17/java-26-is-here/ #Java26 #ObjectCaching #FutureOfProgramming #HackerNews #ngated -
🎉 Java 26 arrives, boasting "solid foundations"—because apparently, building sand castles on quicksand wasn't cutting it 😏. With groundbreaking #innovations like #HTTP3 (finally catching up to the rest of the internet) and object caching that screams "we’re almost modern!", it's clear the future is now... or maybe later 🤔. Enjoy your 40-minute nap while reading! 🛌📚
https://hanno.codes/2026/03/17/java-26-is-here/ #Java26 #ObjectCaching #FutureOfProgramming #HackerNews #ngated -
🎉 Java 26 arrives, boasting "solid foundations"—because apparently, building sand castles on quicksand wasn't cutting it 😏. With groundbreaking #innovations like #HTTP3 (finally catching up to the rest of the internet) and object caching that screams "we’re almost modern!", it's clear the future is now... or maybe later 🤔. Enjoy your 40-minute nap while reading! 🛌📚
https://hanno.codes/2026/03/17/java-26-is-here/ #Java26 #ObjectCaching #FutureOfProgramming #HackerNews #ngated -
Java 26 is here, and with it a solid foundation for the future
https://hanno.codes/2026/03/17/java-26-is-here/
#HackerNews #Java26 #JavaDevelopment #FutureOfProgramming #TechNews #SoftwareUpdate
-
Java 26 is here, and with it a solid foundation for the future
https://hanno.codes/2026/03/17/java-26-is-here/
#HackerNews #Java26 #JavaDevelopment #FutureOfProgramming #TechNews #SoftwareUpdate
-
Java 26 is here, and with it a solid foundation for the future
https://hanno.codes/2026/03/17/java-26-is-here/
#HackerNews #Java26 #JavaDevelopment #FutureOfProgramming #TechNews #SoftwareUpdate
-
Java 26 is here, and with it a solid foundation for the future
https://hanno.codes/2026/03/17/java-26-is-here/
#HackerNews #Java26 #JavaDevelopment #FutureOfProgramming #TechNews #SoftwareUpdate
-
Java 26 is here, and with it a solid foundation for the future
https://hanno.codes/2026/03/17/java-26-is-here/
#HackerNews #Java26 #JavaDevelopment #FutureOfProgramming #TechNews #SoftwareUpdate