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

Please implement `storeJobsAndTriggers(Map<JobDetail, List<Trigger>> triggersAndJobs, boolean replace)` #91

Closed Gitward closed 7 years ago

Gitward commented 9 years ago

I realized, that the method public void storeJobsAndTriggers(Map<JobDetail, List<Trigger>> triggersAndJobs, boolean replace) is not implemented (https://github.com/michaelklishin/quartz-mongodb/blob/master/src/main/java/com/novemberain/quartz/mongodb/MongoDBJobStore.java#L163) . Is there a special reason for that?

michaelklishin commented 9 years ago

@Gitward no, no particular reason for not implementing it.

I don't actively work on this library. Feel free to submit a pull request.

michaelklishin commented 7 years ago

It is implemented now as far as I can see. So give 2.0.0 a try.

jochenberger commented 7 years ago

No, it isn't: https://github.com/michaelklishin/quartz-mongodb/blob/2.0.0/src/main/java/com/novemberain/quartz/mongodb/MongoDBJobStore.java#L195

pwojnowski commented 7 years ago

This one should be easy to implement. :-)