-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Force to use commons-beanutils:1.11.0
#18984
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
Force to use commons-beanutils:1.11.0
#18984
Conversation
Signed-off-by: Prudhvi Godithi <[email protected]>
Signed-off-by: Prudhvi Godithi <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18984 +/- ##
============================================
- Coverage 72.88% 72.81% -0.07%
- Complexity 69327 69351 +24
============================================
Files 5643 5645 +2
Lines 318720 318786 +66
Branches 46113 46124 +11
============================================
- Hits 232294 232131 -163
- Misses 67595 67914 +319
+ Partials 18831 18741 -90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
FYI @prudhvigodithi on 2.19 this is solved by excluding the transitive dep: #18795 I made that PR on 2.19 without realizing that main was impacted similarly. |
|
@prudhvigodithi @cwperks should we just backport that 2.19 change to main? Thanks. |
|
@cwperks @andrross @peternied Wondering if we can move forward with this or do we need to port forward the 2.19 change? |
|
Thanks, we can close this PR. |
Description
The
org.apache.hadoop:hadoop-minicluster:3.4.1usescommons-beanutils:commons-beanutils:1.9.4. However as of now 3.4.1 is the latest version available https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-minicluster.With this change now in all runtime and compile class path I can see the

commons-beanutils:commons-beanutils:1.11.0Related Issues
Related PR's and issues from past
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.