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

Make it possible to export container dependant variables #562

Merged
merged 2 commits into from
Oct 4, 2017

Commits on Sep 29, 2017

  1. Make it possible to export container dependant variables

    This patch introduces the initialize method in
    Frontend/BackendApplicationContribution this is called as the first thing
    the application does before onStart or configure.
    
    This enables the logger module to export a logger object fetched via
    container.get<ILogger>(ILogger) such that this new logger object can be
    exported to code that does not use injection.
    
    Signed-off-by: Antoine Tremblay <antoine.tremblay@ericsson.com>
    Antoine Tremblay committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    dacdd68 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2017

  1. Add try/catch to contribution calls in backend-application

    Signed-off-by: Antoine Tremblay <antoine.tremblay@ericsson.com>
    Antoine Tremblay committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    a992732 View commit details
    Browse the repository at this point in the history