MongoDB Compatibility java driver -


given table: https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#reference-compatibility-mongodb-java

seems java driver 2.13.3 not compatible mongodb 3.4

nevertheless i'm working on project java driver 2.13.3 , using mongodb 3.4 server , i'm not having trouble.

obviously have latest version recommended usual needs lot of re-work (deprecated methods, new properties, etc.), decision not easy.

what points team should take account in deciding whether upgrade latest driver version?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -