Hibernate Search is a library that integrates Hibernate ORM with Apache Lucene or Elasticsearch by automatically indexing entities, enabling advanced search functionality: full-text, geospatial, aggregations and more. For more information, see Hibernate Search on hibernate.org.

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 a simpleQueryString predicate now correctly disables all flags.

  • HSEARCH-4537: A routing bridge preventing indexing of a particular entity no longer causes a NullPointerException with the outbox-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 an OutOfMemoryError 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:


Back to top