]
Steven Hawkins commented on TEIID-5650:
---------------------------------------
There are further simplifications that we can make if we cut off support for pre-2.6.
MongoDB: The DB interface is deprecated
---------------------------------------
Key: TEIID-5650
URL:
https://issues.jboss.org/browse/TEIID-5650
Project: Teiid
Issue Type: Task
Components: Misc. Connectors
Affects Versions: 12.0
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Priority: Major
The interface that presents the connection to the MongoDB `MongoDBConnection` uses
interface `DB` from Mongo driver is deprecated and slated to removed in future versions of
the Mongo Driver Java client. This needs to be updated to `MongoDatabase` interface.