remove @ExperimentalApi annotations from star-tree code files#20925
remove @ExperimentalApi annotations from star-tree code files#20925ThyTran1402 wants to merge 4 commits intoopensearch-project:mainfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit 93e74af)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 93e74af Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 0224059
Suggestions up to commit 624f381
|
|
❌ Gradle check result for 624f381: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
minor suggestion - Try pulling latest main - will make changes easier. |
Signed-off-by: Thy Tran <58045538+ThyTran1402@users.noreply.github.com>
Signed-off-by: Thy Tran <58045538+ThyTran1402@users.noreply.github.com>
624f381 to
0224059
Compare
Yes. This will help to resolve the merge conflicts. |
|
Persistent review updated to latest commit 0224059 |
Signed-off-by: Thy Tran <58045538+ThyTran1402@users.noreply.github.com>
|
Persistent review updated to latest commit 93e74af |
|
❌ Gradle check result for 93e74af: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Replaced @experimentalapi annotations with @publicapi(since = "3.6.0") in all star-tree related code files (34 files). Changes: - Removed @experimentalapi annotations - Added @publicapi(since = "3.6.0") as replacement Related to: opensearch-project#18070, resolves opensearch-project#18499 Fixes opensearch-project#20925
|
Can you review it please? Thank you! |
Signed-off-by: Thy Tran <58045538+ThyTran1402@users.noreply.github.com>
|
Failed to generate code suggestions for PR |
|
❌ Gradle check result for 783f207: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
Removes
@ExperimentalApiannotations from all star-tree and replaces them with@PublicApi(since= "3.6.0")Related PR: #18070
Related Issues
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.