home.social

#jdk22 — Public Fediverse posts

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

fetched live
  1. The first release candidate of 8.8 was released VERY quietly more than two weeks ago by the @Gradle team. It has FULL support for , meaning you can run Gradle itself and projects that require 22 features (and not need to use toolchains). docs.gradle.org/8.8-rc-1/relea

  2. 🗣📢 Attention all Java enthusiasts!

    #JDK22 is here, packed with 12 #JEPs and, as usual, hundreds of smaller enhancements and thousands of bug fixes.

    Get the scoop on what's new in the latest release of #Java22 from #InfoQ: bit.ly/3IO0cOH

    #Java #Oracle #OpenJDK

  3. #JDK22 contains the final version of the Foreign Function & Memory API (#JEP454). Being a modern successor to #JNI, it allows cool stuff like building Java wrappers arounds C libraries.

    We did just that and are proud to announce the first production-ready version of #jFUSE, allowing you to develop #FUSE filesystems in #Java. It is module-ready, multi-platform, thoroughly tested by @cryptomator and thanks to the FFM API requires no further dependencies.

    github.com/cryptomator/jfuse

  4. We are grateful to the many experienced developers who reviewed proposed changes, the early adopters who tried out early access builds and reported issues, and the dedicated professionals who provided feedback on the OpenJDK mailing lists.

    #OpenJDK #JDK22 #JavaTogether

  5. 🚨Java 22 is now available!🚨

    ✅ Your FREE

    ✅Multi-Platform

    ✅ Production-Ready

    ✅ Open Source

    ✅ Binary Release

    made available from oracle.

    Learn more: inside.java/2024/03/19/the-arr

    #Java22 #JDK22 #OpenJDK #JDK #Java

  6. 💡Dive into our in-depth analysis of #JDK22 and get a sneak peek into what's on the horizon for #JDK23.

    Read more on #InfoQ: bit.ly/430eyF3

    #Java #OpenJDK #JEP #ProjectAmber #ProjectLoom #ProjectPanama

  7. JEP 460 - Vector API (Seventh Incubator) - has been Closed / Delivered for JDK 22.

    This latest version, under the auspices of Project Panama, introduces significant improvements upon feedback from six previous rounds of incubation.

    Read all about it on #InfoQ: bit.ly/3HYiFaS

    #Java #JDK22 #ProjectPanama

  8. @mreinhold Hey @Gradle, would be nice to see a beta or release candidate that supports soon.

  9. JEP 458 - Launch Multi-File Source-Code Programs - has been Closed/Delivered for JDK 22.

    This JEP proposes to enhance the Java Launcher to execute an application supplied as one or more files of Java source code.

    More details on #InfoQ: bit.ly/3SQvV7J

    #Java #JDK22 #SoftwareDevelopment

  10. will be here in about 44 days. I really hope that (and ) will be ready sooner this time. It looks like most of the the other libraries, tools, and languages are ready to go.

  11. JEP 447, Statements before super(...) (Preview), has been delivered for JDK 22 after its review concluded. This JEP, which is part of Project Amber, aims to allow statements before super() calls in constructors without referencing an instance being created while still maintaining the safety and initialization guarantees for constructors.

    infoq.com/news/2024/01/java-co

    #JDK22 #ProjectAmber #JavaDevelopers #java

  12. JEP 423, Region Pinning for G1, has been integrated into #JDK22.

    This JEP proposes to reduce GC latency by implementing region pinning for the G1 garbage collector.

    Learn more on #InfoQ: bit.ly/3NxTzD1

    #Java #GarbageCollection #SoftwareDevelopment