play-jongo
play-jongo copied to clipboard
Update Mongo Java driver compile dependency
The Mongo Java driver used by https://mvnrepository.com/artifact/uk.co.panaxiom/play-jongo_2.12/2.1.0-jongo1.3 is https://mvnrepository.com/artifact/org.mongodb/mongo-java-driver/3.4.2. However, I have to use at least MongoDB 3.6, if not 4.0.
Looking at https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility, it seems I need a version of Play-jongo that compiles using at least Mongo Java driver 3.6, if not 3.8.
Are there plans for supporting higher versions of Mongo?
If you can get to Play 2.7.3, #74 should do the trick.
@arambau Is there a plan to push that PR? With that PR, play-jongo would have a version compatible with Play 2.7, right?
@intelease My apologies, I never got a notification that you made a comment here. I don't have access to the main repository here, but if you clone mine, you can build the module and it will work with play 2.7. In fact, I'm actively using it in Play 2.8 as well.