Skip to content

use full class name of the controller as name instead of simple name #277

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

Merged
merged 5 commits into from
Jan 2, 2021

Conversation

s-soroosh
Copy link
Contributor

The current default name of the controller does end up with conflicts if the same controller class name is used in more than one package. This PR fixes this issue by using the canonical name of the class instead of the simple class name!

@adam-sandor
Copy link
Collaborator

It's probably a good idea to switch to using the full name of the Controller. However I don't like that this tiny change is bundled with the much bigger change in how the DefaultConfigurationService singleton is retrieved. Can we make that a separate PR?

@s-soroosh
Copy link
Contributor Author

It's probably a good idea to switch to using the full name of the Controller. However I don't like that this tiny change is bundled with the much bigger change in how the DefaultConfigurationService singleton is retrieved. Can we make that a separate PR?

Done

@adam-sandor
Copy link
Collaborator

LGTM

@adam-sandor adam-sandor merged commit 13fc2c1 into master Jan 2, 2021
@metacosm metacosm deleted the controller-name-conflict branch January 4, 2021 09:10
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.

2 participants