-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update ElasticSearch client library to 7.10+ #46
base: master
Are you sure you want to change the base?
Conversation
This commit updates the ElasticSearch client library to 7.10+; this allows you to use current Elasticsearch/Opensearch stacks as opposed to the massively outdated 5.x/6.x branches.
This PR is to accompany yacy/yacy_grid_mcp#46
This PR is to accompany yacy/yacy_grid_mcp#46
This PR accompanies the main PR at yacy/yacy_grid_mcp#46
Accompanies yacy/yacy_grid_mcp#46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I welcome a migration to Elastic 7.1, but I want to stick to temurin:8 for now.
Is there a specific need to migrate Java as well?
As far as the support matrix states, Java 8 is still supported in Elastic 7.1
https://www.elastic.co/de/support/matrix#matrix_jvm
It should still work, but will need more testing. Re: ES, I've been using Opensearch 2.0.1 on the server side. |
This PR updates the ElasticSearch client library to 7.10+; this allows you to use current Elasticsearch/Opensearch stacks as opposed to the massively outdated 5.x/6.x branches.
This PR also updates JRE/JDK to 11.