lagom / online-auction-java

Other
129 stars 109 forks source link

Fixes startup issue caused by removal of play.api.Configuration #126

Closed ignasi35 closed 7 years ago

ignasi35 commented 7 years ago

When adding changes in master in preparation for bump to Lagom 1.4.0 I introduced a runtime error deeming the web-gateway unusable.

ignasi35 commented 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).

yg-apaza commented 7 years ago

I tested this and compare with current master branch, now there aren't any errors