You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(*) - require manual change in your project pom file (solution 2.)
(**) - Next big ES release with breaking changes
Common questions:
1. Why Spring Boot 1.x.x doesn't work with Elasticsearch 2.x.x?
Spring boot 1.x.x auto configuration is using ImmutableSettings class from Elasticsearch and that class has been removed in version 2.x.x of Elasticsearch.
Spring Boot has dedicated module to specify dependency versions.
To change version of ES from 1.5.2 to 1.7.2 add elasticsearch.version into your pom properties