Skip to content

v1.5.0

Compare
Choose a tag to compare
@chrisgleissner chrisgleissner released this 16 May 10:13
· 21 commits to master since this release

Thanks to https://github.com/jblayneyXpanxion for these changes:

  • Updated config to use explicit component scans, and a config package for bean definitions to allow for more creative integration test setups with mock beans.
  • Added the ability to schedule jobs with parameters specified via JobConfig.
  • Added the ability to schedule jobs via name that are defined in a job bean that is constructed on-demand. This is helpful when job steps are defined as beans with parameters resolved via spel notation based off JobParameters/JobContext that is only available in the StepScope at job construction.
  • Updated the default group to be Quartz's default group (specified as a null param to JobKey), rather than a hard-coded "group" string.
  • Bumped Spring Boot to 2.2.7.RELEASE