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

This release mainly upgrades to Hibernate ORM 5.6.11.Final, replaces dependency management of Hibernate ORM dependencies with simple alignment in all artifacts (including -orm6 artifacts), and fixes a bug related to Java modules.

Thanks

Thanks to Yasin Koyuncu for his help reporting bugs!

What’s new

  • HSEARCH-4692: Upgrade to Hibernate ORM 5.6.11.Final

  • HSEARCH-4691: Hibernate Search no longer attempts to manage Hibernate ORM dependencies, but is simply aligned on the dependencies of Hibernate ORM 5.6.11.Final (or 6.0.2.Final for -orm6 artifacts). This should make upgrading Hibernate ORM without upgrading Hibernate Search slightly easier for frameworks and application developers.

  • HSEARCH-4701: When running Hibernate Search as a Java module (in the modulepath), Elasticsearch schema management will no longer lead to exceptions caused by missing inter-module dependencies.

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