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 5.11.0.CR1, the first candidate release for the 5.11 branch. This release mainly includes an upgrade to Hibernate ORM 5.4.0.CR2.

What’s new

Here are some notable changes since Hibernate Search 5.10.5.Final:

  • HSEARCH-3410: Hibernate Search’s ORM integration now depends on Hibernate ORM 5.4.0.CR2.

  • HSEARCH-3420: Hibernate Search is now systematically built and tested against JDK11, meaning it will work out-of-the box on JDK11.

  • HSEARCH-3364: The WildFly feature packs now target WildFly 14.

For a full list of changes since 5.10.5.Final, 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