-
Notifications
You must be signed in to change notification settings - Fork 125
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
Upgrade bytebuddy version to match OpenSearch core #1135
Upgrade bytebuddy version to match OpenSearch core #1135
Conversation
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Codecov Report
@@ Coverage Diff @@
## main #1135 +/- ##
============================================
- Coverage 85.24% 85.01% -0.23%
+ Complexity 1189 1184 -5
============================================
Files 159 159
Lines 4813 4813
Branches 433 433
============================================
- Hits 4103 4092 -11
- Misses 516 525 +9
- Partials 194 196 +2 |
is this for main only, or we should port it to 2.x? |
Looks like it's only on main as of right now, so we shouldn't backport yet: https://github.com/opensearch-project/OpenSearch/blob/4563ebc0750599651a513c4df10f2d7464bee2e9/buildSrc/version.properties#L54 |
0f93430
into
opensearch-project:main
* Bump bytebuddy version to match OpenSearch core Signed-off-by: Ryan Bogan <rbogan@amazon.com> (cherry picked from commit 0f93430)
Description
Upgrades bytebuddy version to match OpenSearch core
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.