-
Notifications
You must be signed in to change notification settings - Fork 13
Sync with Elasticsearch main branch #171
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
Conversation
b53b26c to
c11bbb9
Compare
💚 Build Succeeded
History
|
jsvd
left a comment
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.
LGTM
jsvd
left a comment
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.
should we move gradle.properties ES TREEISH to main?
Not necessarily from functional point of view as we are able to enforce the ES treeish with env var. If we need it for a visibility (make sure we don't make any mistake while developing), I am thinking to update the GH PR template which should guide 8.x and future release and probably I will also add a note to a plugin publisher. |
|
The issue I see is that, for a PR against the So we may need to force TREEISH to main in this branch, either through CI or the gradle.properties |
I have a PR to separate branches and give better names. How do you think if I add there? I have validated on my local to cover your concern if it is about failure.
Local result:
Local result: |
|
I'm fine with using #177 to improve the CI. LGTM |
Description
This PR introduces changes aligned with Elasticsearch main branch which a big change, JDK 21 requirement.
Author's checklist