michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Migrated to new MongoDB Sync Driver #190

Closed fluidsonic closed 4 years ago

fluidsonic commented 4 years ago

quartz-mongodb still relies on the old MongoDB Legacy Driver. This pull requests uses the MongoDB Sync Driver 4.0.2.

I'm using mongodb-driver-reactivestreams 4.x in a project and cannot use quartz-mongodb as-is because the 4.x driver is incompatible with the legacy driver.

Note that some public API has changed as the configuration of MongoClients has changed. This is a major update!

yashanet commented 4 years ago

@michaelklishin Please merge this PR and release new version

michaelklishin commented 4 years ago

@fluidsonic thank you very much, this is a substantial contribution!