-
Notifications
You must be signed in to change notification settings - Fork 78
Support ElasticSearch 7.0.0 #86
Comments
This would be great! Can you say something about how hard it is to add support for the new ES version, and what the expected timeline is? |
@nov1n Hello, sorry for not clear state in initial description. |
@nov1n |
I have a WIP here: https://github.com/psk-ixolit/embedded-elasticsearch/commits/master |
@psk-ixolit I just sent a PR as well. How did you deal with the incompatible changes to indexing and templating APIs? I'm not very happy with my solution, but I couldn't see a better way. |
I didn't yet. I have a starting ES 7.0 version which was enough for my usecase. I tried porting the tests, bit didn't finish it. However I quickly added a jitpack build to it: https://jitpack.io/#psk-ixolit/embedded-elasticsearch The master snapshot works: https://jitpack.io/com/github/psk-ixolit/embedded-elasticsearch/master-embedded-elasticsearch-2.10.0-ge65deca-5/build.log
|
any chance of seeing this happen soon ? |
Have you started working on support for ES 7.0? Any progress? |
Thanks for your work. I am waiting for ES 7.x support as well. |
I'm also interested in the ES7 support. Any progress so far? |
I ended up using elasticsearch-cluster-runner. Works great for my needs, and migration wasn't painful. |
It worked for me manually downloading from a 7.1.1 OSS URL and renaming the download to drop any name segments after the version number, then the starting worked for me. (To achieve this I had to create pl.allegro... namespaced classes to work around some encapsulation, but in the end I just needed to one class and create one new one) |
We have migrated our integration tests to https://www.testcontainers.org/modules/elasticsearch/. It's quite straightforward to write a few lines long wrapper that will offer similar API as this library. Thank you ALLEGRO for creating this library and keeping it up-to-date for a very long time. It has kept our integration tests running for several years. And now with testcontainers it's time to move on. Best regards, |
The same, we migrate to testcontainers |
This is update request.
Please, Support ElasticSearch 7.0.0
The text was updated successfully, but these errors were encountered: