Closed ignasi35 closed 7 years ago
This PR adds a ConfigProvider
that will publish a Config
into Guice so that new Controllers can use that instead of play.api.Configurator
(which is deprecated but available).
I tested this and compare with current master branch, now there aren't any errors
When adding changes in
master
in preparation for bump to Lagom 1.4.0 I introduced a runtime error deeming theweb-gateway
unusable.