patsta32 opened a new pull request, #276:
URL: https://github.com/apache/pekko-persistence-jdbc/pull/276
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To uns
The GitHub Actions job "Nightly Builds (1.1)" 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-j
pjfanning commented on issue #1798:
URL: https://github.com/apache/pekko/issues/1798#issuecomment-2738270560
presumably something a bit like #1518
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
The GitHub Actions job "Nightly Aeron Tests" on pekko.git has failed.
Run started by GitHub user jrudolph (triggered by jrudolph).
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 "Unit Tests" on pekko-persistence-cassandra.git has
succeeded.
Run started by GitHub user mdedetrich (triggered by mdedetrich).
Head commit for run:
31c9f7579c90f092430b6e75fa04c50f0e4aa4d8 / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.c
The GitHub Actions job "Nightly Builds" on pekko-http.git has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run:
432db35a141d9c6755a52709b8c395486c962033 / scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Update sbt, scripted-
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 "Generate doc check" on pekko.git has failed.
Run started by GitHub user jypma (triggered by He-Pin).
Head commit for run:
e24af06e38ef3b33ce33889fb687db06b82317aa / Jan Ypma
Introduce Task monad
This commit introduces Task, a data structure that represents a
recipe, or
patsta32 commented on code in PR #276:
URL:
https://github.com/apache/pekko-persistence-jdbc/pull/276#discussion_r2004932057
##
core/src/main/resources/schema/postgres/postgres-create-schema-pekko.sql:
##
@@ -0,0 +1,64 @@
+CREATE SCHEMA IF NOT EXISTS pekko;
Review Comment:
He-Pin commented on PR #1534:
URL: https://github.com/apache/pekko/pull/1534#issuecomment-2739004382
We can now test with JDK 24
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comme
pjfanning commented on code in PR #1802:
URL: https://github.com/apache/pekko/pull/1802#discussion_r2003157931
##
stream/src/main/java/org/apache/pekko/task/javadsl/Task.java:
##
@@ -0,0 +1,116 @@
+package org.apache.pekko.task.javadsl;
+
+import org.apache.pekko.japi.function.E
pjfanning commented on code in PR #276:
URL:
https://github.com/apache/pekko-persistence-jdbc/pull/276#discussion_r2003946154
##
core/src/main/scala/org/apache/pekko/persistence/jdbc/testkit/internal/SchemaType.scala:
##
@@ -26,6 +26,11 @@ import org.apache.pekko.annotation.Int
pjfanning commented on PR #194:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/194#issuecomment-2737588897
> I am not sure that renaming so many config settings is a good idea. Can we
at least produce a doc that details all the renames? That is a list of c1
becomes c2 pairs.
jypma commented on code in PR #1802:
URL: https://github.com/apache/pekko/pull/1802#discussion_r2003191132
##
stream/src/main/scala/org/apache/pekko/task/Task.scala:
##
@@ -0,0 +1,176 @@
+package org.apache.pekko.task
+
+import org.apache.pekko.stream.Materializer
+import java.u
patsta32 opened a new issue, #275:
URL: https://github.com/apache/pekko-persistence-jdbc/issues/275
Given:
- Pekko Persistence schema is created in postgres with schema changed (f.e.
pekko)
- Application is configured for durable state actors
When:
Changing schemaName
15 matches
Mail list logo