-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ES 7.x #116
Comments
Hi @cecchisandrone , The idea is to keep close as possible than Spring Data Elasticsearch. However, It's possible that the current version works well with ES 7. |
Next SDE Moore 3.2.RC2 will support ES 6.8.1! See spring-projects/spring-data-elasticsearch@a9d5793 |
Hi, I installed ES 7.3.0 and Spring Boot 2.1.2, Spring Data Jest 3.2.3 and run into the following issue to get the total elements of an search result which is working with ES 6:
Thanks, |
And now SDE 4.0.x will support ES 7.3.0. See spring-projects/spring-data-elasticsearch#302 |
Spring-data Moore has been released on Oct 1th: https://spring.io/blog/2019/10/01/spring-data-moore-goes-ga @VanRoy Are you expecting to release 3.2.6 soon? |
@DanielFran , I plan a 3.2.6 that match with SDES 3.2.0.RELEASE quickly. Unfortunaly it's not support ES 7.x for now, it's plan for SDES 4.x |
Hi @DanielFran , I just release 3.3.0.RELEASE that target Spring data Moore 3.2.1 is out using elastic 6.8.4, and spring-boot 2.2.1. |
@VanRoy what is the plan to support 7.4 version of ES ? |
@anton1y Yes, it's planned as usual as soon as SpringDataElasticsearch release is published. In the case of ES 7.x the version of SDES is 4.x and is currently in RC. So I expect that coming soon. |
@VanRoy , spring data 4 is there... Are you planning a concrete date to release? |
Hi. |
Hello @amirensit , SpringDataJest is born to allow usage of Spring Data with Elasticsearch on environment where ES native protocol is not supported ( like managed ES on AWS ). |
@VanRoy, is there any update on planned support for ES 7.x? Could you pls indicate the timelines or suggest alternatives? Thanks! |
Hi @kashifiq , I started the migration but this is a major refactoring and require lot of work to upgrade to match with Spring Data 4.0. So the alternatives are :
|
Hi @VanRoy , Thanks for your response! I tried with Spring Data Jest 3.3.1 and ES 7.6 and got the following error trace: +++++++++++++++++++++++++++++ |
Is there a plan to support ES 7?
The text was updated successfully, but these errors were encountered: