scalableminds / play-mongev

An evolution plugin for playframework 2 applications using MongoDB
MIT License
19 stars 13 forks source link

Upgrading mongev from plugin to module based api's. #7

Open multimayank opened 8 years ago

multimayank commented 8 years ago

As per the latest documentation of Play 2.5.x, the play.api.Plugin API has been removed. Are you planning to migrate your implementation to the new Module API? If so what is the expected timeline?

tmbo commented 8 years ago

I didn't have a look at the required changes yet, but I will do so later today and let you know about the progress / expected time frame.

multimayank commented 8 years ago

Thanks for the prompt reply. Just an FYI - There seems to be a migration guide for it [https://www.playframework.com/documentation/2.5.x/PluginsToModules].

tmbo commented 8 years ago

I had a look at the necessary changes and there are quite a few of them (not only due to the plugins2modules change but also some other things that need changing due to accumulated technical dept accumulated during the change from 2.3 -> 2.4).

Unfortunately, we are in the midst of a bigger release and hence I can't make any promises right now when I will have enough time to change and test it. After that we are going to move our applications to 2.5 as well, so sooner or later this will get done. I am very sorry to be so vague, but I'd be happy to lend a helping hand if you try to port it to use the new plugins system.

multimayank commented 7 years ago

Thanks for the response. Will let you know if and when i am porting it to the plugins system.