[PR] fix: postgres durable state schemaName change leads to write errors (#275) [pekko-persistence-jdbc]

2025-03-19 Thread via GitHub
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

[GH] (pekko): Workflow run "Nightly Builds (1.1)" failed!

2025-03-19 Thread GitBox
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

Re: [I] Runtime plugin configuration for `DurableState` [pekko]

2025-03-19 Thread via GitHub
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

[GH] (pekko): Workflow run "Nightly Aeron Tests" failed!

2025-03-19 Thread GitBox
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

[GH] (pekko-persistence-cassandra): Workflow run "Unit Tests" is working again!

2025-03-19 Thread GitBox
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

[GH] (pekko-http): Workflow run "Nightly Builds" failed!

2025-03-19 Thread GitBox
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-

[GH] (pekko-persistence-r2dbc): Workflow run "Nightly Tests (Pekko 1.0.x)" failed!

2025-03-19 Thread GitBox
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.

[GH] (pekko): Workflow run "Generate doc check" failed!

2025-03-19 Thread GitBox
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

Re: [PR] fix: postgres durable state schemaName change leads to write errors (#275) [pekko-persistence-jdbc]

2025-03-19 Thread via GitHub
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:

Re: [PR] [EXPERIMENT] test with java 23 [pekko]

2025-03-19 Thread via GitHub
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

Re: [PR] Introduce Task monad [pekko]

2025-03-19 Thread via GitHub
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

Re: [PR] fix: postgres durable state schemaName change leads to write errors (#275) [pekko-persistence-jdbc]

2025-03-19 Thread via GitHub
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

Re: [PR] Configuring persistence plugins at runtime [pekko-persistence-r2dbc]

2025-03-19 Thread via GitHub
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.

Re: [PR] Introduce Task monad [pekko]

2025-03-19 Thread via GitHub
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

[I] jdbc-durable-state-store for postgres schemaName is ignored / leads to errors [pekko-persistence-jdbc]

2025-03-19 Thread via GitHub
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