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 bugfix release for Hibernate Search: 5.11.8.Final.

What’s new

This version mainly brings one bugfix: it ensures resources are correctly cleaned up when Hibernate Search fails to establish a connection to Elasticsearch on startup. Not doing so could cause the application to hang in some cases. Thanks to Valentin Aitken for his contribution.

For a full list of changes since the previous release, please 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