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

Prevent @Component.Import when type is already provided by external module #367

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

SentryMan
Copy link
Collaborator

This prevents a situation where two maven projects A & B import the same class, and B depends on A, causing the same class to be wired twice and fail.

@rob-bygrave rob-bygrave added this to the 9.3 milestone Jul 10, 2023
@rob-bygrave rob-bygrave added the bug Something isn't working label Jul 10, 2023
@rob-bygrave rob-bygrave merged commit 056966f into avaje:master Jul 10, 2023
3 checks passed
@SentryMan SentryMan deleted the imports branch July 10, 2023 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants