-
Notifications
You must be signed in to change notification settings - Fork 145
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
[Release 3.0] Bump gradle 8.10.2 / JDK23 / 3.0.0.0-alpha1 on SQL plugin #3319
base: main
Are you sure you want to change the base?
[Release 3.0] Bump gradle 8.10.2 / JDK23 / 3.0.0.0-alpha1 on SQL plugin #3319
Conversation
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Pending geospatial:
|
Now pending ml:
|
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Seems issues with jdk23 not very sure:
|
See it here:
Will update 1.14.19 (1.14.16 supports JDK23) |
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Now JDK23 has the same errors on integTest as JDK21: |
Adding @noCharger to take a look at integTest as he is the release manager for SQL. Thanks! |
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.
One major isssue from the log:
» java.lang.IllegalArgumentException: No enum constant org.opensearch.action.search.SearchPhaseName.CREATE_PIT
> Task :integ-test:integTest FAILED
This is tracking opensearch-project/OpenSearch#16750
Bugfix opensearch-project/OpenSearch#16781
Some other IT failed, which might be transient:
|
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Seems like same issues as this one: |
New Failures on the build test, not integTest anymore after updating security snapshots:
cc: @noCharger Thanks! |
Description
[Release 3.0] Bump gradle 8.10.2 / JDK23 / 3.0.0.0-alpha1 on SQL plugin
Related Issues
Closes #3315
#1880
Check List
[ ] New functionality includes testing.[ ] New functionality has been documented.[ ] New functionality has javadoc added.[ ] New functionality has a user manual doc added.[ ] API changes companion pull request created.--signoff
.[ ] Public documentation issue/PR created.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.