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 quartz.version from 2.3.2 to 2.5.0 #2301

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

Bumps quartz.version from 2.3.2 to 2.5.0.
Updates org.quartz-scheduler:quartz from 2.3.2 to 2.5.0

Release notes

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

Quartz 2.5.0

Most Significant Changes This Release (over 2.4.0):

  • Move to Jakarta namespace

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari, etc.) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "examples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0 RC1

This is a Release Candidate for 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "exmaples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Commits
  • 05a497e Set quartzVersion to 2.5.0
  • d0403ee Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepe
  • a7393a3 Fix javadoc errors in JobExecutionProcessException
  • cbe23a1 Merge pull request #1260 from ohksj77/handle-misfired-trigger-exception
  • 84204e6 Merge pull request #1257 from bcode2/quartz-2.5x-remove-redundant-initialization
  • 6ca2800 Merge pull request #1252 from konopka/fix_tomorrowat_returning_wrong_date_whe...
  • f31d0c8 Handle exceptions thrown while retrieving the misfired trigger
  • 6b474d6 refactor: remove-redundant-initialization
  • 33ef506 Merge pull request #1254 from konopka/fix_setrepeatinterval_accepts_invalid_v...
  • 94c890f Merge pull request #1253 from amergey/main
  • Additional commits viewable in compare view

Updates org.quartz-scheduler:quartz-jobs from 2.3.2 to 2.5.0

Release notes

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

Quartz 2.5.0

Most Significant Changes This Release (over 2.4.0):

  • Move to Jakarta namespace

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari, etc.) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "examples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Quartz 2.4.0 RC1

This is a Release Candidate for 2.4.0

Most Significant Changes This Release:

  • Quartz 2.4.0 now requires minimum Java version of Java 8
  • Quartz build system moved to Gradle
  • 3rd party libraries (slf4j, log4j, Hikari) upgraded to more recent versions
  • Maven POMs generated from gradle declare 3rd party dependencies as "provided" scope
  • Removal of old TerracottaJobStore
  • "NativeJob" class removed from "quartz-jobs" artifact. This resolves security concerns related to code execution. While it is possible to safely use this Job class, it is a risk for users that don’t engage some thought. If you wish to still use this job or something like it, the source code for it can now be found as "example15".
  • Example programs can now simply be executed via gradle. See the "exmaples_guide.txt" file in the examples folder of the quartz repository for full description and info.

All changes/updates:

Open Issues

Completed Issues

Commits
  • 05a497e Set quartzVersion to 2.5.0
  • d0403ee Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepe
  • a7393a3 Fix javadoc errors in JobExecutionProcessException
  • cbe23a1 Merge pull request #1260 from ohksj77/handle-misfired-trigger-exception
  • 84204e6 Merge pull request #1257 from bcode2/quartz-2.5x-remove-redundant-initialization
  • 6ca2800 Merge pull request #1252 from konopka/fix_tomorrowat_returning_wrong_date_whe...
  • f31d0c8 Handle exceptions thrown while retrieving the misfired trigger
  • 6b474d6 refactor: remove-redundant-initialization
  • 33ef506 Merge pull request #1254 from konopka/fix_setrepeatinterval_accepts_invalid_v...
  • 94c890f Merge pull request #1253 from amergey/main
  • Additional commits viewable in compare view

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 added bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins dependency update (deels) automatische updates van gebruikte libraries labels Nov 14, 2024
@dependabot dependabot bot requested a review from mprins November 14, 2024 05:36
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38%. Comparing base (130c169) to head (cd9a5a1).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##             master   #2301   +/-   ##
========================================
+ Coverage        38%     38%   +1%     
  Complexity      806     806           
========================================
  Files           371     371           
  Lines         18863   18863           
  Branches       1777    1777           
========================================
+ Hits           7153    7155    +2     
+ Misses        11138   11136    -2     
  Partials        572     572           

see 2 files with indirect coverage changes

@mprins mprins removed the bouw- en testinfrastuctuur oa. aanpassingen vanwege build servers en maven plugins label Nov 14, 2024
@mprins mprins marked this pull request as draft November 14, 2024 08:40
Copy link
Member

@mprins mprins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uitzoeken of er mogelijk problemen ontstaan mbt. gebruik van Jakarta namespace.

vooralsnog upgrade naar 2.4.0 in #2302

@dependabot dependabot bot force-pushed the dependabot/maven/master/quartz.version-2.5.0 branch from 1351cda to 29e1488 Compare November 14, 2024 09:05
@mprins
Copy link
Member

mprins commented Nov 14, 2024

@dependabot recreate

Bumps `quartz.version` from 2.3.2 to 2.5.0.

Updates `org.quartz-scheduler:quartz` from 2.3.2 to 2.5.0
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/main/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@v2.3.2...v2.5.0)

Updates `org.quartz-scheduler:quartz-jobs` from 2.3.2 to 2.5.0
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/main/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@v2.3.2...v2.5.0)

---
updated-dependencies:
- dependency-name: org.quartz-scheduler:quartz
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.quartz-scheduler:quartz-jobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/master/quartz.version-2.5.0 branch from 29e1488 to cd9a5a1 Compare November 14, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency update (deels) automatische updates van gebruikte libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant