Tags
Authors
The second candidate release for Hibernate ORM 6.0 has been released.
We fully expect this to be the last release candidate and currently plan on having the 6.0 final release within the next 2-4 weeks.
This release was held up a bit working on passing the Jakarta Persistence TCK. Mainly we had to wait for our challenges and proposed challenges to be discussed and accepted. This release fully passes the 3.1 TCK! Hopefully we will soon pass the 3.0 TCK as well, but we are still waiting on resolution of some challenges there.
We released maintenance releases for our Hibernate Validator 6.2 and 7.0 branches.
Both versions bring back support for validating java.sql.Date
which was broken when we refactored the time constraints.
7.0.3.Final also fixes an oversight in the annotation processor made when we migrated to the jakarta.*
packages.
Until this fix, the annotation processor for 7.0 was ignored, even if you properly used the jakarta.validation
constraints.
We also released Hibernate Validator 8.0.0.Alpha1, which specifically targets the upcoming Jakarta EE 10.
Hibernate Reactive 1.1.3.Final is now available!
The main feature of this release is that it’s now possible to connect to an instance of Oracle database.
The complete list of changes is available on GitHub.
Thank you!
We just published a maintenance release for Hibernate Search: 6.1.1.Final.
The first candidate release!
Hibernate ORM version 5.6.5.Final
is now available, improving compatibility with the latest version of H2.
We just published Hibernate Search 6.1.0.Final!
The most important change by far in Hibernate Search 6.1.0.Final
is support for asynchronous, distributed automatic indexing
through the outbox-polling
coordination strategy.
But it doesn’t stop there and introduces Elasticsearch 7.16 compatibility, OpenSearch 1.0/1.2 compatibility, search DSL improvements, conditional mass indexing, and more!
We just released Hibernate ORM version 5.6.4.Final
.
We just published Hibernate Search 6.1.0.CR1, the first release candidate of Hibernate Search 6.1.
Among the main changes since Beta2: better defaults and optional operators for the regexp predicate, additional Maven artifacts compatible with Hibernate ORM 6, and more.
We just published Hibernate Search 6.1.0.Beta2, another beta release of the next minor version of Hibernate Search.
Among the main changes: persistence and management of aborted events with the "outbox-polling" coordination, definition of Lucene analyzers without referring to Lucene classes, Elasticsearch 7.16 compatibility, OpenSearch 1.2 compatibility, and more.