Quartz 2.4.0 now requires minimum Java version of Java 8
Quartz build system moved to Gradle
3rd party libraries (slf4j, log4j, Hikari, etc.) upgraded to more recent versions
Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
Removal of old TerracottaJobStore
"NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
Example programs can now simply be executed via gradle. See the "examples_guide.txt" file in the examples folder of the quartz repository for full description and info.
Quartz 2.4.0 now requires minimum Java version of Java 8
Quartz build system moved to Gradle
3rd party libraries (slf4j, log4j, Hikari) upgraded to more recent versions
Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
Removal of old TerracottaJobStore
"NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
Example programs can now simply be executed via gradle. See the "exmaples_guide.txt" file in the examples folder of the quartz repository for full description and info.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the prod-deps group with 1 update: org.quartz-scheduler:quartz.
Updates
org.quartz-scheduler:quartz
from 2.3.2 to 2.5.0Release notes
Sourced from org.quartz-scheduler:quartz's releases.
Commits
05a497e
Set quartzVersion to 2.5.0d0403ee
Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepea7393a3
Fix javadoc errors in JobExecutionProcessExceptioncbe23a1
Merge pull request #1260 from ohksj77/handle-misfired-trigger-exception84204e6
Merge pull request #1257 from bcode2/quartz-2.5x-remove-redundant-initialization6ca2800
Merge pull request #1252 from konopka/fix_tomorrowat_returning_wrong_date_whe...f31d0c8
Handle exceptions thrown while retrieving the misfired trigger6b474d6
refactor: remove-redundant-initialization33ef506
Merge pull request #1254 from konopka/fix_setrepeatinterval_accepts_invalid_v...94c890f
Merge pull request #1253 from amergey/mainDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show