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

This release mainly upgrades Hibernate Search to the latest compatible Hibernate ORM version and fixes one issue with Spring Boot 2.4.0 / Spring Framework 5.3.

What’s new

  • HSEARCH-4085: Upgrade to Hibernate Annotations 5.1.2.Final

  • HSEARCH-4087: Upgrade to Hibernate ORM 5.4.23.Final

  • HSEARCH-4107: Creating a FullTextSession from an EntityManager created by Spring Boot 2.4.0 / Spring Framework 5.3 used to fail with a ClassCastException. This is no longer the case. More information here.

For a full list of changes since the previous release, please see the release notes.

How to get these releases

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