The GitHub Actions job "Unit Tests" on pekko-persistence-cassandra.git/main has 
succeeded.
Run started by GitHub user mdedetrich (triggered by mdedetrich).

Head commit for run:
77fc5a3fad1292748d7dc792cfe6073c20f1323a / He-Pin(kerr) <[email protected]>
refactor: remove deprecated classic remoting message types from muteDeadLetters 
(#440)

Motivation:
Classic remoting transport classes (AssociationHandle.Disassociated,
ActorTransportAdapter.DisassociateUnderlying, AssociationHandle.InboundPayload)
have been deprecated since Akka 2.6.0 in favor of Artery.
This project already uses Artery (configured via pekko.remote.artery.*).

Modification:
Remove the three deprecated classic remoting message type references
from muteDeadLetters in MultiNodeClusterSpec.scala. Keep the
non-deprecated PoisonPill and DeathWatchNotification references.

Result:
Removes references to deprecated classic remoting API. Artery does not
produce these message types, so the suppression was unnecessary.

Tests:
- Not run - multi-jvm test infrastructure only

References:
None - deprecated API cleanup

Report URL: 
https://github.com/apache/pekko-persistence-cassandra/actions/runs/28346336182

With regards,
GitHub Actions via GitBox


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

Reply via email to