We just published a maintenance release for Hibernate Search: 6.1.5.Final.
This release mainly upgrades to Hibernate ORM 5.6.8.Final,
upgrades to Hibernate ORM 6.0.1.Final for -orm6 artifacts,
upgrades to the latest version of Jakarta dependencies for -orm6
/-jakarta
artifacts,
and fixes a few bugs.
What’s new
-
HSEARCH-4543: Upgrade to Hibernate ORM 5.6.8.Final
-
HSEARCH-4569: Upgrade -orm6 artifacts to Hibernate ORM 6.0.1.Final
-
HSEARCH-4540: Upgrade to the latest version of Jakarta dependencies in
-orm6
/-jakarta
artifacts -
HSEARCH-4536:
.flags(Collections.emptySet())
when defining asimpleQueryString
predicate now correctly disables all flags. -
HSEARCH-4537: A routing bridge preventing indexing of a particular entity no longer causes a
NullPointerException
with theoutbox-polling
coordination strategy.Thanks to Ansuman Pattanayak for reporting this!
-
HSEARCH-4544: Defining an aggregation on a text field with
.maxTermCount(<very large value>)
no longer causes anOutOfMemoryError
with the Lucene backend.Thanks to buncieboy for reporting this!
For a full list of changes since the previous release, see the release notes.
How to get this release
All details are available and up to date on the dedicated page on hibernate.org.
Feedback, issues, ideas?
To get in touch, use the following channels:
-
hibernate-search tag on Stackoverflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)