Bump io.quarkiverse.antora:quarkus-antora from 2.2.0 to 3.25.0
Bumps io.quarkiverse.antora:quarkus-antora from 2.2.0 to 3.25.0.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.
Status for workflow Build (on pull request)
This is the status report for running Build (on pull request) on commit 7d44e45ee2f02c71ea67a5b1c332bfa5a73d781e.
: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.
:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.
Status for workflow Build (on pull request)
This is the status report for running Build (on pull request) on commit 6c8b21138c4b70497891632ba132865cf21fab60.
: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.
Status for workflow Build (on pull request)
This is the status report for running Build (on pull request) on commit 8377f7095cdc5108f7a256bc4f459088dce16660.
Failing Jobs
| Status | Name | Step | Failures | Logs | Raw logs |
|---|---|---|---|---|---|
| :heavy_check_mark: | JVM tests - core - Java 17 | Logs | Raw logs | ||
| :heavy_check_mark: | JVM tests - core - Java 21 | Logs | Raw logs | ||
| :x: | JVM tests - core - Java 24 | Run tests of core with JDK 24 |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
:gear: JVM tests - core - Java 24 #
:package: core/deployment
:x: io.quarkiverse.langchain4j.test.tools.ToolExecutionModelTest.testToolInvocationOnVirtualThreadFromEventLoop - More details - Source on GitHub
java.util.concurrent.RejectedExecutionException: event executor terminated
at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:353)
at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:346)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)