]
Steven Hawkins updated TEIID-5650:
----------------------------------
Fix Version/s: 12.x
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
Fix For: 12.x
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.