michaelklishin / quartzite

Quarzite is a thin idiomatic Clojure layer on top the Quartz Scheduler
222 stars 34 forks source link

Clean up reflection warnings #46

Open vincentjames501 opened 4 months ago

vincentjames501 commented 4 months ago

When enabling warn-on-reflection, the library produces the following since v2.2.0:

Reflection warning, clojurewerkz/quartzite/triggers.clj:85:6 - call to method forJob on org.quartz.TriggerBuilder can't be resolved (argument types: unknown).
Reflection warning, clojurewerkz/quartzite/scheduler.clj:254:3 - call to method checkExists on org.quartz.Scheduler can't be resolved (argument types: unknown).
michaelklishin commented 2 months ago

Anyone is welcome to submit a PR that addresses these warnings. Thank you.