Closed dependabot[bot] closed 1 week ago
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.
✖ io.quarkus.opentelemetry.deployment.metrics.HttpServerMetricsTest.collectsHttpRouteFromEndAttributes
- History
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}, value=0.063069387}]}]
- java.lang.AssertionError
✖ com.example.grpc.hibernate.BlockingRawTest.shouldAdd
- History
Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.
- org.awaitility.core.ConditionTimeoutException
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.
Bumps org.quartz-scheduler:quartz from 2.3.2 to 2.5.0.
Release notes
Sourced from org.quartz-scheduler:quartz's releases.
Commits
05a497e
Set quartzVersion to 2.5.0d0403ee
Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepea7393a3
Fix javadoc errors in JobExecutionProcessExceptioncbe23a1
Merge pull request #1260 from ohksj77/handle-misfired-trigger-exception84204e6
Merge pull request #1257 from bcode2/quartz-2.5x-remove-redundant-initialization6ca2800
Merge pull request #1252 from konopka/fix_tomorrowat_returning_wrong_date_whe...f31d0c8
Handle exceptions thrown while retrieving the misfired trigger6b474d6
refactor: remove-redundant-initialization33ef506
Merge pull request #1254 from konopka/fix_setrepeatinterval_accepts_invalid_v...94c890f
Merge pull request #1253 from amergey/mainMost Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | org.quartz-scheduler:quartz | [>= 2.4.a0, < 2.5] |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