Update ElasticSearch client library to 7.10+#46
Open
friedkiwi wants to merge 1 commit intoyacy:masterfrom
Open
Update ElasticSearch client library to 7.10+#46friedkiwi wants to merge 1 commit intoyacy:masterfrom
friedkiwi wants to merge 1 commit intoyacy:masterfrom
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.
friedkiwi
added a commit
to friedkiwi/yacy_grid_crawler
that referenced
this pull request
Jun 21, 2022
This PR is to accompany yacy/yacy_grid_mcp#46
friedkiwi
added a commit
to friedkiwi/yacy_grid_loader
that referenced
this pull request
Jun 21, 2022
This PR is to accompany yacy/yacy_grid_mcp#46
friedkiwi
added a commit
to friedkiwi/yacy_grid_parser
that referenced
this pull request
Jun 21, 2022
This PR accompanies the main PR at yacy/yacy_grid_mcp#46
friedkiwi
added a commit
to friedkiwi/yacy_grid_search
that referenced
this pull request
Jun 21, 2022
Accompanies yacy/yacy_grid_mcp#46
Orbiter
requested changes
Jun 21, 2022
Member
Orbiter
left a comment
There was a problem hiding this comment.
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
Author
It should still work, but will need more testing. Re: ES, I've been using Opensearch 2.0.1 on the server side. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.