Hibernate Reactive

3.0 series development

Release compatible with Hibernate ORM 7

Compatibility

Java 17, 20, 21, 22 or 23
Hibernate ORM 7.0
Vert.x 4.5

Not compatible with your requirements? Have a look at the other series.

See also the Compatibility policy and Maintenance policy.

Documentation

Documentation for Hibernate Reactive 3.0 can be accessed through the links below:

HTML API (Javadoc)

You can find more documentation for all series on the documentation page.

How to get it

Maven, Gradle...

Maven artifacts of Hibernate Reactive are published to Maven Central. Most build tools fetch artifacts from Maven Central by default, but if that's not the case for you, see this page to configure your build tool.

You can find the Maven coordinates of all artifacts through the link below:

Maven artifacts

Below are the Maven coordinates of the main artifacts.

org.hibernate.reactive:hibernate-reactive-core:3.0.0.Beta1
Core implementation

Direct download

Individual Maven artifacts may be downloaded directly from the Maven repository:

Maven Central subdirectory

See here for how to download all dependencies of your Maven project to a local directory on your filesystem.

See here for how to download an explicitly listed set of artifacts to a local directory on your filesystem.

More information about specific releases (announcements, download links) can be found here.

Getting started

If you want to start using Hibernate Reactive 3.0, please refer to the getting started guide:

HTML

What's new

Hibernate Reactive 3.0 is still in development:

  • some features may be incomplete;

  • newly introduced features may change in a backward-incompatible way before the stable release.

We encourage you to give it a try and to let us know of any bugs or problems you encounter.

A detailed list of new features, improvements and fixes in this series can be found on our issue tracker.

Development versions (SNAPSHOTS)

The latest development versions of Maven artifacts for Hibernate Reactive are published to the JBoss Nexus repository.

JBoss Nexus subdirectory

You should only need those (unstable) versions for testing recently merged patches, and should never use them in production.

To consume these artifacts, you may need to configure your build tool to fetch artifacts from https://repository.jboss.org/nexus/content/repositories/public and to enable snapshots:

Maven Gradle

Releases in this series

3.0.0.Beta1

2024-12-13

ASL v2

Compatibility with Hibernate ORM 7

How to get it

Maven artifacts

Back to top