Open vincentjames501 opened 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).
Anyone is welcome to submit a PR that addresses these warnings. Thank you.
When enabling warn-on-reflection, the library produces the following since v2.2.0: