Hibernate Search

Migration Guide from Hibernate Search 5.10 to 5.11

Here we are helping you migrate your existing Search application to the latest and greatest.

Upgrade to Hibernate Search 5.11.x from 5.10.x

The aim of this guide is to assist you migrating an existing application using any version 5.10.x of Hibernate Search to the latest of the 5.11.x series. If you’re looking to migrate different versions see Hibernate Search migration guides.

This document provides pointers for a migration. It refers to Hibernate Search version 5.11.7.Final. If you think something is missing or something does not work, please contact us.

Requirements

This version of Hibernate Search now requires using Hibernate ORM versions from the 5.4.x family.

Configuration changes

The configuration properties didn’t change.

API changes

The APIs didn’t change.

SPI changes

The SPIs didn’t change.

Behavior changes

No behavior changes to report.

Back to top