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

Implement same behaviour as with JDBC implementation #32

Closed ldewailly closed 11 years ago

ldewailly commented 11 years ago

As discussed in issue #31: the job will now always be inserted regardless of the value of replaceExisting if the DBObject does not exist.

I'm not familiar with clojure so I created a junit test, which I'm happy to provide if useful.

michaelklishin commented 11 years ago

Thank you. I'll cut a new release within 24 hours.

michaelklishin commented 11 years ago

1.3.0-beta2 is released.