[Backport 2.19] Add commons-lang3, commons-codec to plugin-cli#19394
Merged
[Backport 2.19] Add commons-lang3, commons-codec to plugin-cli#19394
Conversation
The updated version of commons compress in 5b89711 now requires that commons-lang3 to be available at runtime for the plugin CLI. commons-codec is also a non-optional dependency of commons-compress, so that is added here as well. Signed-off-by: Andrew Ross <[email protected]> (cherry picked from commit 067a8ae) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
cwperks
approved these changes
Sep 24, 2025
Contributor
|
❌ Gradle check result for d50ddbc: 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? |
This was referenced Aug 28, 2025
Open
Contributor
|
❌ Gradle check result for d50ddbc: 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? |
Contributor
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.19 #19394 +/- ##
============================================
- Coverage 72.00% 71.93% -0.08%
+ Complexity 66011 65920 -91
============================================
Files 5341 5341
Lines 307260 307260
Branches 44842 44842
============================================
- Hits 221245 221029 -216
- Misses 67520 67802 +282
+ Partials 18495 18429 -66 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sokdak
pushed a commit
to sokdak/OpenSearch
that referenced
this pull request
Oct 15, 2025
) (opensearch-project#19394) The updated version of commons compress in 5b89711 now requires that commons-lang3 to be available at runtime for the plugin CLI. commons-codec is also a non-optional dependency of commons-compress, so that is added here as well. (cherry picked from commit 067a8ae) Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 067a8ae from #19387.