quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.84k stars 2.7k forks source link

Bump org.quartz-scheduler:quartz from 2.3.2 to 2.5.0 #44491

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps 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


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.quartz-scheduler:quartz | [>= 2.4.a0, < 2.5] |

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 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)
quarkus-bot[bot] commented 1 week ago

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 41a2bb329f6fcece4e2e950b1561333d44fbb889.

:white_check_mark: The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

:gear: JVM Tests - JDK 17

:package: extensions/opentelemetry/deployment

io.quarkus.opentelemetry.deployment.metrics.HttpServerMetricsTest.collectsHttpRouteFromEndAttributes - History

``` java.lang.AssertionError: Expected size: 2 but was: 1 in: [ImmutableHistogramPointData{getStartEpochNanos=1731532888292279519, getEpochNanos=1731532889195000950, getAttributes={http.request.method="GET", http.response.status_code=200, http.route="/span", url.scheme="http"}, getSum=0.063069387, getCount=1, hasMin=true, getMin=0.063069387, hasMax=true, getMax=0.063069387, getBoundaries=[0.005, 0.01, 0.025, 0.05, 0.075, 0.1, 0.25, 0.5, 0.75, 1.0, 2.5, 5.0, 7.5, 10.0], getCounts=[0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], getExemplars=[ImmutableDoubleExemplarData{filteredAttributes={client.address="127.0.0.1", http.response.body.size=5, server.address="localhost", server.port=8081, url.path="/span", user_agent.original="Apache-HttpClient/4.5.14 (Java/17.0.13)"}, epochNanos=1731532889164000000, spanContext=ImmutableSpanContext{traceId=16e6f68e5d5d5c4c741421dcddd586cd, spanId=5555c754264ae0ad, traceFlags=01, traceState=ArrayBasedTraceState{entries=[]}, remote=false, valid=true}, valu... ```

:gear: JVM Tests - JDK 17 Windows

:package: integration-tests/grpc-hibernate

com.example.grpc.hibernate.BlockingRawTest.shouldAdd - History

``` org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds. at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at org.awaitility.core.CallableCondition.await(CallableCondition.java:78) at org.awaitility.core.CallableCondition.await(CallableCondition.java:26) at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006) at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975) at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59) at java.base/java.lang.reflect.Method.invoke(Method.java:569) ```
dependabot[bot] commented 1 week ago

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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