The GitHub Actions job "Binary Compatibility" on pekko.git/remove/deprecated-isTerminated has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 2e562c9580a3fe46b0d727bd314fc4df08762656 / 虎鸣 <[email protected]> refactor: remove deprecated RepointableActorRef.isTerminated (since Akka 2.2) 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 Report URL: https://github.com/apache/pekko/actions/runs/28731772321 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
