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
248 stars 203 forks source link

Incompatible with quartz 2.2.3 #118

Closed dorogush closed 8 years ago

dorogush commented 8 years ago

Quartz 2.2.3 org.quartz.spi.JobStore has slightly different method signatures compared to com.novemberain.quartz.mongodb.MongoDBJobStore

spdaley commented 8 years ago

Just curious but are there any plans on fixing this before GA? From the other issues, it looks like a GA is imminent.

michaelklishin commented 8 years ago

2.0 GA is at least one more RC away. @pwojnowski WDYT about delaying until this is resolved?

@spdaley feel free to look into a pull request, this is open source software after all ;)

pwojnowski commented 8 years ago

It is fine for me.