fabioformosa / quartz-manager

REST API and UI Console Manager for Quartz Scheduler. This is a Java Library & UI embeddable single page app, to control and monitor jobs scheduled with Quartz Scheduler
Apache License 2.0
232 stars 84 forks source link

feat: configure `Trigger` JobDataMap #110

Closed midhunadarvin closed 5 months ago

midhunadarvin commented 5 months ago

Fixes #109

Note: JobData is marked Nullable, so that it is optional and do not break existing code.

fabioformosa commented 5 months ago

Hi @midhunadarvin, thanks for contributing. The coverage percentage calculated on this change is 60%, lesser than the threshold of 80%. The SonarCloud Code Analysis has raised a red gate. If you get it up to 80%, I will be pleased to merge the PR.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

midhunadarvin commented 5 months ago

Hi @fabioformosa I have updated the code coverage.