Skip to content

[cleanup][misc] Fix imports using shaded dependencies#3

Closed
nahguam wants to merge 1 commit into
masterfrom
guava-imports
Closed

[cleanup][misc] Fix imports using shaded dependencies#3
nahguam wants to merge 1 commit into
masterfrom
guava-imports

Conversation

@nahguam

@nahguam nahguam commented Oct 19, 2022

Copy link
Copy Markdown
Owner

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

Verifying this change

  • Make sure that the change passes the CI checks.

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

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

@nahguam nahguam changed the title [cleanup][general] Use correct Guava imports [cleanup][misc] Use correct Guava imports Oct 19, 2022
@nahguam nahguam changed the title [cleanup][misc] Use correct Guava imports [cleanup][misc] Fix imports using shaded dependencies Oct 21, 2022
## 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
@nahguam nahguam closed this Nov 9, 2022
@nahguam nahguam deleted the guava-imports branch November 9, 2022 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant