Skip to content
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

Avoids pre-validating the nearest enclosing type in the InjectProcessingStep. #3524

Closed
wants to merge 1 commit into from

Conversation

copybara-service[bot]
Copy link

Avoids pre-validating the nearest enclosing type in the InjectProcessingStep.

Fixes #3522

The pre-validation should no longer be needed as InjectValidator validates everything itself. In addition, the pre-validation is overly broad, and validates types that are not necessary for Dagger to validate the class.

RELNOTES=Fixes #3522: Avoids pre-validating the nearest enclosing type in the InjectProcessingStep.

…ingStep.

Fixes #3522

The pre-validation should no longer be needed as `InjectValidator` validates everything itself. In addition, the pre-validation is overly broad, and validates types that are not necessary for Dagger to validate the class.

RELNOTES=Fixes #3522: Avoids pre-validating the nearest enclosing type in the InjectProcessingStep.
PiperOrigin-RevId: 466812816
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.

DataBindingComponent could not be resolved after bumping dagger to 2.43.1
1 participant