Upgrading from 5.2.x to 5.3.x

This section describes breaking changes from version 5.2.x to 5.3.x and how removed features can be replaced by new introduced features.

Breaking Changes

Deprecations

Removals

The deprecated classes org.springframework.data.elasticsearch.ELCQueries and org.springframework.data.elasticsearch.client.elc.QueryBuilders have been removed, use org.springframework.data.elasticsearch.client.elc.Queries instead.