Releases: juliuskrah/quartz-manager
Releases · juliuskrah/quartz-manager
Version 2.2.1
Upgraded to Spring-Boot 2
All project dependencies have been upgraded to Spring Boot 2 baseline. We are also using Hibernate
Validator 6 which implements Bean Validation 2.
The project can also be run on Java 9.
SchedulerFactoryBean
The explicit configuration of the SchedulerFactoryBean
has been removed. This has been replaced
with the support added in Spring Boot 2. The behavior has been altered using external configuration.
Version 2.2
CORS Filter
This release registers a CORS filter for requests coming through http://localhost:4200
Version 2.1
Support for Exception Handling
- This release contains support for fetching all jobs and also filtering jobs by job group.
- This also contains support for handling and translating errors
Version 2
Quartz JDBCJobStore and Spring TaskExecutor
This release contains support for Datasources
and Async
methods.
Version 1
Base project for Quartz Tutorial (Part 2)
Readers will be able to download this as a zip archive and extract and follow along