He-Pin opened a new pull request, #3289: URL: https://github.com/apache/pekko/pull/3289
### Motivation The public `isTerminated` method on `RepointableActorRef` was deprecated since Akka 2.2 in favor of using `context.watch(actor)` and receiving `Terminated(actor)`. ### Modification Remove the deprecated public `isTerminated` method. The `private[pekko]` version from the `ActorRef` trait remains available for internal use. ### Result Cleaner public API. Internal callers are unaffected as they use the `private[pekko]` `ActorRef.isTerminated`. ### Tests Not run - trivial removal of long-deprecated method ### References None - deprecated API cleanup -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
