-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[improve][build] replace org.apache.commons.lang to org.apache.commons.lang3 #24473
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
[improve][build] replace org.apache.commons.lang to org.apache.commons.lang3 #24473
Conversation
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #24473 +/- ##
============================================
+ Coverage 73.57% 74.32% +0.75%
+ Complexity 32624 32401 -223
============================================
Files 1877 1868 -9
Lines 139502 145580 +6078
Branches 15299 16662 +1363
============================================
+ Hits 102638 108205 +5567
+ Misses 28908 28810 -98
- Partials 7956 8565 +609
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…s.lang3 (apache#24473) ### Background import change: org.apache.commons.lang to org.apache.commons.lang3 ### Modifications 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f) (cherry picked from commit 2107ff0)
…s.lang3 (apache#24473) ### Background import change: org.apache.commons.lang to org.apache.commons.lang3 ### Modifications 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f) (cherry picked from commit 2107ff0)
|
Cherry-picking to branch-3.0 since commons-lang hasn't been maintained for a long time and there's a minor security issue with commons-lang that is fixed in commons-lang3:3.18.0, CVE-2025-48924 |
…s.lang3 (apache#24473) import change: org.apache.commons.lang to org.apache.commons.lang3 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f)
…s.lang3 (apache#24473) import change: org.apache.commons.lang to org.apache.commons.lang3 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f)
…s.lang3 (apache#24473) import change: org.apache.commons.lang to org.apache.commons.lang3 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f)
…s.lang3 (apache#24473) import change: org.apache.commons.lang to org.apache.commons.lang3 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f) (cherry picked from commit dec94b9)
…s.lang3 (apache#24473) import change: org.apache.commons.lang to org.apache.commons.lang3 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code. (cherry picked from commit 671994f) (cherry picked from commit dec94b9)
…s.lang3 (apache#24473) ### Background import change: org.apache.commons.lang to org.apache.commons.lang3 ### Modifications 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code.
…s.lang3 (apache#24473) ### Background import change: org.apache.commons.lang to org.apache.commons.lang3 ### Modifications 1. import change: org.apache.commons.lang to org.apache.commons.lang3 2. add check style rules that prevent using commons-lang for new code.
Background
import change: org.apache.commons.lang to org.apache.commons.lang3
Modifications
Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes
Documentation
Check the box below or label this PR directly.
Need to update docs?
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: StevenLuMT#16