-
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
[Backport 2.x] Moving ExtensionsRequest to use Protobuf #7265
[Backport 2.x] Moving ExtensionsRequest to use Protobuf #7265
Conversation
…ject#6960) Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
@@ -21,6 +21,7 @@ woodstox = 6.4.0 | |||
kotlin = 1.7.10 | |||
antlr4 = 4.11.1 | |||
guava = 31.1-jre | |||
protobuf = 3.22.2 |
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.
Apologies @saratvemulapalli , non-issue but I've just realized a minor update for protobuf is ongoing (https://github.com/opensearch-project/OpenSearch/pull/7261/files), not a big deal, I could rebase it after
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 2.x #7265 +/- ##
============================================
- Coverage 70.46% 70.42% -0.04%
- Complexity 59796 59808 +12
============================================
Files 4847 4847
Lines 287150 287139 -11
Branches 41723 41723
============================================
- Hits 202336 202219 -117
- Misses 67891 68023 +132
+ Partials 16923 16897 -26
... and 485 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Description
Manual backport of #6960 to 2.x
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.