akkadotnet / Akka.Quartz.Actor

Quartz scheduling actor
Apache License 2.0
55 stars 31 forks source link

Bump Quartz from 3.7.0 to 3.8.0 #338

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps Quartz from 3.7.0 to 3.8.0.

Release notes

Sourced from Quartz'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: https://github.com/quartznet/quartznet/compare/v3.7.0...v3.8.0

Changelog

Sourced from Quartz'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 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)