Skip to content

Releases: chrisgleissner/spring-batch-rest

v1.5.1

17 May 10:57
Compare
Choose a tag to compare

Thread-safe property resolution for concurrent execution of the same job: Added JobBuilder.createJob(String, Consumer<PropertyResolver>>) and deprecated JobProperties

v1.5.0

16 May 10:13
Compare
Choose a tag to compare

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

v1.4.2

15 Apr 11:47
Compare
Choose a tag to compare

Convenience methods + timezone + docs update

v1.4.1

04 Apr 09:08
Compare
Choose a tag to compare

Ensuring Java 8 compatibility by building with source and target levels of 1.8

v1.4.0

04 Apr 09:10
Compare
Choose a tag to compare

Decoupled Quartz and core APIs, thus preventing transitive Quartz dependencies unless needed.