#java23 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #java23, aggregated by home.social.
-
🔍 "Java 23 – Die Neuerungen im Überblick" mit Falk Sippach
Alle sechs Monate bringt ein neues Java-Release spannende Features – doch welche sind wirklich relevant? 🤔
✨ Pattern Matching – Mehr Flexibilität
🧵 Virtual Threads – Effizientes Multithreading
📝 String Templates – Power für deine Strings📺 👉 https://youtu.be/Uuqahgo9ZmU
🔖 BaselOne 2025 vormerken!
📅 15.–16. Oktober 2025🙏 Danke an alle Unterstützer:innen
#Java #JVM #Java23 #SoftwareDevelopment #BaselOne #TechTalk #Coding
-
oh and - if you're using Java 23, there are new garbage collection JVM arguments to take advantage of
-
Java Digest #17
Всем привет! 👋 👋 👋 👋 Мы Java-разработчики Т-Банка: Андрей , Арсений , Константин и Константин. Собираем интересные новости, статьи, туториалы и другие материалы из мира Java-разработки и делимся этим со всем сообществом. В этом выпуске детально рассмотрим новый релиз Java 23 и расскажем, какие JEPы в него вошли. Посмотрим несколько интересных докладов с JVM Language Summit, узнаем об опыте Netflix по переходу на Generation ZGC и почитаем интересную статью о низкоуровневых инструментах обеспечения гарантий порядка памяти. Читать семнадцатый выпуск
-
#Java23 is out. For those who haven't already read it, here is my article about what's new in this version for developers (in English and French).
https://www.loicmathieu.fr/wordpress/informatique/java-23-quoi-de-neuf/ -
With Java 23 (released today) you can import all classes of a Module in one statement. E.g.:
import module java.base;
I wonder if this will lead to more awareness of the Java Module System (JPMS).
With Gradle, using our GradleX plugins, you can create quite neat JPMS-based project setups nowadays.
Examples:
- https://github.com/jjohannes/java-module-system
- https://github.com/jjohannes/gradle-project-setup-howto/tree/java_module_systemPlaylists on the topic: https://www.youtube.com/playlist?list=PLWQK2ZdV4Yl092zlY7Dy1knCmi0jhTH3H
-
You can download the new Java 23 #GraalVM from #IntelliJIDEA too!
#java #java23 -
#Java 23 is now available! Your: FREE, Multi-Platform, Production-Ready, Open Source, Binary Release ...made available by Oracle.
Learn more: https://blogs.oracle.com/java/post/the-arrival-of-java-23
-
Java 23 / JDK 23: General Availability: https://mail.openjdk.org/pipermail/jdk-dev/2024-September/009395.html
Features: https://openjdk.org/projects/jdk/23/
-
🎉 Welcome Java 23 today. Later watch https://www.youtube.com/watch?v=QG9xKpgwOI4.
#java #java23 -
Ready for release 😋
in just about a few hours!Watch the #Java23 launch stream, starting at 3 p.m. CEST: https://dev.java/community/java-23-launch/
Join us at our local meetup in #Hamburg, starting at 6 p.m. CEST: https://www.meetup.com/de-DE/devtalk-tk/events/302152348/
-
#Java developers, reminder that the #Java23 launch stream is fast approaching on Sept 17th. Please watch from the official Java YouTube channel:
https://www.youtube.com/live/QG9xKpgwOI4?si=Evk9JjhsSduq7X7g -
📢Save the Date📢
#Java developers, please:
☕️ participate in the #Java23 launch stream on 17-Sept hosted by the Java DevRel Team at #Oracle
☕️ review the agenda (times are in UTC): https://lnkd.in/grhJywCS
☕️ join the official Java YT channel to watch: https://lnkd.in/g5bYYvW5 -
Second JDK 23 Release Candidate: https://mail.openjdk.org/pipermail/jdk-dev/2024-August/009341.html
Downloads: https://jdk.java.net/23/
-
First JDK 23 Release Candidate: https://mail.openjdk.org/pipermail/jdk-dev/2024-August/009293.html
Downloads: https://jdk.java.net/23/
-
What's new in Java 23 for us developers? (both in French and English)
https://www.loicmathieu.fr/wordpress/informatique/java-23-quoi-de-neuf/
#java #java23 -
🚀 Exciting News! The #BaselOne committee has selected the first sessions for BaselOne24! We're thrilled to welcome Grace Jansen, Cay Horstmann, @sippsack, Ursula Deriu, Evgeny Mandrikov, and Marharyta Nedzelska.
🔥 Topics include #OpenSource, #CloudNative, #SoftwareQuality, #CodeCoverage, #Java23, #AI, #Chatbots, #LLM, and more.
Join us at #BaselOne24 and be part of an amazing #community! -
If you're using the #Java source launcher (like in `java Main.java`) to experiment with preview features, you'll be glad to hear that, starting with #Java23, you no longer need to set `--source`:
java --enable-preview Experiment.java 🚀
https://bugs.openjdk.org/browse/JDK-8323605
(Thanks to @sormuras for pointing this out to me.)