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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 {
}
}
+ /**
+
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
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 {
}
}
+ /**
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
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
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
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
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
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
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
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
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
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
35 matches
Mail list logo