question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MongoClient since 3.7 version support

See original GitHub issue

Hi, 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lukas-krecancommented, Mar 2, 2020

Released as 4.5.0

0reactions
tuus-amicuscommented, Feb 27, 2020

Ok. I plan only to add one constructor to the provider like this fae66a1

It’s quite enough! Big thanks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found