home.social

#java23 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #java23, aggregated by home.social.

  1. 🔍 "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

    📺 👉 youtu.be/Uuqahgo9ZmU

    🔖 BaselOne 2025 vormerken!
    📅 15.–16. Oktober 2025

    🙏 Danke an alle Unterstützer:innen

    #Java #JVM #Java23 #SoftwareDevelopment #BaselOne #TechTalk #Coding

  2. oh and - if you're using Java 23, there are new garbage collection JVM arguments to take advantage of

    #minecraft #java #java23 #moddedminecraft

  3. Java Digest #17

    Всем привет! 👋 👋 👋 👋 Мы Java-разработчики Т-Банка: Андрей , Арсений , Константин и Константин. Собираем интересные новости, статьи, туториалы и другие материалы из мира Java-разработки и делимся этим со всем сообществом. В этом выпуске детально рассмотрим новый релиз Java 23 и расскажем, какие JEPы в него вошли. Посмотрим несколько интересных докладов с JVM Language Summit, узнаем об опыте Netflix по переходу на Generation ZGC и почитаем интересную статью о низкоуровневых инструментах обеспечения гарантий порядка памяти. Читать семнадцатый выпуск

    habr.com/ru/companies/tbank/ar

    #java #spring #springboot #java23 #jdk

  4. 💥 #Java23 is here, featuring 12 new #JEPs.

    Dive into the latest updates in the Java programming language & virtual machine: bit.ly/4eyOqWt

    #Oracle #JDK23 #Java #InfoQ

  5. 💥 #Java23 is here, featuring 12 new #JEPs.

    Dive into the latest updates in the Java programming language & virtual machine: bit.ly/4eyOqWt

    #Oracle #JDK23 #Java #InfoQ

  6. 💥 #Java23 is here, featuring 12 new #JEPs.

    Dive into the latest updates in the Java programming language & virtual machine: bit.ly/4eyOqWt

    #Oracle #JDK23 #Java #InfoQ

  7. 💥 #Java23 is here, featuring 12 new #JEPs.

    Dive into the latest updates in the Java programming language & virtual machine: bit.ly/4eyOqWt

    #Oracle #JDK23 #Java #InfoQ

  8. 💥 is here, featuring 12 new .

    Dive into the latest updates in the Java programming language & virtual machine: bit.ly/4eyOqWt

  9. #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).
    loicmathieu.fr/wordpress/infor

  10. 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:
    - github.com/jjohannes/java-modu
    - github.com/jjohannes/gradle-pr

    Playlists on the topic: youtube.com/playlist?list=PLWQ

    #Java #Java23 #Gradle #GradleX #JPMS

  11. #Java 23 is now available! Your: FREE, Multi-Platform, Production-Ready, Open Source, Binary Release ...made available by Oracle.

    Learn more: blogs.oracle.com/java/post/the

    #Java23 #JDK23 #OpenJDK #JDK

  12. Ready for release 😋
    in just about a few hours!

    Watch the #Java23 launch stream, starting at 3 p.m. CEST: dev.java/community/java-23-lau

    Join us at our local meetup in #Hamburg, starting at 6 p.m. CEST: meetup.com/de-DE/devtalk-tk/ev

  13. #Java developers, reminder that the #Java23 launch stream is fast approaching on Sept 17th. Please watch from the official Java YouTube channel:
    youtube.com/live/QG9xKpgwOI4?s

  14. 📢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): lnkd.in/grhJywCS
    ☕️ join the official Java YT channel to watch: lnkd.in/g5bYYvW5

  15. 🚀 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!

  16. 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 🚀

    bugs.openjdk.org/browse/JDK-83

    (Thanks to @sormuras for pointing this out to me.)