Deprecate classic remoting classes (#27237)

* Sprinkle deprecated annotation to public classes for classic remoting
* Use right dispatcher setting for a few remoting actors
* New Artery events for QuarantinedEvent, GracefulShutdownQuarantinedEvent
  and ThisActorSystemQuarantinedEvent because old were not good
  and would cause binary compatibility trouble when we remove classic
* silence more deprecation warnings
This commit is contained in:
Patrik Nordwall 2019-07-10 14:26:51 +02:00 committed by Johan Andrén
parent 83d0f8bb05
commit 8d69388d0a
46 changed files with 313 additions and 78 deletions

View file

@ -237,7 +237,7 @@ private[akka] class RemoteActorRefProvider(
rootGuardian,
remotingTerminator,
_log,
untrustedMode = remoteSettings.UntrustedMode)
untrustedMode = remoteSettings.untrustedMode)
local.registerExtraNames(Map(("remote", d)))
d
},