Re: [I] Doc about `virtual-thread-executor` is missing [pekko]

2025-01-20 Thread via GitHub
He-Pin closed issue #1735: Doc about `virtual-thread-executor` is missing URL: https://github.com/apache/pekko/issues/1735 -- 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 un

Re: [PR] chore: Add doc about virtual thread executor. [pekko]

2025-01-20 Thread via GitHub
He-Pin merged PR #1737: URL: https://github.com/apache/pekko/pull/1737 -- 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...@pekko.a

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

2025-01-20 Thread via GitHub
He-Pin commented on PR #1534: URL: https://github.com/apache/pekko/pull/1534#issuecomment-2603685088 @pjfanning 3.3.5-RC3 is released. -- 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

[GH] (pekko-connectors-kafka): Workflow run "Nightly Build and Test" failed!

2025-01-20 Thread GitBox
The GitHub Actions job "Nightly Build and Test" on pekko-connectors-kafka.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: 1f1c5ca5b7636177d476dffdca940cd74c155b2a / scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github

[GH] (pekko-persistence-cassandra): Workflow run "Run Tests with Pekko 1.0.x builds" failed!

2025-01-20 Thread GitBox
The GitHub Actions job "Run Tests with Pekko 1.0.x builds" on pekko-persistence-cassandra.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: e0d4d550f705e81e1b71019839650497a2d6bc89 / PJ Fanning 1.1.0 release (#255) Report URL: https://github

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

2025-01-20 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: e0d4d550f705e81e1b71019839650497a2d6bc89 / PJ Fanning 1.1.0 release (#255) Report URL: https://github.com/apache/pekko-

[PR] persistence cassandra 1.1.0 release [pekko-samples]

2025-01-20 Thread via GitHub
pjfanning opened a new pull request, #129: URL: https://github.com/apache/pekko-samples/pull/129 (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 unsubscribe

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

2025-01-20 Thread GitBox
The GitHub Actions job "Build and test Pekko with Scala 3" on pekko.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: dc7a8dc5ec384b109f6e716edcda793fafce10c5 / He-Pin chore: Add doc about virtual thread executor. Report URL: https://github.com/a

[GH] (pekko): Workflow run "Generate doc check" is working again!

2025-01-20 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: dc7a8dc5ec384b109f6e716edcda793fafce10c5 / He-Pin chore: Add doc about virtual thread executor. Report URL: https://github.com/apache/pekko/acti

[GH] (pekko): Workflow run "Binary Compatibility" is working again!

2025-01-20 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: dc7a8dc5ec384b109f6e716edcda793fafce10c5 / He-Pin chore: Add doc about virtual thread executor. Report URL: https://github.com/apache/pekko/ac

[PR] chore: Add doc about virtual thread executor. [pekko]

2025-01-20 Thread via GitHub
He-Pin opened a new pull request, #1737: URL: https://github.com/apache/pekko/pull/1737 Motivation: fix https://github.com/apache/pekko/issues/1735 Modification: Add doc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922772605 ## actor/src/main/scala/org/apache/pekko/dispatch/ThreadPoolBuilder.scala: ## @@ -235,6 +235,18 @@ final case class MonitorableThreadFactory( } } +class MonitorableC

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922757051 ## actor-tests/src/test/scala-jdk21-only/org/apache/pekko/dispatch/ForkJoinPoolVirtualThreadSpec.scala: ## @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache Software Foundat

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
pjfanning commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922757855 ## actor/src/main/scala/org/apache/pekko/dispatch/ThreadPoolBuilder.scala: ## @@ -235,6 +235,18 @@ final case class MonitorableThreadFactory( } } +class Monitorab

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922756417 ## actor/src/main/scala/org/apache/pekko/dispatch/ThreadPoolBuilder.scala: ## @@ -235,6 +235,18 @@ final case class MonitorableThreadFactory( } } +class MonitorableC

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922755689 ## actor/src/main/scala/org/apache/pekko/dispatch/VirtualThreadSupport.scala: ## @@ -57,19 +76,38 @@ private[dispatch] object VirtualThreadSupport { } } - def n

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922755319 ## actor/src/main/scala/org/apache/pekko/dispatch/VirtualThreadSupport.scala: ## @@ -57,19 +76,38 @@ private[dispatch] object VirtualThreadSupport { } } - def n

Re: [PR] feat: Enhance virtual thread support [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1724: URL: https://github.com/apache/pekko/pull/1724#discussion_r1922754897 ## docs/src/main/paradox/typed/dispatchers.md: ## @@ -129,6 +129,18 @@ You can read more about parallelism in the JDK's [ForkJoinPool documentation](ht When Running on

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

2025-01-20 Thread GitBox
The GitHub Actions job "Generate doc check" on pekko.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 1a28871bee42fd9593f1bbe3a32ace799542fda8 / He-Pin(kerr) Update Dependencies.scala Report URL: https://github.com/apache/pekko/actions/runs/12873327

[GH] (pekko): Workflow run "Binary Compatibility" failed!

2025-01-20 Thread GitBox
The GitHub Actions job "Binary Compatibility" on pekko.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 1a28871bee42fd9593f1bbe3a32ace799542fda8 / He-Pin(kerr) Update Dependencies.scala Report URL: https://github.com/apache/pekko/actions/runs/128733

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

2025-01-20 Thread GitBox
The GitHub Actions job "Build and test Pekko with Scala 3" on pekko.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 1a28871bee42fd9593f1bbe3a32ace799542fda8 / He-Pin(kerr) Update Dependencies.scala Report URL: https://github.com/apache/pekko/actio

[GH] (pekko): Workflow run "Scalafmt" is working again!

2025-01-20 Thread GitBox
The GitHub Actions job "Scalafmt" on pekko.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 1a28871bee42fd9593f1bbe3a32ace799542fda8 / He-Pin(kerr) Update Dependencies.scala Report URL: https://github.com/apache/pekko/actions/runs/12873327325 Wi

Re: [PR] feat: Add LoadMetrics support for virtual thread executor. [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on code in PR #1734: URL: https://github.com/apache/pekko/pull/1734#discussion_r1922713777 ## actor/src/main/scala/org/apache/pekko/dispatch/VirtualThreadSupport.scala: ## @@ -73,4 +73,21 @@ private[dispatch] object VirtualThreadSupport { } } + /** +

[I] `-tests` projects show up in SBOMs [pekko]

2025-01-20 Thread via GitHub
raboof opened a new issue, #1736: URL: https://github.com/apache/pekko/issues/1736 The `-tests` projects show up as a 'required' dependency of regular Pekko artifacts. This is *probably* an upstream problem in sbt-sbom, but let's investigate it in the context where it occurred before

Re: [PR] feat: Add LoadMetrics support for virtual thread executor. [pekko]

2025-01-20 Thread via GitHub
pjfanning commented on code in PR #1734: URL: https://github.com/apache/pekko/pull/1734#discussion_r1922597377 ## actor/src/main/scala/org/apache/pekko/dispatch/VirtualThreadSupport.scala: ## @@ -73,4 +73,21 @@ private[dispatch] object VirtualThreadSupport { } } + /**

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

2025-01-20 Thread GitBox
The GitHub Actions job "Scalafmt" on pekko.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 43680c01d57d5f70ce00bd75143b233bc6fd39b3 / He-Pin(kerr) Merge branch 'main' into He-Pin-patch-1 Report URL: https://github.com/apache/pekko/actions/runs/1286

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

2025-01-20 Thread via GitHub
He-Pin commented on PR #1534: URL: https://github.com/apache/pekko/pull/1534#issuecomment-2602334306 https://github.com/scala/scala3/actions/runs/12867480602 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] persistence cassandra 1.1.0 release [pekko-site]

2025-01-20 Thread via GitHub
pjfanning merged PR #148: URL: https://github.com/apache/pekko-site/pull/148 -- 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...@p

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

2025-01-20 Thread GitBox
The GitHub Actions job "Unit Tests" on pekko-persistence-cassandra.git has failed. Run started by GitHub user pjfanning (triggered by pjfanning). Head commit for run: e0d4d550f705e81e1b71019839650497a2d6bc89 / PJ Fanning 1.1.0 release (#255) Report URL: https://github.com/apache/pekko-persi

[PR] persistence cassandra 1.1.0 release [pekko-site]

2025-01-20 Thread via GitHub
pjfanning opened a new pull request, #148: URL: https://github.com/apache/pekko-site/pull/148 release vote passed -- 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 unsubsc

Re: [PR] 1.1.0 release notes [pekko-persistence-cassandra]

2025-01-20 Thread via GitHub
pjfanning merged PR #255: URL: https://github.com/apache/pekko-persistence-cassandra/pull/255 -- 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: notificati

Re: [PR] Update sbt-assembly to 2.3.1 [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on PR #1528: URL: https://github.com/apache/pekko/pull/1528#issuecomment-2601799634 no, see https://github.com/sbt/sbt-assembly/issues/537 -- 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

Re: [PR] Update sbt-assembly to 2.3.1 [pekko]

2025-01-20 Thread via GitHub
raboof commented on PR #1528: URL: https://github.com/apache/pekko/pull/1528#issuecomment-2601796523 ah, so it's not fixed in 2.3.1? -- 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 c

Re: [PR] Update sbt-assembly to 2.3.1 [pekko]

2025-01-20 Thread via GitHub
He-Pin commented on PR #1528: URL: https://github.com/apache/pekko/pull/1528#issuecomment-2601782128 Seem it's a bug in the site-assembly, wait for a new release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Update sbt-assembly to 2.3.1 [pekko]

2025-01-20 Thread via GitHub
raboof commented on PR #1528: URL: https://github.com/apache/pekko/pull/1528#issuecomment-2601776793 Did you intentionally close this? -- 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