Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated class "com.mongodb.util.JSON" in use, we should replace #521

Open
julie-sullivan opened this issue Jan 21, 2020 · 0 comments
Open
Assignees
Labels

Comments

@julie-sullivan
Copy link
Contributor

CellBase is using deprecated classes. We should update these to the new way of doing things.

https://mongodb.github.io/mongo-java-driver/3.6/javadoc/index.html?com/mongodb/util/JSON.html

com.mongodb.util.JSON
This class has been superseded by to toJson and parse methods on BasicDBObject

Here's the full list:

https://mongodb.github.io/mongo-java-driver/3.6/javadoc/deprecated-list.html

@julie-sullivan julie-sullivan self-assigned this Jan 21, 2020
@julie-sullivan julie-sullivan changed the title Deprecated class com.mongodb.util.JSON in use Deprecated class "com.mongodb.util.JSON" in use, we should replace Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant