[GH] (pekko): Workflow run "Link Validator" failed!

2025-01-01 Thread GitBox
The GitHub Actions job "Link Validator" on pekko.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: ef212e9a98614ba13cd65cde3cd8140702f1f35b / PJ Fanning reimplement fix for akka/pekko cluster (#1594) * Revert "revert #1568 due to test failures

[I] Feature request: Add Flow#flattenConcat [pekko]

2025-01-01 Thread via GitHub
He-Pin opened a new issue, #1661: URL: https://github.com/apache/pekko/issues/1661 Motivation: Refs: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/flatten-concat.html And pekko already has `flattenMerge` -- This is an automated mess

[GH] (pekko-persistence-jdbc): Workflow run "Nightly Testing with Pekko 1.0" failed!

2025-01-01 Thread GitBox
The GitHub Actions job "Nightly Testing with Pekko 1.0" on pekko-persistence-jdbc.git has failed. Run started by GitHub user raboof (triggered by raboof). Head commit for run: 458fa081a72a8fda5096f7c787fdd3277ca0c4a6 / PJ Fanning add 2025 to copyright (#254) Report URL: https://github.com/a

[GH] (pekko-connectors): Workflow run "Nightly Pekko 1.0 Builds" is working again!

2025-01-01 Thread GitBox
The GitHub Actions job "Nightly Pekko 1.0 Builds" on pekko-connectors.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 711cabb5bc7309980703652d0415652d574ac265 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.

[I] Feature request: Add Flow#flatMapLatest [pekko]

2025-01-01 Thread via GitHub
He-Pin opened a new issue, #1660: URL: https://github.com/apache/pekko/issues/1660 Motivation: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/flat-map-latest.html -- This is an automated message from the Apache Git Service. To respond to t

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

2025-01-01 Thread GitBox
The GitHub Actions job "Nightly Tests" on pekko-management.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: d86e9f551ca19961a9d23905005bb4c8a608f356 / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Update sbt

[GH] (pekko-grpc): Workflow run "Nightly Snapshot Dependency Test" failed!

2025-01-01 Thread GitBox
The GitHub Actions job "Nightly Snapshot Dependency Test" on pekko-grpc.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 3319ceb5ba76447f2ea03dfcbd96963074c474ff / PJ Fanning add 2025 to copyright (#421) Report URL: https://github.com/apache/pekko

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

2025-01-01 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: 8a2f240fc782a93e17666b9e2338fc8d60c6e51b / PJ Fanning add 2025 to copyright (#644) Report URL: https://github.com/apache/pekko-http/actions/runs/

[GH] (pekko): Workflow run "Build and test Pekko with Scala 3" is working again!

2025-01-01 Thread GitBox
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: ef212e9a98614ba13cd65cde3cd8140702f1f35b / PJ Fanning reimplement fix for akka/pekko cluster (#1594) * Revert "revert #15

[GH] (pekko-persistence-dynamodb): Workflow run "Publish nightly artifacts" failed!

2025-01-01 Thread GitBox
The GitHub Actions job "Publish nightly artifacts" on pekko-persistence-dynamodb.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 0151dbb47fc3b3f0f12407a21ea56f9c68e37e13 / PJ Fanning remove CMSClassUnloadingEnabled from .jvmopts (#191) Repo

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning closed pull request #190: more work on fixing dependency-graph CI job URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190 -- 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

Re: [PR] remove CMSClassUnloadingEnabled from .jvmopts [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning merged PR #191: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/191 -- 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 unsubscribe, e-mail: notificatio

Re: [PR] remove CMSClassUnloadingEnabled from .jvmopts [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
samueleresca commented on PR #191: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/191#issuecomment-2567024957 Probably this is a cleaner fix over: #190 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning commented on code in PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#discussion_r1900392661 ## .github/workflows/dependency-graph.yml: ## @@ -1,13 +1,19 @@ name: Update Dependency Graph on: + pull_request: push: branches:

[PR] remove CMSClassUnloadingEnabled from .jvmopts [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning opened a new pull request, #191: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/191 not supported in more recent Java versions -- 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

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
samueleresca commented on PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#issuecomment-2566990964 > > [CMSClassUnloadingEnabled](https://github.com/apache/pekko-persistence-dynamodb/blob/main/.jvmopts#L5). > > I don't know where this comes from. scalacente

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
samueleresca commented on code in PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#discussion_r1900389189 ## .github/workflows/dependency-graph.yml: ## @@ -1,13 +1,19 @@ name: Update Dependency Graph on: + pull_request: push: branches:

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning commented on PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#issuecomment-2566990340 > [CMSClassUnloadingEnabled](https://github.com/apache/pekko-persistence-dynamodb/blob/main/.jvmopts#L5). I don't know where this comes from. scalacenter/sbt-dep

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
samueleresca commented on PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#issuecomment-2566987063 The reason why was working on the original PR is because it was running on [Ubuntu 22.04](https://github.com/apache/pekko-persistence-dynamodb/actions/runs/12570185

Re: [PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
samueleresca commented on PR #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190#issuecomment-2566983975 In `ubuntu-latest` (ubuntu-24.04) is running [Java 17 is the default option now.](https://github.com/actions/runner-images/blob/ubuntu24/20241215.1/images/ubuntu/Ubu

[GH] (pekko-persistence-dynamodb): Workflow run "Update Dependency Graph" is working again!

2025-01-01 Thread GitBox
The GitHub Actions job "Update Dependency Graph" on pekko-persistence-dynamodb.git has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 2f5f8a05a9b813c6b655e6f3a6bc3358c3e7f254 / PJ Fanning Update dependency-graph.yml Report URL: https://github.

[PR] more work on fixing dependency-graph CI job [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning opened a new pull request, #190: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/190 temp enables the job for PRs -- 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 spec

Re: [PR] reimplement fix for akka/pekko cluster [pekko]

2025-01-01 Thread via GitHub
pjfanning merged PR #1594: URL: https://github.com/apache/pekko/pull/1594 -- 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 unsubscribe, e-mail: notifications-unsubscr...@pekk

[GH] (pekko-persistence-dynamodb): Workflow run "Update Dependency Graph" failed!

2025-01-01 Thread GitBox
The GitHub Actions job "Update Dependency Graph" on pekko-persistence-dynamodb.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: ef754319cec1d8cd730e866b1a69d16c0d4035c3 / PJ Fanning Update dependency-graph.yml (#189) Report URL: https://git

Re: [PR] Update dependency-graph.yml [pekko-persistence-dynamodb]

2025-01-01 Thread via GitHub
pjfanning merged PR #189: URL: https://github.com/apache/pekko-persistence-dynamodb/pull/189 -- 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 unsubscribe, e-mail: notificatio