Tags
Authors
We just published Hibernate Search 6.0.0.Alpha8, a new release of the still-in-development 6.0 branch. This release mainly restores configuration options for entity loading and Lucene index storage, brings simpler and more powerful bridge APIs, and upgrades to Elasticsearch 7.2 and Lucene 8.1.
We just published Hibernate Search 6.0.0.Alpha7, a new release of the still-in-development 6.0 branch. This release mainly restores missing parameters for index field types, restores explicit indexing APIs, and upgrades to Elasticsearch 6.8 and 7.1.
We just published two bugfix releases for Hibernate Search: 5.11.2.Final and 5.10.6.Final. These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions and fix several issues with the Elasticsearch integration.
We just released Hibernate Validator 6.0.17.Final which includes several bugfixes.
This is a recommended upgrade for everyone using Hibernate Validator and it is a drop-in replacement for 6.0.16.Final.
We just released the third maintenance release of Hibernate ORM 5.4.
It is designed to be a drop in replacement for ORM 5.4.2.
We just published Hibernate Search 6.0.0.Alpha6,
a new release of the still-in-development 6.0 branch.
This release mainly restores decent performance for Lucene index reads and writes,
adds support for indexing BigDecimal
and BigInteger
,
reduces the verbosity of the search DSL,
and adds support for configuring on-commit synchronization for automatic indexing.
We just published Hibernate Search 6.0.0.Alpha5, the fifth release for the still-in-development 6.0 branch. This release mainly restores the "indexNullAs" feature, adds a brand new API to declare dependencies in bridges, and adds compatibility with Elasticsearch 6.7 and 7.0.
Today, we released a new maintenance release of Hibernate ORM 5.3: 5.3.10.Final.
We just published Hibernate Search 6.0.0.Alpha4, the fourth release for the still-in-development 6.0 branch. This release mainly adds an "exists" predicate, improves the DSL by allowing to bypass DSL and projection converters or to override analyzers, restores the Elasticsearch AWS integration, and upgrades the Lucene backend to Lucene 8.
We are excited to announce the release of 6.0 Alpha2.
See the announcements for previous 6.0 development releases: Alpha1
This release introduces:
-
support for multi-valued query parameter bindings
-
query mutations handling improvements
-
initial hooks for entity hierarchy specific mutation strategy
-
special handling for composite ids
-
special handling for no restriction deletes
-
special handling for deletes predicated on no non-id attributes
-
table-based, inline and cte strategies for "multi-table" mutations ported
-
-
support for one-to-many and many-to-many was further extended (@Where, @Order, @Parent are not still supported)