-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core MongoDB
-
Epic Link:
-
Tags:
-
Upgrade notes:
-
Team:PLATFORM
-
Sprint:nxplatform #21
-
Story Points:5
Since 4.0.x the MongoDB Java Driver has been split into several pieces:
- mongodb-driver-sync
- mongodb-driver-async
- mongodb-driver-legacy
We're currently using mongodb-driver-legacy and we would like to get rid of this one in favor of mongodb-driver-sync.
Note: The new driver is not backward compatible, for instance com.mongodb.MongoClient is now com.mongodb.client.MongoClient and we have public API leveraging this type, see MongoDBConnectionHelper.
- depends on
-
NXP-29695 Upgrade Quartz MongoDB to 2.2.0
- Resolved
-
NXP-28179 Align on the official/maintained version of quartz-mongodb
- Resolved
- is caused by
-
NXP-29636 Upgrade MongoDB Java driver to 4.1
- Resolved
- is related to
-
NXP-29111 Allow full configuration of MongoDB connection
- Resolved
- Is referenced in