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

Implemented a request for a list of calendar names. #173

Closed Unlocker closed 5 years ago

Unlocker commented 5 years ago

I noticed the method for calendar names retrieval is not implemented yet. A getCalendarNames has throwing an exception and breaking a client code. I have implemented this method in the corresponding DAO and have written a test. Please review.