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 from 3.3.2 to 3.3.3 #173

Merged
merged 1 commit into from Sep 9, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2021

Bumps Quartz from 3.3.2 to 3.3.3.

Release notes

Sourced from Quartz's releases.

Quartz.NET 3.3.3

This is a maintenance release mostly fixing some smaller bugs and improving DI API story.

FIXES

  • Lock 'TRIGGER_ACCESS' attempt to return by: de9325af-3e1c-4ae9-a99b-24be994b75f4 -- but not owner! (#1236)
  • ScheduleJob shorthand: Job name should match trigger name by default (#1211)
  • CronTriggerImpl.WillFireOn returns wrong result when TimeZone is specified (#1187)
  • Race condition in DI scheduler listener initialization (#1117)
  • JobRunShell handle Job CancellationToken (#1183)
  • Restore System.Data.SqlClient support on .NET Core (#1181)

IMPROVEMENTS

  • Replace static loggers with instance-based (#1264)
  • Expose more configuration options via programmatic APIs (#1263)
  • Add ConfigureScope extension point to MicrosoftDependencyInjectionJobFactory (#1189)
  • Update StdAdoConstants.cs (#1186)
  • Use custom InstantiateType for all instantiations in StdSchedulerFactory (#1185)
  • Add support for the ISchedulerFactory.StartDelayed in the QuartzHostedService (#1166)
  • Remove SimpleThreadPool from examples? (#1230)
Changelog

Sourced from Quartz's changelog.

Release 3.3.3, Aug 1 2021

This is a maintenance release mostly fixing some smaller bugs and improving DI API story.

  • FIXES

    • Lock 'TRIGGER_ACCESS' attempt to return by: de9325af-3e1c-4ae9-a99b-24be994b75f4 -- but not owner! (#1236)
    • ScheduleJob shorthand: Job name should match trigger name by default (#1211)
    • CronTriggerImpl.WillFireOn returns wrong result when TimeZone is specified (#1187)
    • Race condition in DI scheduler listener initialization (#1117)
    • JobRunShell handle Job CancellationToken (#1183)
    • Restore System.Data.SqlClient support on .NET Core (#1181)
  • IMPROVEMENTS

    • Replace static loggers with instance-based (#1264)
    • Expose more configuration options via programmatic APIs (#1263)
    • Add ConfigureScope extension point to MicrosoftDependencyInjectionJobFactory (#1189)
    • Update StdAdoConstants.cs (#1186)
    • Use custom InstantiateType for all instantiations in StdSchedulerFactory (#1185)
    • Add support for the ISchedulerFactory.StartDelayed in the QuartzHostedService (#1166)
    • Remove SimpleThreadPool from examples? (#1230)
Commits
  • 9a63a48 release preparations
  • 6e989ec Protect DI scheduler initialization from concurrent initialization (#1265)
  • f376d69 Replace static loggers with instance-based (#1264)
  • 0072db3 Update appveyor.yml
  • 5c22881 Expose more configuration options via programmatic APIs (#1263)
  • 95d7391 Tweak scheduler building API and remove reference to SimpleThreadPool (#1262)
  • d648a05 Fix inconsistency in printed version format
  • cf6bf57 Correct a few occurrences of "the the"
  • bc6892d Fix duplicate property name
  • aa53de9 ScheduleJob shorthand: Job name should match trigger name by default
  • 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)

Bumps [Quartz](https://github.com/quartznet/quartznet) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/quartznet/quartznet/releases)
- [Changelog](https://github.com/quartznet/quartznet/blob/main/changelog.md)
- [Commits](quartznet/quartznet@v3.3.2...v3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 2, 2021
@Arkatufus Arkatufus merged commit 0d1f49b into dev Sep 9, 2021
@Arkatufus Arkatufus deleted the dependabot/nuget/Quartz-3.3.3 branch September 9, 2021 15:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant