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 two maintenance releases for Hibernate Search: 6.1.3.Final and 6.0.9.Final.

These releases mainly upgrade Hibernate Search to the latest compatible Hibernate ORM versions, and fix a few mistakes in the documentation.

What’s new

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

6.1.3.Final (and 6.1.2.Final)

Let’s not talk about 6.1.2.Final, which was released a bit too fast.

Here are the main changes between 6.1.1.Final and 6.1.3.Final:

  • HSEARCH-4512: Upgrade to Hibernate ORM 5.6.7.Final

  • HSEARCH-4509: Upgrade -orm6 artifacts to Hibernate ORM 6.0.0.CR2

  • Fixed a few mistakes in the reference documentation.

6.0.9.Final

The only visible changes between 6.0.8.Final and 6.0.9.Final are the correction of a few mistakes in the migration guide.

How to get these releases

All details are available and up to date on the dedicated pages on hibernate.org:

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top