MongoClient since 3.7 version support
See original GitHub issueHi, there!
Since Mongo-java-driver 3.7 com.mongodb.MongoClient
using in your MongoLockProvider, is deprecated, alternative to use is com.mongodb.client.MongoClient
.
Are you suppose to add this in feature releases or what solutions will you recommend? Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
MongoDB Software Lifecycle Schedules
The lifecycle schedules below form a part of MongoDB's Support Policies. They include Major Releases and Rapid Releases of the MongoDB Server and...
Read more >What's New - GitHub Pages
The Java driver now provides support for the SCRAM-256 authentication mechanism (requires MongoDB 4.0). What's New in 3.7. Key new features of the...
Read more >Connect to MongoDB - GitHub Pages
MongoClient (since 3.7 release). A MongoClient instance represents a pool of connections to the database; you will only need one instance of class ......
Read more >MongoDB Driver Quick Start - GitHub Pages
See Installation for instructions on how to install the MongoDB driver. The following import statements: New MongoClient API (since 3.7): import com.mongodb.
Read more >What's new in 3.12 - GitHub Pages
This release fully supports all MongoDB releases from versions 2.6 to 4.2. ... MongoClient , the interface introduced in version 3.7 of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released as 4.5.0
It’s quite enough! Big thanks.