Advertisement · 728 × 90

Posts by David Delabassée

OpenJDK Interim Policy on Generative AI: openjdk.org/legal/ai

#OpenJDK #Java

1 week ago 20 6 1 2
Carrier Classes & Discussing Syntax - Inside Java Podcast 52
Carrier Classes & Discussing Syntax - Inside Java Podcast 52 YouTube video by Java

very interesting talk about the carrier class parts.
youtu.be/b6cXuA84c9g
Thanks to @nipafx.dev and of course @briangoetz.bsky.social for those deep dive.

3 weeks ago 8 4 0 0

Only 19 more days until JavaOne! This is a developer focused conference where many talks are by engineers working directly on the JDK and Java Platform.

And don't forget to use code J12026_BT_FH and get $150 off admission.

www.oracle.com/javaone/

#javaone #java #jdk

1 month ago 3 2 0 0
There is a missing tool in your Java data structure toolkit – DataFrames!
There is a missing tool in your Java data structure toolkit – DataFrames! YouTube video by Java

Giving a talk at #JavaOne2025 with @zakhav.bsky.social on DataFrames in Java was a great honor. My first book was published the same week. If you missed the conference or the talk, no worries, you can watch it on the #Java YouTube Channel. Enjoy! 🙏
www.youtube.com/watch?v=W5rn...

2 months ago 10 3 0 0

JEP 527, "Post-Quantum Hybrid Key Exchange for TLS 1.3" now targeted to JDK 27:

openjdk.org/jeps/527
mail.openjdk.org/pipermail/jd...

#jdk #openjdk #tls #crypto #pqc

3 months ago 3 1 0 0
The Z Garbage Collector | In JDK 25 | Erik Österlund | Taylor & Franci This book explains how the Z Garbage Collector was designed, why it was designed this way, the common pitfalls to avoid when using ZGC in JDK 25 and how to get

After working on ZGC for a decade, I’m happy to announce that I’m publishing a book about ZGC in JDK 25. It ships 22 May (www.taylorfrancis.com/books/mono/1...) and is being published by Taylor & Francis. You should get a copy if you want to learn more about ZGC. It’s available for pre-order now.

3 months ago 32 9 0 2

JDK 26 has been branched from the main line and is now in Rampdown Phase One: mail.openjdk.org/pipermail/jd...

openjdk.org/projects/jdk/26/

#JDK26 #OpenJDK #Java

4 months ago 40 16 2 0
Post image

📢Important Update 📢

Many have asked for more time to submit to the 2026 #JavaOne call for papers. We've extended the deadline until Nov 13th at 11:59pm PT. Be sure to submit your #Java proposal(s) before time runs out:

➡️ social.ora.cl/6013A7UXF

5 months ago 14 10 2 2

Only 5 days left. Looking forward to reviewing some security related proposals!

5 months ago 3 2 0 0
Advertisement
Preview
Writing GPU-Ready AI Models in Pure Java with Babylon Project Babylon introduces the experimental Code Reflection technology that lets you define machine learning logic in plain Java code, without needing Python or external model files. It then uses Foreign Function and Memory (FFM) API to connect your code to native runtimes like ONNX Runtime for fast inference, including GPU acceleration. Furthermore, the Heterogeneous Accelerator Toolkit (HAT) provides a developer-facing programming model for writing and composing compute kernels, which can be more broadly applied-allowing Java libraries to seamlessly harness GPU power for high-performance computing tasks. Presented at Devoxx Belgium 2025 by Ana-Maria Mihalceanu and Lize Raes - Download as a PDF or view online for free

A big thank you to all of you who attended our @devoxx.com talk on writing #GPU ready #AI models in pure #Java!!!

If you wish to revisit the concepts and run the demos, here are the slides:

www.slideshare.net/slideshow/wr...

Give Babylon a try and share feedback with @lizeraes.bsky.social and I!

6 months ago 14 7 0 0
Post image

I love these anti confusion charts at @lizeraes.bsky.social and @ammbra1508.bsky.social 's talk running AI models on the GPU with pure Java at #Devoxx 🤩

6 months ago 13 4 1 0
Java Security Evolution - Out with the Old, In with the New
Java Security Evolution - Out with the Old, In with the New YouTube video by Java

My #JavaOne `25 talk on "Java Security Evolution: Out with the Old, In with the New" is now available on YouTube: www.youtube.com/watch?v=hLJQ...

#java #security

9 months ago 11 7 0 0
JDK 25 is now in Rampdown Phase One

JDK 25 has been branched from the main line and is now in Rampdown Phase One: mail.openjdk.org/pipermail/jd...

openjdk.org/projects/jdk...

#JDK25 #OpenJDK #Java

10 months ago 63 23 0 3
Java 25 Brings 18 JEPs 😱 Inside Java Newscast #92
Java 25 Brings 18 JEPs 😱 Inside Java Newscast #92 YouTube video by Java

#Java 25 is frozen! 🧊 It finalizes 11 features in the language (e.g. simplified main), APIs (e.g. scoped values), and runtime (particularly AOT and JFR) and has 7 more in preview. Walk through the complete list in the latest Inside Java Newscast:

www.youtube.com/watch?v=T5q7...

10 months ago 42 14 2 0
JEP 470: PEM Encodings of Cryptographic Objects (Preview)

JEP 470: PEM Encodings of Cryptographic Objects (Preview) has been targeted to JDK 25 - openjdk.org/jeps/470

This is a Preview API, so we have time to make changes. Let us know if the API is easy to use and satisfies your use cases.

#openjdk #crypto #security #java

10 months ago 12 6 0 0

#Java 25 is shaping up to be another BIG release! 🚀 Currently targeted final features:

* simplified main
* flexible constructors
* module imports
* scoped values API
* key derivation function API
* compact object headers

11 months ago 49 15 3 3
Advertisement
Post image

"Towards a JSON API for the JDK"

New proposal on the core-libs-dev list for adding a basic JSON API to #Java. That would be a more than welcome addition, in particular considering the envisioned usage once member patterns will be available. Make it So 🤩!

mail.openjdk.org/pipermail/co...

11 months ago 42 9 4 0

We integrated #java 's new Stable Values feature just now!

This will allow developers and library developers to benefit from the "secret" @Stable annotation that the internal JDK code has been using for years. This can bring significant performance improvements to your code!

openjdk.org/jeps/502

11 months ago 45 19 2 1
Preview
JavaOne 2025 Redwood Shores, California, March 2025

590 photos from JavaOne. #java #foss
www.flickr.com/photos/jimgr...

1 year ago 13 6 0 3
Sequenced Collections - Deep Dive with the Expert
Sequenced Collections - Deep Dive with the Expert YouTube video by Java

My #JavaOne talk on Sequenced Collections has been posted!

youtu.be/6yuDqkkYTGU?...

1 year ago 33 7 0 0
Preview
Book: Eclipse Collections Categorically Eclipse Collections Categorically: Level up your programming game.

It took 21 years to accumulate and transfer my software development experience working on #EclipseCollections into my new book

📙Eclipse Collections Categorically

I try to make programming more inviting and fun. The cover and content are both full color. Enjoy!🙏
donraab.medium.com/book-eclipse...

1 year ago 13 6 2 0
Java Turns 30 - Live from JavaOne 2025
Java Turns 30 - Live from JavaOne 2025 YouTube video by Java

The Duke's Corner Podcast contributed to the Community Keynote at JavaOne 2025 recently with @horstmann.com @lizeraes.bsky.social and @maritvandijk.bsky.social. Was fun. www.youtube.com/watch?v=GwR7...

1 year ago 7 3 0 1
Post image Post image

#JavaOne 2025 was a blast! Big kudos to the whole Oracle #Java team for bringing it back and making it feel exactly like good old days.

On behalf of #Microsoft, thank you!

Here to a bright future!

1 year ago 24 5 0 1
Post image

And…IT’S A WRAP!

#JavaOne 2025 is over! Thanks for making the return of “the conference that started it all” a huge success! The #Java community spirit is alive and well! See you next year!

1 year ago 53 13 4 1
Post image

Join us for our livestream of the community keynote tomorrow, live from #JavaOne!

#Java #JDK24

www.youtube.com/live/GwR7Gvi...

1 year ago 17 6 1 0
Advertisement

Y a un RER pour SFO? 🤔

1 year ago 0 0 1 0
JDK 24

JDK 24 is on it's way: openjdk.org/projects/jdk...

inside.java/2025/03/13/n...

1 year ago 30 6 2 0
Session Catalog

Interested in hearing more about our support for Post-Quantum Cryptographic algorithms in the #JDK? Want to find out why we disabled the Security Manager in #JDK24? Come to my #JavaOne talk next week on "Java Security Evolution: Out with the Old, In with the New".

reg.rf.oracle.com/flow/oracle/...

1 year ago 4 2 0 0
Preview
Oracle’s Java Platform Extension for Visual Studio Code Passes 2.5 Million Downloads! Oracle’s Java Platform extension for Visual Studio Code (JPEVSC), brings comprehensive development capabilities for Java to Visual Studio Code, streamlining the edit-compile-debug-test development cyc...

w00t! The Oracle #Java Platform Extension for #VSCode passes 2.5M downloads…learn more and download now: inside.java/2025/03/12/v...

1 year ago 17 6 1 0
Post image

Attend #JavaOne (March 18-20) and join the Attendee Party on March 19th to mingle with the #Java community. Enjoy handheld fare from local food trucks, live entertainment, and more! Register today: www.oracle.com/javaone/party/

1 year ago 16 4 0 0