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 missing guice bindings for MessageOutput.Factory2 #5771

Merged
merged 1 commit into from
Mar 13, 2019

Conversation

bernd
Copy link
Member

@bernd bernd commented Mar 13, 2019

We have to call the outputsMapBinder2() method during startup to always
create the map binder for MessageOutput.Factory2. Otherwise the server
doesn't start when there is no output that is using the factory.

This is fallout from #5670.

We have to call the outputsMapBinder2() method during startup to always
create the map binder for MessageOutput.Factory2. Otherwise the server
doesn't start when there is no output that is using the factory.
Copy link
Contributor

@danotorrey danotorrey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - ignoring false web linter failure

@danotorrey danotorrey merged commit 7ab91b0 into master Mar 13, 2019
@danotorrey danotorrey deleted the fix-server-statup branch March 13, 2019 21:54
bernd added a commit that referenced this pull request Apr 1, 2019
We have to call the outputsMapBinder2() method during startup to always
create the map binder for MessageOutput.Factory2. Otherwise the server
doesn't start when there is no output that is using the factory.

(cherry picked from commit 7ab91b0)
bernd added a commit that referenced this pull request Apr 1, 2019
We have to call the outputsMapBinder2() method during startup to always
create the map binder for MessageOutput.Factory2. Otherwise the server
doesn't start when there is no output that is using the factory.

(cherry picked from commit 7ab91b0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants