Skip to content

Remove wildcard imports and enforce with spotless#809

Merged
the-other-tim-brown merged 4 commits intoapache:mainfrom
the-other-tim-brown:808-wildcard-imports
Feb 23, 2026
Merged

Remove wildcard imports and enforce with spotless#809
the-other-tim-brown merged 4 commits intoapache:mainfrom
the-other-tim-brown:808-wildcard-imports

Conversation

@the-other-tim-brown
Copy link
Contributor

What is the purpose of the pull request

Reviewers often find themselves asking contributors to remove the wildcard imports. We need to codify this so we have consistent style throughout.

Closes #808

Brief change log

  • Update the spotless version
  • Update spotless configuration to disallow wildcards
  • Update classes to import all required classes

Verify this pull request

This pull request is a trivial rework / code cleanup without any test coverage.

@the-other-tim-brown the-other-tim-brown merged commit 5c25674 into apache:main Feb 23, 2026
2 checks passed
@the-other-tim-brown the-other-tim-brown deleted the 808-wildcard-imports branch February 23, 2026 17:59
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.

Disallow wildcard imports

2 participants