We just published a maintenance release for Hibernate Search: 6.2.2.Final.
This release mainly adds compatibility with Elasticsearch 8.10 and OpenSearch 2.10,
upgrades to Hibernate ORM 6.2.9.Final for -orm6
artifacts,
upgrades to Elasticsearch client 8.10.2, Jackson 2.15.2 and Avro 1.11.3,
deprecates the ~
operator in regexp predicates,
and fixes several bugs.
What’s new
-
HSEARCH-4921/HSEARCH-4941/HSEARCH-4946/HSEARCH-4958/HSEARCH-4967: Add compatibility with Elasticsearch 8.10 and upgrade to Elasticsearch client 8.10.2
-
HSEARCH-4978: Add compatibility with OpenSearch 2.10
-
HSEARCH-4933/HSEARCH-4960: Upgrade
-orm6
artifacts to Hibernate ORM 6.2.9.Final -
HSEARCH-4957: Upgrade to Jackson 2.15.2
-
HSEARCH-4984: Upgrade to Avro 1.11.3
-
HSEARCH-4937: The complement operator (
~
) in regexp predicates is now deprecated.This operator is going to be removed in Hibernate Search 7.
-
HSEARCH-4947: Hibernate Search will no longer fail to boot on Windows in some setups.
Thanks to Gábor Lipták for reporting this and helping test the fix!
-
HSEARCH-4980: Hibernate Search will no longer fail when trying to index entities with composite identifiers in the JSR-352 (Java Batch) mass indexing job.
For a full list of changes since the previous release, 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:
-
hibernate-search tag on Stackoverflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)