Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Quartz.AspNetCore from 3.7.0 to 3.8.0 #947

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps Quartz.AspNetCore from 3.7.0 to 3.8.0.

Release notes

Sourced from Quartz.AspNetCore's releases.

Quartz.NET 3.8.0

This most notably tries to improve Quartz API and metadata to handle NET 8 trimming capabilities better, but there's probably still issues to encounter. When using trimming one should use the strongly-typed MS DI integration and SchedulerBuilder APIs.

What's Changed

New Contributors

Full Changelog: quartznet/quartznet@v3.7.0...v3.8.0

Changelog

Sourced from Quartz.AspNetCore's changelog.

Release 3.8.0, Nov 18 2023

  • CHANGES

    • TryGetString method added to JobDataMap (#2125)
    • Add NET 8.0 targeting for examples, tests and integration projects (#2192)
    • Upgrade TimeZoneConverter to version 6.1.0 (#2194)
    • Improve trimming compatibility (#2195, #2131, #2197)
  • FIXES

    • JobDataMap TryGetXXX methods will now correctly return true/false if a key value can be retrieved (or not) (#2125)
    • JobDataMap GetXXX methods throw KeyNotFoundException if the key does not exist on the JobDataMap (#2125)
    • JobDataMap GetXXX methods throw InvalidCastException if null value for non nullable types is found. (#2125)
    • DailyCalendar should use same time zone offset for all checks (#2113)
    • SendMailJob will now throw JobExecutionException on BuildMessage construction failure due to missing mandatory params. (#2126)
    • JobInterruptMonitorPlugin should tolerate missing JobDataMapKeyAutoInterruptable (#2191)
    • XMLSchedulingDataProcessorPlugin not using custom TypeLoader #2131
Commits
  • b132aba Release preparations
  • 248f2e4 Enable trimmed publish for ASP.NET Core example (#2197)
  • 9617757 Support injecting dependencies to XMLSchedulingDataProcessorPlugin (#2196)
  • a5ec03c Improve trimming compatibility (#2195)
  • a867a7b Upgrade TimeZoneConverter to version 6.1.0 (#2194)
  • f56ae90 Add NET 8.0 targeting (#2192)
  • bd8e8e2 JobInterruptMonitorPlugin should tolerate missing JobDataMapKeyAutoInterrupta...
  • 6b786b7 Backport ReschedulingTriggerShouldKeepOriginalNextFireTime from main (#2129)
  • 7593680 SendMailJob to throw JobExecutionException on BuildMessage construction failu...
  • 16eeda2 JobDataMap.TryGetValue now retrns false when key is null/doesn't exist (#2125)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.AspNetCore](https://github.com/quartznet/quartznet) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: Quartz.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 20, 2023

The following labels could not be found: automatic, dependencies, .NET.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants