After upgrading to spring data elastic search 2.2.0 and spring boot 1.3.3 for ES 2.2, I am getting the following issues
Error creating bean with name 'postingController' defined in file Error creating bean with name 'postingElasticSearchRepository': Error creating bean with name 'client': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.elasticsearch.client.transport.TransportClient.builder()Lorg/elasticsearch/client/transport/TransportClient$Builder;
With Spring boot 1.2.7 and Spring data ES 2.2.0 I am getting following issue
Could not evaluate condition on org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchDataAutoConfiguration#elasticsearchTemplate due to internal class not found.
I have analyzed the following link where they say spring data has no support for ES 2 versions https://jira.spring.io/browse/DATAES-211
but in their github documentation they are saying support for elastic search 2.0 https://github.com/spring-projects/spring-data-elasticsearch
Please let me know whether spring data elastic search has support for ES 2.2.0 If yes please help me solve my issue I have used the same configuration as described in above github page