Hibernate Reactive

1.1 series limited-support

Release with Vert.x 4.2 and integration with Oracle

Hibernate Reactive 1.1 is in limited support mode:

  • releases may be delayed until a significant need arises;

  • bugs will only be fixed if they are considered significant enough or in the context of paid support;

  • pull requests against this version might be rejected for bugs that are not considered critical enough;

  • bug reproducers using this version will be given lower priority.

We recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

Compatibility

Java 11, 16 or 17
Hibernate ORM 5.6
Vert.x 4.2

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 1.1 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

Hibernate Reactive 1.1 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

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:1.1.9.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

Hibernate Reactive 1.1 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

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

HTML

What's new

Latest release announcement (2022-10-18): 1.1.9.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

Hibernate Reactive 1.1 is in limited maintenance mode: we recommend that you upgrade to a newer series if possible or look for paid support.

See also the Maintenance policy.

1.1.9.Final

2022-10-18

Avoid type cache pollution on checks for type ReactiveConnectionSupplier

How to get it Getting started

Maven artifacts Release announcement

1.1.8.Final

2022-09-28

Hibernate ORM 5.6.12.Final, Lazy fields and force flush bug fixes

Maven artifacts Release announcement

1.1.7.Final

2022-07-01

Fix fetch to-one association, Fix pagination in MSSQL, Mutiny 1.6.0

Maven artifacts Release announcement

1.1.6.Final

2022-05-23

Query cache performance fix, stateless session fetch bug fix

Maven artifacts Release announcement

1.1.5.Final

2022-05-16

1.1.5.Beta2

2022-05-13

Bug fixes, support hibernate.order_updates and Hibernate ORM 5.6.8.Final

Maven artifacts

1.1.4.Final

2022-02-22

Bug fixes, Upgrade Hibernate ORM to 5.6.7.Final

Maven artifacts Release announcement

1.1.3.Final

2022-02-11

Integration with Oracle, Scope isolation when creating a new Vert.x context

Maven artifacts Release announcement

1.1.2.Final

2022-01-14

Bug fix, Vert.x 4.2.3, Hibernate ORM 5.6.3.Final, Log4j 2.17.1

Maven artifacts

1.1.1.Final

2021-12-13

Upgrade to Hibernate ORM 5.6.2.Final

Maven artifacts Release announcement

1.1.0.Final

2021-11-09

Back to top