[cleanup][misc] Fix imports using shaded dependencies#18113
Merged
Conversation
0efca47 to
668c31c
Compare
nodece
approved these changes
Oct 19, 2022
Technoboy-
approved these changes
Oct 19, 2022
47fca4f to
10df980
Compare
nicoloboschi
requested changes
Oct 21, 2022
nicoloboschi
left a comment
Contributor
There was a problem hiding this comment.
Thanks! Could you add that package in the forbidden imports to avoid "regressions" ?
## Motivation Some usages of Guava and Awaitility are coming from the versions shaded in Curator and Testcontainers respectively. ## Modifications * Use the correct Guava imports. * Use the correct Awaitility imports. * Remove Maps.newHashMap due to modernizer-maven-plugin error * Add shaded packages to checkstyle IllegalImports
10df980 to
f0c0b20
Compare
Contributor
Author
@nicoloboschi Nice! done :) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18113 +/- ##
=============================================
+ Coverage 34.91% 45.93% +11.01%
- Complexity 5707 17654 +11947
=============================================
Files 607 1574 +967
Lines 53396 128574 +75178
Branches 5712 14155 +8443
=============================================
+ Hits 18644 59062 +40418
- Misses 32119 63385 +31266
- Partials 2633 6127 +3494
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
nicoloboschi
approved these changes
Oct 21, 2022
Contributor
|
/pulsarbot rerun-failure-checks |
4 tasks
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.
Motivation
Some usages of Guava and Awaitility are coming from the versions shaded in
Curator and Testcontainers respectively.
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
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: nahguam#3