This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Data Elasticsearch 5.4.3! |
Upgrading from 5.4.x to 5.5.x
This section describes breaking changes from version 5.4.x to 5.5.x and how removed features can be replaced by new introduced features.
Deprecations
Some classes that probably are not used by a library user have been renamed, the classes with the old names are still there, but are deprecated:
old name | new name |
---|---|
ElasticsearchPartQuery |
RepositoryPartQuery |
ElasticsearchStringQuery |
RepositoryStringQuery |
ReactiveElasticsearchStringQuery |
ReactiveRepositoryStringQuery |