The GitHub Actions job "Generate doc check" on 
pekko.git/remove/deprecated-isTerminated has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
2c3d211607681d8f776639f7b3ba9b463b2b00ea / 虎鸣 <[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/28718710977

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to