-
Interfaces Interface Description akka.actor.ScalaActorRef tell method is now provided by ActorRef trait. Since 2.6.13.akka.cluster.ClusterEvent.DataCenterReachabilityEvent Use Akka Distributed Cluster instead. Since 2.10.0.akka.event.jul.JavaLogging Use SLF4J or direct java.util.logging instead. Since 2.6.0.akka.io.DnsProvider Overriding the DNS implementation will be removed in future versions of Akka. Since 2.6.0.
-
Classes Class Description akka.cluster.ClusterEvent.ReachableDataCenter Use Akka Distributed Cluster instead. Since 2.10.0.akka.cluster.ClusterEvent.UnreachableDataCenter Use Akka Distributed Cluster instead. Since 2.10.0.akka.cluster.sharding.PersistentShardCoordinator Use `ddata` mode, persistence mode is deprecated. Since 2.6.0.akka.dispatch.japi.BooleanFunctionBridge Do not use this directly, use subclasses of this. Since 2.0.akka.dispatch.japi.CallbackBridge Do not use this directly, use subclasses of this. Since 2.0.akka.dispatch.japi.RecoverBridge Do not use this directly, use 'Recover'. Since 2.0.akka.dispatch.japi.UnitFunctionBridge Do not use this directly, use subclasses of this. Since 2.0.akka.event.jul.JavaLogger Use Slf4jLogger instead. Since 2.6.0.akka.event.jul.JavaLoggingFilter Use Slf4jLoggingFilter instead. Since 2.6.0.akka.event.jul.Logger Use SLF4J or direct java.util.logging instead. Since 2.6.0.akka.event.jul.Logger$ Use SLF4J or direct java.util.logging instead. Since 2.6.0.akka.io.Dns.Resolve Use cached(DnsProtocol.Resolve). Since 2.6.0.akka.io.Dns.Resolved Use cached(DnsProtocol.Resolved). Since 2.6.0.akka.io.Dns.Resolved$ Use cached(DnsProtocol.Resolved). Since 2.6.0.akka.io.Tcp.WriteFile Use WritePath instead. Since 2.5.10.akka.persistence.journal.leveldb.SharedLeveldbStore Use another journal implementation or the in-mem journal in combination with the journal-proxy. Since 2.6.15.akka.persistence.query.journal.leveldb.javadsl.LeveldbReadJournal Use another journal implementation. Since 2.6.15.akka.persistence.query.journal.leveldb.LeveldbReadJournalProvider Use another journal/query implementation. Since 2.6.15.akka.persistence.query.journal.leveldb.scaladsl.LeveldbReadJournal Use another journal implementation. Since 2.6.15.akka.remote.AddressUidExtension Use ExtendedActorSystem.uid instead. Since 2.8.0.akka.remote.AddressUidExtension$ Use ExtendedActorSystem.uid instead. Since 2.8.0.akka.remote.serialization.ByteStringSerializer Moved to akka.serialization.ByteStringSerializer in akka-actor. Since 2.6.0.akka.remote.serialization.IntSerializer Moved to akka.serialization.IntSerializer in akka-actor. Since 2.6.0.akka.remote.serialization.LongSerializer Moved to akka.serialization.LongSerializer in akka-actor. Since 2.6.0.akka.remote.serialization.StringSerializer Moved to akka.serialization.StringSerializer in akka-actor. Since 2.6.0.akka.stream.ActorMaterializer The Materializer now has all methods the ActorMaterializer used to have. Since 2.6.0.
-
Exceptions Exceptions Description akka.stream.AbruptIOTerminationException use IOOperationIncompleteException. Since 2.6.0.akka.stream.BindFailedException$ BindFailedException object will never be thrown. Match on the class instead. Since 2.4.19.