-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Clarify JDK requirement in the Developer Guide #1153
Conversation
Signed-off-by: Tianli Feng <[email protected]>
✅ Gradle Wrapper Validation success e528fe7 |
✅ DCO Check Passed e528fe7 |
✅ Gradle Precommit success e528fe7 |
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.
👏
start gradle check |
In the above log:
Haha, seems BWC test is not happy with introducing itself more to people in the documentation. 😉 |
start gradle check |
See more detail of the BWC test failure: #1158 |
In log 433:
|
start gradle check |
In log 437:
|
start gradle check |
Signed-off-by: Tianli Feng <[email protected]>
✅ Gradle Wrapper Validation success 4845482 |
✅ DCO Check Passed 4845482 |
✅ Gradle Precommit success 4845482 |
As @adnapibar suggested, I merged the latest commits from |
start gradle check |
* Explicitly point out the JDK 8 requirement is for runtime, but not for compiling. * Clarify the JAVAx_HOME env variables are for the "backwards compatibility test". * Add explanation on how the backwards compatibility tests get the OpenSearch distributions for a specific version. Signed-off-by: Tianli Feng <[email protected]>
* Explicitly point out the JDK 8 requirement is for runtime, but not for compiling. * Clarify the JAVAx_HOME env variables are for the "backwards compatibility test". * Add explanation on how the backwards compatibility tests get the OpenSearch distributions for a specific version. Signed-off-by: Tianli Feng <[email protected]>
Description
In DEVELOPER_GUIDE.md:
JAVAx_HOME
env variables are for the "backwards compatibility test".JAVAx_HOME
env variables. (Run BWC test for1.0
or1.x
branch requires JDK 8 and 14, formain
branch requires JDK 8 and 11)In TESTING.md:
JAVAx_HOME
env variables.Issues Resolved
#1138
Check List
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.