-
Notifications
You must be signed in to change notification settings - Fork 273
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
[BUG] Manifest workflow failed due to increase of minimumCompileVersion of Java update in 2.x #4952
Comments
Looks to me like an issue with |
@peterzhuamazon @prudhvigodithi Gradle 8.10 deprecated usage of any JDK lower than JDK-16. We need to use JDK-17 for manifest builds. |
Seems like that build dep and runtime dep is using different version now. Runtime dep min is still 11: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/index/#java-compatibility Build time dep min is now 17 minimum: opensearch-project/OpenSearch#15267 |
Yes, it could be extracted from |
Re-open as it is not fixed permanently as of now. Pending review: |
Not fully fixed. Still have issues. |
opensearch-project/OpenSearch@399c646
This has triggered a wave of failure in manifest-update workflow specifically on OpenSearch 2.x branch.
Starting here: https://build.ci.opensearch.org/job/manifest-update/506/console
PRs:
The text was updated successfully, but these errors were encountered: