-
Notifications
You must be signed in to change notification settings - Fork 13
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
Base DependencyInjection setup #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a bit more to the PR description and commit messages. Doesn't have to be lengthy but including the what and why for full context. Typical guide for this is https://cbea.ms/git-commit/.
private void initGuiceIntoHK2Bridge(ServiceLocator serviceLocator, Injector injector) { | ||
GuiceBridge.getGuiceBridge().initializeGuiceBridge(serviceLocator); | ||
GuiceIntoHK2Bridge guiceBridge = serviceLocator.getService(GuiceIntoHK2Bridge.class); | ||
guiceBridge.bridgeGuiceInjector(injector); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having no idea how this works, could you give a TL; DR context in the commit message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think in this particular case, it would add value to include explaination-docs in code as well, working on adding it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding context!
Depends on #10