This release is a maintenance release with couple of bug fixes. The most important fix for this release is that
now Quartz distinguishes between external code task cancellation (say HttpClient) and job cancellation triggered by using
the Quartz API's Interrupt method. Earlier Quartz incorrectly considered also other OperationCanceledExceptions as clean instead of being errors.
FIXES
JobRunShell silently handles OperationCanceledException which is not correct in terms of job retry handling (#1064)
Handled exceptions thrown while retrieving the misfired trigger (#1040)
FileScanJob is faling after upgrading from 3.0.7 to 3.2.3 (#1027)
JobBuilder.UsingJobData(string key, string value) should be JobBuilder.UsingJobData(string key, string? value) (#1025)
This release is a maintenance release with couple of bug fixes. The most important fix for this release is that
now Quartz distinguishes between external code task cancellation (say HttpClient) and job cancellation triggered by using
the Quartz API's Interrupt method. Earlier Quartz incorrectly considered also other TaskCanceledExceptions as clean instead of being errors.
FIXES
JobRunShell silently handles OperationCanceledException which is not correct in terms of job retry handling (#1064)
Handled exceptions thrown while retrieving the misfired trigger (#1040)
FileScanJob is faling after upgrading from 3.0.7 to 3.2.3 (#1027)
JobBuilder.UsingJobData(string key, string value) should be JobBuilder.UsingJobData(string key, string? value) (#1025)
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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Quartz from 3.2.3 to 3.2.4.
Release notes
Sourced from Quartz's releases.
Changelog
Sourced from Quartz's changelog.
Commits
5411524
release preparations8b3f1d1
Updated JobRunShell to handle only scheduler-related cancellations (#1065)846c583
Typo fix of quick-start.md (#1056)313024a
Clarifying some wording, fixing a couple typos (#1054)21f5832
Handle exceptions thrown while retrieving misfired trigger (#1040)621c9b8
Update hosted-services-integration.md227c931
Update microsoft-di-integration.md24f391c
Improve StringKeyDirtyFlagMap.GetDateTime #1027 (#1029)bae215d
Adjust JobBuilder.UsingJobData(string, string) to reflect nullability of Stri...7f08281
Fix configuration reference's XMLSchedulingDataProcessorPlugin configuration ...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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)