I'm using Quartz 2.2.1 when i pause a group of jobs or a group of triggers with pauseJobs(GroupMatcher arg0) method, how can ignore misfire instruction?
This solution Quartz Java resuming a job excecutes it many times doesn't work anymore beacuse there isn't a setNextFireTime method.