We’re now seeing a lot of interest in Jakarta Data, along with very positive reactions from the people who’ve already tried it out.

I’m afraid I missed the news that Hibernate 6.6 is now available in Quarkus, and so I’ve been slow of the mark in letting everyone know that Hibernate Data Repositories, our implementation of Jakarta Data, is now fully integrated with Quarkus. 🎉🎉

To start writing repositories, all you need to add is:

  • the Jakarta Data API jar as a dependency, and

  • the Hibernate annotation processor.

Here’s a simple example project to get you started.

You might also be interested in checking out my recent presentation at Devoxx.


Back to top