David Delabassée

David Delabassée

@delabassee.bsky.social

Senior Director of Java Developer Relations - Oracle Views are my own!

1,015 Followers 58 Following 4 Posts Joined May 2023
2 weeks ago

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

3 2 0 0
1 month ago
YouTube
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...

10 3 0 0
1 month ago

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 1 0 0
1 month ago
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.

31 9 0 2
3 months ago

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

40 16 2 0
4 months ago
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

14 10 2 2
4 months ago

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

3 2 0 0
5 months ago
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!

14 7 0 0
5 months ago
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 🤩

13 4 1 0
7 months ago
YouTube
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

11 7 0 0
9 months ago
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

63 23 0 3
9 months ago
YouTube
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...

42 14 2 0
9 months ago
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

12 6 0 0
9 months ago

#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

49 15 3 3
9 months ago
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...

42 9 4 0
10 months ago

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

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

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

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

My #JavaOne talk on Sequenced Collections has been posted!

youtu.be/6yuDqkkYTGU?...

33 7 0 0
11 months ago
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...

13 6 2 0
11 months ago
YouTube
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...

7 3 0 1
11 months ago
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!

24 5 0 1
11 months ago
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!

53 13 4 1
11 months ago
Post image

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

#Java #JDK24

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

17 6 1 0
11 months ago

Y a un RER pour SFO? 🤔

0 0 1 0
1 year ago
JDK 24

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

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

30 6 2 0
1 year ago
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/...

4 2 0 0
1 year ago
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...

17 6 1 0
1 year ago
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/

16 4 0 0
1 year ago
YouTube
How Can Machine Learning Assist to Improve JVM Performance YouTube video by Java

Curious on how machine learning can improve JVM performance?

Tune in for @yagmuur.bsky.social talk from @jfokus.se ⬇️

youtu.be/BK0jESWwNfo

#JVM #Java #ML #MachineLearning #GC

21 5 0 0
1 year ago
Oracle hiring Principal Software Developer (Java Security Libraries) in United States | LinkedIn Posted 12:28:22 PM. Job DescriptionDesign, develop, troubleshoot and debug software programs for databases…See this and similar jobs on LinkedIn.

We're hiring! The Java Platform Group is responsible for developing the JDK. Most work is in open source (OpenJDK). This opening is for the Java Security Libraries team. It can be on-site or remote.

www.linkedin.com/jobs/view/40...

#security #crypto #hiring #java #jdk

10 6 0 0