Hibernate Search

Migration Guide from Hibernate Search 5.3 to 5.4

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

Upgrade to Search 5.4.x from 5.3.x

The aim of this guide is to assist you migrating an existing application using any version 5.3.x of Hibernate Search to the latest of the 5.4.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.4.0.Alpha1. 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 version 5.0.0.CR1.

API changes

There were no relevant API changes within Hibernate Search itself; consider though that the required Hibernate ORM version change will likely change many APIs.

Back to top