Releases: chrisgleissner/spring-batch-rest
Releases · chrisgleissner/spring-batch-rest
v1.5.1
v1.5.0
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
Convenience methods + timezone + docs update
v1.4.1
Ensuring Java 8 compatibility by building with source and target levels of 1.8
v1.4.0
Decoupled Quartz and core APIs, thus preventing transitive Quartz dependencies unless needed.