Hibernate Reactive

2.0 series latest stable

Release with Hibernate ORM 6.2 and Vert.x 4.4

Compatibility

Java 11, 17, 20 or 21
Hibernate ORM 6.2
Vert.x 4.4

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

See also the Compatibility policy.

Documentation

Documentation for Hibernate Reactive 2.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:2.0.5.Final
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 2.0, please refer to the getting started guide:

HTML

What's new

Latest release announcement (2023-09-01): 2.0.5.Final.

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 and to enable snapshots:

Maven Gradle

Releases in this series

2.0.5.Final

2023-09-01

Upgrade Hibernate ORM to 6.2.8.Final, Upgrade Vert.x SQL client to 4.4.5

How to get it Getting started

Maven artifacts Release announcement

2.0.4.Final

2023-07-25

Upgrade Hibernate ORM to 6.2.7.Final

Maven artifacts Release announcement

2.0.3.Final

2023-07-13

2.0.2.Final

2023-06-30

Fix race condition during updates

Maven artifacts Release announcement

2.0.1.Final

2023-06-16

Upgrade Hibernate ORM to 6.2.5.Final, Add @Lob support for MySQL, MariaDB, Oracle, and MS Sql Server

Maven artifacts Release announcement

2.0.0.Final

2023-06-01

Upgrade Hibernate ORM to 6.2.4.Final

Maven artifacts

2.0.0.CR2

2023-05-19

Hibernate ORM 6.2.3.Final, Vert.x 4.4.2, Fix several issues related to MSSQL and Db2

Maven artifacts

2.0.0.CR1

2023-04-23

Autodetect the dialect version, bug fix for id generation, Vert.x 4.4.1, Hibernate ORM to 6.2.1.Final

Maven artifacts Release announcement

2.0.0.Beta2

2023-04-11

Add back support for Oracle

Maven artifacts

2.0.0.Beta1

2023-03-30

Bug fixes and integration for MariaDB, MySQL, PostgreSQL, CockroachDB, and MS SQL Server

Maven artifacts

2.0.0.Alpha2

2023-03-17

Upgrade to Hibernate ORM 6.2.CR4 and initial support for MySQL

Maven artifacts

2.0.0.Alpha1

2023-03-06

Initial prototype with partial integration with Hibernate ORM 6

Maven artifacts

Back to top