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

Updated wiki's content according to the latest release #402

Open
ehayik opened this issue Nov 26, 2019 · 0 comments
Open

Updated wiki's content according to the latest release #402

ehayik opened this issue Nov 26, 2019 · 0 comments

Comments

@ehayik
Copy link

ehayik commented Nov 26, 2019

Please update wiki's content according to the latest release .e.g

https://github.com/Netflix/governator/wiki/Module-Dependencies

LifecycleInjector.builder()
   .withAdditionalModuleClasses(ApplicationModule.class)
   .build().createInjector();

withAdditionalModuleClasses() has been deprecated

https://github.com/Netflix/governator/wiki/Getting-Started

LifecycleManager   manager = injector.getInstance(LifecycleManager.class);
manager.start();

Method LifecycleManager ::start() has been removed or renamed

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

No branches or pull requests

1 participant