Fixed a bug which prevented to run the liquibase migration scripts in case of usage of quartz-manager-starter-persistence
Upgraded the frontend to angular v14
Minor bug fixes
Fixed potential security issues
- Conformed the trigger configuration to the Simple Trigger of Quartz
- BREAKING CHANGE Changed accordingly the API and the UI
- Made Quartz Manager embeddable in projects with existing quartz instance, security layer, swagger ui.
- Added a new persistence module to persist the quartz triggers in a postgresql database
Quartz-Manager is now publicly available into the maven central repo into 3 different packages. You can import:
quartz-manager-starter-api
to have a REST API layer to control your schedulerquartz-manager-starter-ui
to import the UI also, in your spring webapp.quartz-manager-starter-security
if you want to give access to the quartz-manager UI and API only to authenticated users