play-jongo icon indicating copy to clipboard operation
play-jongo copied to clipboard

Update Mongo Java driver compile dependency

Open intelease opened this issue 5 years ago • 3 comments

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?

intelease avatar May 06 '19 04:05 intelease

If you can get to Play 2.7.3, #74 should do the trick.

arambau avatar Jun 29 '19 22:06 arambau

@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 avatar Sep 24 '19 19:09 intelease

@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.

arambau avatar Feb 06 '20 04:02 arambau