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

build(deps): bump org.quartz-scheduler:quartz from 1.8.6 to 2.3.2 in /bom/application #26449

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 17, 2023

Bumps org.quartz-scheduler:quartz from 1.8.6 to 2.3.2.

Release notes

Sourced from org.quartz-scheduler:quartz's releases.

Quartz 2.3.2

This a bug fix release containing fixes for:

  • #508 : Error with H2 1.4.200
  • #505 : CronTrigger.getTriggerBuilder() changes misfire instruction from "ignore misfire" to "smart"
  • #491 : StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount
  • #490 : Return at most maxCount triggers
  • #482 : Update C3P0 version to 0.9.5.4 (CVE-2019-5427)
  • #474 : StdSchedulerFactory ConcurrentModificationException reading system properties
  • #467 : Security: XXE in initDocumentParser

quartz-2.3.1

THIS RELEASE REQUIRES JDK7

  • #294 depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13
  • #316 depen: Updated C3P0 version to 0.9.5.3
  • #147 bugfix: Fix BINARY to BLOG type for job data for hsqldb
  • #156 bugfix: Fix null string used in thread name with DirectSchedulerFactory
  • #159 bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres
  • #146 bugfix: Release BLOCKED triggers in releaseAcquiredTrigger
  • #212 bugfix: QuartzInitializerListener: fix a typo
  • #193 bugfix: Job execution context impl returns incorrect recovering job key
  • #172 bugfix: Miss notify SchedulerListeners in QuartzScheduler.java
  • #220 bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1
  • #160 improv: Add drop table if exists check in sql script for postgres
  • #214 improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder
  • #281 improv: Fix no setter for dataSource property validateOnCheckout
  • #264 improv: Fix no setter for dataSource property discardIdleConnectionsSeconds
  • #245 improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200
  • #340 improv: Use all-caps table names in the liquibase script
  • #189 improv: NPE thrown when acquiring next trigger due to null next fire time value
  • #268 improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock
  • #293 build: Setup Azure CI server for Quartz project
  • #66 build: Remove unused 'svn' requirement during maven package build
  • #301 build: Improve project with readme, and license changes log
  • #302 build: Update mvnw wrapper to use Maven 3.6.0
  • #226 build: Replace maven-forge-plugin with maven-jar-plugin
  • #170 docs: Minor fix and improvement on Javadoc
  • #203 docs: Minor fix and improvement on Javadoc
  • #360 docs: Update docs and migrate it into main source repository
Changelog

Sourced from org.quartz-scheduler:quartz's changelog.

== quartz-2.3.2

This release is still work in progress under quartz-2.3.x branch!

== quartz-2.3.1

Released on 25-Mar-2018

THIS RELEASE REQUIRES JDK7

  • #294 depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13
  • #316 depen: Updated C3P0 version to 0.9.5.3
  • #147 bugfix: Fix BINARY to BLOG type for job data for hsqldb
  • #156 bugfix: Fix null string used in thread name with DirectSchedulerFactory
  • #159 bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres
  • #146 bugfix: Release BLOCKED triggers in releaseAcquiredTrigger
  • #212 bugfix: QuartzInitializerListener: fix a typo
  • #193 bugfix: Job execution context impl returns incorrect recovering job key
  • #172 bugfix: Miss notify SchedulerListeners in QuartzScheduler.java
  • #220 bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1
  • #160 improv: Add drop table if exists check in sql script for postgres
  • #214 improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder
  • #281 improv: Fix no setter for dataSource property validateOnCheckout
  • #264 improv: Fix no setter for dataSource property discardIdleConnectionsSeconds
  • #245 improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200
  • #340 improv: Use all-caps table names in the liquibase script
  • #189 improv: NPE thrown when acquiring next trigger due to null next fire time value
  • #268 improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock
  • #293 build: Setup Azure CI server for Quartz project
  • #66 build: Remove unused 'svn' requirement during maven package build
  • #301 build: Improve project with readme, and license changes log
  • #302 build: Update mvnw wrapper to use Maven 3.6.0
  • #226 build: Replace maven-forge-plugin with maven-jar-plugin
  • #170 docs: Minor fix and improvement on Javadoc
  • #203 docs: Minor fix and improvement on Javadoc
  • #360 docs: Update docs and migrate it into main source repository

== quartz-2.3.0

Released on 19-Apr-2017

THIS RELEASE REQUIRES JDK7

  • #9 build: Fix the Java 8 javadoc issue with 'doclint:none'
  • #6 bugfix: Fix cannot create tables in MySQL with InnoDB and UTF8mb4
  • #93 bugfix: Fix the jobs recovering (on scheduler startup)
  • #76 improv: Add missing foreign key for BLOB triggers table for ms sql server
  • #114 improv: Add 'if exists' clause to drop tables command for postgres
  • #25 feat: Add resetTriggerFromErrorState functionality
  • #126 feat: Add support for hikari cp, upgrade c3p0 library, break static dependencies

... (truncated)

Commits
  • 3533e40 Release 2.3.2 from quartz-2.3.x
  • 789afce Merge pull request #517 from chrisdennis/issue-508-2.3.x
  • 941d184 Merge branch 'issue-508' into issue-508-2.3.x
  • c069965 Merge pull request #520 from chrisdennis/issue-491-2.3.x
  • de69c46 Issue #491 : Added unit test coverage
  • bc6be51 Merge branch 'issue-491' into issue-491-2.3.x
  • e990cd1 Merge pull request #521 from chrisdennis/c3p0-upgrade-2.3.x
  • 99077cd Merge branch 'c3p0-upgrade' into c3p0-upgrade-2.3.x
  • 8552008 Merge pull request #522 from chrisdennis/trigger-javadoc-fix
  • 8ab547f Merge pull request #519 from chrisdennis/issue-505
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 17, 2023
@mbiuki
Copy link
Contributor

mbiuki commented Oct 17, 2023

@spbolton, pls review.

@dependabot dependabot bot force-pushed the dependabot/maven/bom/application/org.quartz-scheduler-quartz-2.3.2 branch from df30186 to e36406e Compare October 18, 2023 23:45
Bumps [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) from 1.8.6 to 2.3.2.
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/v2.3.2/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@quartz-1.8.6...v2.3.2)

---
updated-dependencies:
- dependency-name: org.quartz-scheduler:quartz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/bom/application/org.quartz-scheduler-quartz-2.3.2 branch from e36406e to c5895fa Compare October 19, 2023 21:06
Copy link

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale label Nov 19, 2023
Copy link

This PR was closed because it has been stalled with no activity.

@github-actions github-actions bot closed this Nov 26, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/bom/application/org.quartz-scheduler-quartz-2.3.2 branch November 26, 2023 01:51
@spbolton spbolton restored the dependabot/maven/bom/application/org.quartz-scheduler-quartz-2.3.2 branch February 21, 2024 05:20
@spbolton spbolton reopened this Feb 21, 2024
Copy link

@fmontes fmontes assigned fmontes and jdotcms and unassigned fmontes May 3, 2024
Copy link

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 java Pull requests that update Java code stale Team : Lunik
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

None yet

6 participants