We just published a bugfix release for Hibernate Search: 6.0.2.Final.
What’s new
-
HSEARCH-4154: Upgrade to Hibernate ORM 5.4.28.Final
-
HSEARCH-4117: Hibernate Search no longer throws "AssertionFailure: Unexpected duplicate key" during bootstrap when an entity has two getters for the same property (e.g.
boolean isEnabled()
andBoolean getEnabled()
). -
HSEARCH-4152: The configuration property
hibernate.search.backend.dynamic_mapping
is no longer ignored. -
HSEARCH-4155: Deleting then re-inserting the same entity in a transaction now correctly results in an index update.
-
HSEARCH-4156: Hibernate Search no longer fails on bootstrap when a Hibernate ORM association uses a non-identifier column as foreign key.
-
HSEARCH-4159: Hibernate Search now properly executes the backend’s
preStop()
operation on shutdown. -
HSEARCH-4161:
LuceneIndexManager.computeSizeInBytes()
no longer fails if an index file is deleted while computing the index size.
For a full list of changes since the previous release, 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:
-
hibernate-search tag on Stackoverflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)