play-salat
play-salat copied to clipboard
MongoDB / Salat plugin for Play 2 [MOVED]
Hi, I'm using your library. When I compile my project I got: > [error] missing or invalid dependency detected while loading class file 'Binders.class'. > [error] Could not access type...
The plugin still uses a deprecated method for authenticating. ``` scala @deprecated("Please use MongoClient to create a client, which will authenticate all connections to server.", "2.7") def authenticate(username: String, passwd:...
We're using activator-1.2.8, which includes play 2.3.2 and scala 2.11 When I added play-salat, I get the following exception upon the first call that uses Mongo: ``` Caused by: play.api.PlayException:...
With the recent release of salat version 0.0.8 snapshot, Salat has very good support for JSON Model. But since salat uses lift json and not jerkson the Play built in...