Hello,
I'm trying to port my application from previous versions and this journey is without luck so far.
I have some problems with database evolutions, they should trigger around each spec in tests, but they don't.
The UP evolution seems to work (but only once, in the beginning of the test instead of in the beginning of each spec), but the DOWN evolution doesn't work at all (as seen in H2's logs, no "drop" statements at all, only "create" ones)
As you may see, I used FakeApplication and Global to make it work (all the evolutions worked as expected), these two are kinda deprecated since the 2.4.
I don't know know if Guice solution works as the coupling with Scaldi is too tight right now (I will try it eventually if there is now other way to do it with Scaldi).
I've tried to solve this problem for quite some time and there is no help in the google what-so-ever (or the search terms I used weren't good enough), so I'm trying to get some help here.
Please advise if the problem is not with scaldi, but with slick or play itself, I'll try to ask the question on their mail groups.
Thanks,
Alex.
I attach the log from test execution in a file as it is too big to put it here.