Hibernate Reactive

1.0 series end-of-life

Initial release using Hibernate ORM 5.6 and Vert.x 4.1

Compatibility

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

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

Hibernate Reactive 1.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

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.0.3.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.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

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

HTML

What's new

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

Releases in this series

Hibernate Reactive 1.0 has reached its end-of-life: we recommend that you upgrade to a newer series if possible.

See also the Maintenance policy.

1.0.3.Final

2022-01-14

Bug fix, Upgrade to Vert.x 4.1.8, Backport some changes from 1.1.2.Final

How to get it Getting started

Maven artifacts

1.0.2.Final

2021-12-16

Upgrade to Vert.x 4.1.7, Upgrade to ORM 5.6.3, Backport some changes from 1.1.2.Final

Maven artifacts Release announcement

1.0.1.Final

2021-11-01

1.0.0.Final

2021-10-18

1.0.0.CR10

2021-10-12

Change return of openSession. Schema update/validation for MySql, Db2 and MSSQL

Maven artifacts Release announcement

1.0.0.CR9

2021-07-30

Miscrosoft SQL Server support, Vert.x Json type as built-in type

Maven artifacts Release announcement

1.0.0.CR7

2021-06-18

Change license to Apache 2.0, Support hibernate.jdbc.time_zone for time types

Maven artifacts Release announcement

1.0.0.CR6

2021-06-01

Upgrade to ORM 5.5 and Vert.x 4.1, new withStatelessSession method

Maven artifacts Release announcement

1.0.0.CR5

2021-05-24

Multitenancy bugfixes, withTransaction and withSession join existing transactions

Maven artifacts Release announcement

1.0.0.CR4

2021-04-30

ORM 5.5 support, reactive session close, orphan removal fix

Maven artifacts Release announcement

1.0.0.CR3

2021-04-16

1.0.0.CR2

2021-04-15

1.0.0.CR1

2021-03-08

Support for CockroachDB, MariaDB and @Generated

Maven artifacts Release announcement

1.0.0.Beta4

2021-02-10

Performance improvements and initial support for @ElementCollection

Maven artifacts

1.0.0.Beta2

2021-01-04

1.0.0.Alpha10

2020-10-04

1.0.0.Alpha9

2020-08-28

1.0.0.Alpha8

2020-07-28

Back to top