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

fix: use class name to retrieve controller name #63

Merged
merged 1 commit into from
Jun 8, 2021
Merged

fix: use class name to retrieve controller name #63

merged 1 commit into from
Jun 8, 2021

Conversation

metacosm
Copy link
Member

@metacosm metacosm commented Jun 8, 2021

The issue was that, in some conditions, the Controller annotation would
get lost and the controller name couldn't be properly resolved. To
bypass this issue, we now record which name is associated to which
controller class when a controller is registered.

Fixes #47

The issue was that, in some conditions, the Controller annotation would
get lost and the controller name couldn't be properly resolved. To
bypass this issue, we now record which name is associated to which
controller class when a controller is registered.

Fixes #47
@metacosm metacosm merged commit ef8d25b into main Jun 8, 2021
@metacosm metacosm deleted the fix-47 branch June 8, 2021 21:15
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.

NullPointerException in OperatorProducer.java:27
1 participant