Hibernate Search 7.2.2.Final maintenance release

Posted by    |      

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 are pleased to announce the release of Hibernate Search 7.2.2.Final.

This release brings a couple bug fixes and dependency upgrades.

What’s new in Hibernate Search 7.2.2.Final

Dependency upgrades

Hibernate ORM (HSEARCH-5267)

Hibernate Search now depends on Hibernate ORM 6.6.3.Final.

Elasticsearch (HSEARCH-5276)

The Elasticsearch client is now upgraded to 8.15.4

Other

  • HSEARCH-5255: Fix possible issue with projection cardinality when single and multivalued projections are mixed in a single long field path.

  • HSEARCH-5268: Potential problem with using @IdClass in an indexed embedded object is addressed with the upgrade to Hibernate ORM 6.6.3.Final

And more. For a full list of changes since the previous releases, 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.

Getting started, migrating

For new applications, refer to the getting started guide:

For existing applications, these releases of Hibernate Search are drop-in replacements of their previous micros within the same minors, assuming you also upgrade the dependencies. To upgrade to a newer major/minor, see migration guides.

Feedback, issues, ideas?

To get in touch, use the following channels:


Back to top