-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Updates version to fix BWC for SearchSourceBuilder #17098
Conversation
Signed-off-by: Junwei Dai <junweid@amazon.com>
❌ Gradle check result for 1603f4e: 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? |
❌ Gradle check result for 891ed56: 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? |
…ections Signed-off-by: Junwei Dai <junweid@amazon.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17098 +/- ##
============================================
- Coverage 72.27% 72.26% -0.02%
+ Complexity 65397 65388 -9
============================================
Files 5306 5306
Lines 304213 304219 +6
Branches 44117 44117
============================================
- Hits 219881 219846 -35
- Misses 66333 66398 +65
+ Partials 17999 17975 -24 ☔ View full report in Codecov by Sentry. |
…t#17098) * change version to 2.19 Signed-off-by: Junwei Dai <junweid@amazon.com> * bring back the constructor InternalSearchResponse and SearchResponseSections Signed-off-by: Junwei Dai <junweid@amazon.com> --------- Signed-off-by: Junwei Dai <junweid@amazon.com> Co-authored-by: Junwei Dai <junweid@amazon.com> Signed-off-by: expani <anijainc@amazon.com>
…t#17098) * change version to 2.19 Signed-off-by: Junwei Dai <junweid@amazon.com> * bring back the constructor InternalSearchResponse and SearchResponseSections Signed-off-by: Junwei Dai <junweid@amazon.com> --------- Signed-off-by: Junwei Dai <junweid@amazon.com> Co-authored-by: Junwei Dai <junweid@amazon.com> Signed-off-by: Eugene Tolbakov <ev.tolbakov@gmail.com>
Description
Will merge this PR after #17097 got merged
To perform the BWC process:
1. Do this on main with onOrAfter(Version.V_3_0_0)). Get it merged.
2. You'll need a manual backport to 2.x, where you do onOrAfter(Version.V_2_19_0). Don't get it merged right away.
3. Before merging the backport to 2.x, open another PR on main to change it to onOrAfter(Version.V_2_19_0).
4. Merge the backport PR.
5. Merge the main version update PR.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.