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.Extensions.DependencyInjection from 3.7.0 to 3.8.0 in /src #2724

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Quartz.Extensions.DependencyInjection from 3.7.0 to 3.8.0.

Release notes

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

@dependabot dependabot bot requested a review from a team as a code owner December 20, 2023 13:44
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 20, 2023
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (20e0819) 85.74% compared to head (e586259) 85.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2724   +/-   ##
=======================================
  Coverage   85.74%   85.74%           
=======================================
  Files         296      296           
  Lines       11340    11340           
  Branches      890      890           
=======================================
  Hits         9723     9723           
  Misses       1325     1325           
  Partials      292      292           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hocinehacherouf hocinehacherouf enabled auto-merge (rebase) December 22, 2023 07:19
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Quartz.Extensions.DependencyInjection-3.8.0 branch 2 times, most recently from cf13e64 to 3cacc15 Compare December 22, 2023 07:32
Bumps [Quartz.Extensions.DependencyInjection](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.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Quartz.Extensions.DependencyInjection-3.8.0 branch from 3cacc15 to e586259 Compare December 22, 2023 07:42
@hocinehacherouf hocinehacherouf merged commit ab92e15 into main Dec 22, 2023
6 checks passed
@hocinehacherouf hocinehacherouf deleted the dependabot/nuget/src/Quartz.Extensions.DependencyInjection-3.8.0 branch December 22, 2023 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant