The GitHub Actions job "Nightly Builds" on pekko.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update junit-jupiter
The GitHub Actions job "Nightly Tests (Pekko 1.0.x)" on
pekko-persistence-r2dbc.git has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
dbc17bb394bf559fa5d13ef2589124a81c5f707a / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.
The GitHub Actions job "Build and test Pekko with Scala 3" on pekko.git has
succeeded.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.co
The GitHub Actions job "Nightly Builds (1.1)" on pekko.git has succeeded.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update juni
The GitHub Actions job "Link Validator" on pekko.git has succeeded.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
9b1f82319d830d1ecbc96bd7e8fdf3dda198681b / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update junit-jupi
The GitHub Actions job "Link Validator" on pekko-connectors.git has succeeded.
Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run:
bd5919e9ee45cf8feb9c4fb630c7cef4d799b3a1 / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update
sdeigm commented on PR #1004:
URL:
https://github.com/apache/pekko-connectors/pull/1004#issuecomment-2728485345
I think IOException is a good proposal, since the problem indicated is for
sure IO related.
--
This is an automated message from the Apache Git Service.
To respond to the messa
pjfanning commented on issue #1801:
URL: https://github.com/apache/pekko/issues/1801#issuecomment-2730196670
Pekko scheduler creates a `Cancellable` instance when you schedule a task.
You can schedule for immediate execution.
https://github.com/apache/pekko/blob/9b1f82319d830d1ecbc96
jypma commented on issue #1801:
URL: https://github.com/apache/pekko/issues/1801#issuecomment-2729928151
Work is ongoing. When dropping VAVR's `Future`, I noticed that scala's
`Future` isn't cancellable, and cancellation effectiveness on
`CompletableFuture` is...disputed :) I'm trying out a