-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Backport 2.19] Replace commons-lang:commons-lang with org.apache.commons:commons-lang3 (#19229) #19476
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.19] Replace commons-lang:commons-lang with org.apache.commons:commons-lang3 (#19229) #19476
Conversation
…g3 (opensearch-project#19229) * Replace commons-lang:commons-lang with org.apache.commons:commons-lang3 Signed-off-by: Craig Perkins <[email protected]> * Add to CHANGELOG Signed-off-by: Craig Perkins <[email protected]> * Create a shim around commons-lang3 StringUtils Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 7651600)
|
❌ Gradle check result for 019bd93: 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 019bd93: 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? |
Signed-off-by: Craig Perkins <[email protected]>
|
❌ Gradle check result for 08128cd: 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? |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.19 #19476 +/- ##
============================================
+ Coverage 71.93% 71.95% +0.01%
- Complexity 65945 65996 +51
============================================
Files 5341 5342 +1
Lines 307273 307283 +10
Branches 44845 44845
============================================
+ Hits 221050 221105 +55
- Misses 67735 67741 +6
+ Partials 18488 18437 -51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…g3 (opensearch-project#19229) (opensearch-project#19476) (cherry picked from commit 7651600) Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit 7651600)
Description
Backport #19229 to 2.19
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.