Skip to content

Releases: juliuskrah/quartz-manager

Version 2.2.1

10 Apr 23:07
Compare
Choose a tag to compare

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

27 Jan 22:57
Compare
Choose a tag to compare

CORS Filter

This release registers a CORS filter for requests coming through http://localhost:4200

Version 2.1

12 Oct 16:52
Compare
Choose a tag to compare

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

08 Oct 22:23
Compare
Choose a tag to compare

Quartz JDBCJobStore and Spring TaskExecutor

This release contains support for Datasources and Async methods.

Version 1

29 Sep 23:49
Compare
Choose a tag to compare

Base project for Quartz Tutorial (Part 2)

Readers will be able to download this as a zip archive and extract and follow along