pjfanning merged PR #1945:
URL: https://github.com/apache/pekko/pull/1945
--
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
pjfanning commented on code in PR #1945:
URL: https://github.com/apache/pekko/pull/1945#discussion_r2235062640
##
actor/src/main/scala/org/apache/pekko/actor/Scheduler.scala:
##
@@ -230,6 +230,29 @@ trait Scheduler {
implicit executor: ExecutionContext): Cancellable =
pjfanning commented on code in PR #1945:
URL: https://github.com/apache/pekko/pull/1945#discussion_r2235062640
##
actor/src/main/scala/org/apache/pekko/actor/Scheduler.scala:
##
@@ -230,6 +230,29 @@ trait Scheduler {
implicit executor: ExecutionContext): Cancellable =
He-Pin commented on code in PR #1945:
URL: https://github.com/apache/pekko/pull/1945#discussion_r2234429634
##
actor/src/main/scala/org/apache/pekko/actor/Scheduler.scala:
##
@@ -230,6 +230,29 @@ trait Scheduler {
implicit executor: ExecutionContext): Cancellable =
s
pjfanning commented on PR #1945:
URL: https://github.com/apache/pekko/pull/1945#issuecomment-3103815791
bin compat issues which are fine in a major release
```
[error] * deprecated method
setTimer(java.lang.String,java.lang.Object,scala.concurrent.duration.FiniteDuration,Boolean)Unit
pjfanning commented on PR #1945:
URL: https://github.com/apache/pekko/pull/1945#issuecomment-314571
```
[07-12 23:20:18.947] [info] - mustEmploySupervisorStrategy *** FAILED ***
[07-12 23:20:18.947] [info] java.util.concurrent.TimeoutException: Future
timed out after [5 seconds]
He-Pin commented on PR #1945:
URL: https://github.com/apache/pekko/pull/1945#issuecomment-3069108677
Nice clean up
--
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 unsubs
pjfanning opened a new pull request, #1945:
URL: https://github.com/apache/pekko/pull/1945
* Targeted to Pekko 2.0
* A lot more could be removed.
* Some deprecated code is used under the hood
--
This is an automated message from the Apache Git Service.
To respond to the message, plea