This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Data Elasticsearch 5.3.1!

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.