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.Serialization.Json from 3.4.0 to 3.5.0 in /src #1270

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps Quartz.Serialization.Json from 3.4.0 to 3.5.0.

Release notes

Sourced from Quartz.Serialization.Json's releases.

Quartz.NET 3.5

NEW FEATURES

  • Allow PersistJobDataAfterExecution and ConcurrentExecutionDisallowed to be explicitly set in JobBuilder and pulled up to IJobConfigurator (#1575)
  • Add TryGet functions to JobDataMap and StringKeyDirtyFlagMap (#1592)
  • Add UseMySqlConnector overload for DB configuration (#1621)
  • Validate database schema during scheduler initialization (#1716)
  • Support DataSource name configuration (#1710)
  • Add UsePersistentStore<T> where T : IJobStore in DI Extension (#1715)

FIXES

  • Make RAMJobStore.RemoveJobInternal return true even if job has no triggers (#1580)
  • Configuration property quartz.jobStore.dbRetryInterval will be correctly set when constructing the Scheduler JobStore.
    • If you previously had configuration with the key quartz.scheduler.dbFailureRetryInterval please change to the above mentioned key.
  • DailyCalendar doesn't include first and last millisecond of day in checks (#1665)
  • StdSchedulerFactory and derived factories are not thread-safe (#1587)
  • Change QuartzOptions to inherit from Dictionary<string, string?> instead of NameValueCollection to fix Microsoft.Extensions.Configuration 7 RC integration (#1748)

IMPROVEMENTS

  • Reduce scheduler initialization logging noise (#1752)

New Contributors

Full Changelog: quartznet/quartznet@v3.4.0...v3.5.0

Changelog

Sourced from Quartz.Serialization.Json's changelog.

Release 3.5.0, Sep 18 2022

  • NEW FEATURES

    • Allow PersistJobDataAfterExecution and ConcurrentExecutionDisallowed to be explicitly set in JobBuilder and pulled up to IJobConfigurator (#1575)
    • Add TryGet functions to JobDataMap and StringKeyDirtyFlagMap (#1592)
    • Add UseMySqlConnector overload for DB configuration (#1621)
    • Validate database schema during scheduler initialization (#1716)
    • Support DataSource name configuration (#1710)
    • Add "UsePersistentStore where T : IJobStore" in DI Extension (#1715)
  • FIXES

    • Make RAMJobStore.RemoveJobInternal return true even if job has no triggers (#1580)
    • Configuration property quartz.jobStore.dbRetryInterval will be correctly set when constructing the Scheduler JobStore.
      • If you previously had configuration with the key quartz.scheduler.dbFailureRetryInterval please change to the above mentioned key.
    • DailyCalendar doesn't include first and last millisecond of day in checks (#1665)
    • StdSchedulerFactory and derived factories are not thread-safe (#1587)
    • Change QuartzOptions to inherit from Dictionary instead of NameValueCollection to fix Microsoft.Extensions.Configuration 7 RC integration (#1748)
  • IMPROVEMENTS

    • Reduce scheduler initialization logging noise (#1752)
Commits
  • d3d18ac Release preparations
  • 818fd72 Reduce scheduler initialization logging noise (#1752)
  • b5c2871 Validate database schema during scheduler initialization (#1751)
  • 73b03e4 Change QuartzOptions to inherit from Dictionary<string, string?> (#1750)
  • e25efff add "UsePersistentStore<T> where T : IJobStore" in DI Extension (#1715)
  • fbf8c2f Support DataSource name configuration (#1710)
  • ff7e017 Update changelog.md
  • bcc7d69 Fix DailyCalendar to include first and last millisecond of day (#1666)
  • be87f06 Make StdSchedulerFactory and ServiceCollectionSchedulerFactories threadsafe (...
  • abafc9a Update changelog.md and reference.md
  • 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 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 September 19, 2022 20:09
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 19, 2022
@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Base: 88.22% // Head: 88.22% // No change to project coverage 👍

Coverage data is based on head (b68d9ca) compared to base (51a6969).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1270   +/-   ##
=======================================
  Coverage   88.22%   88.22%           
=======================================
  Files         222      222           
  Lines        6826     6826           
=======================================
  Hits         6022     6022           
  Misses        804      804           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kbeaugrand
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/src/Quartz.Serialization.Json-3.5.0 branch from 51b3672 to 8cb48ad Compare September 19, 2022 20:49
@kbeaugrand kbeaugrand enabled auto-merge (squash) September 19, 2022 20:49
@kbeaugrand
Copy link
Member

@dependabot rebase

Bumps [Quartz.Serialization.Json](https://github.com/quartznet/quartznet) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.4.0...v3.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/Quartz.Serialization.Json-3.5.0 branch from 8cb48ad to b68d9ca Compare September 19, 2022 20:51
@kbeaugrand kbeaugrand merged commit 972e4a1 into main Sep 19, 2022
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/Quartz.Serialization.Json-3.5.0 branch September 19, 2022 21:04
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