change deprecated versions to use Akka in name (#209)

* change deprecated versions to use Akka in name

* scalafmt

* update markdown
This commit is contained in:
PJ Fanning 2023-02-21 11:13:05 +01:00 committed by GitHub
parent 864ee821b9
commit 2df8d99786
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 325 additions and 313 deletions

View file

@ -298,7 +298,7 @@ final class ORMap[A, B <: ReplicatedData] private[pekko] (
* passed to the `modify` function.
*/
@Deprecated
@deprecated("use update for the Java API as updated is ambiguous with the Scala API", "2.5.20")
@deprecated("use update for the Java API as updated is ambiguous with the Scala API", "Akka 2.5.20")
def updated(node: Cluster, key: A, initial: B, modify: java.util.function.Function[B, B]): ORMap[A, B] =
updated(node.selfUniqueAddress, key, initial)(value => modify.apply(value))

View file

@ -179,7 +179,7 @@ final class ReplicatorSettings(
val logDataSizeExceeding: Option[Int]) {
// for backwards compatibility
@deprecated("use full constructor", "2.6.11")
@deprecated("use full constructor", "Akka 2.6.11")
def this(
roles: Set[String],
gossipInterval: FiniteDuration,
@ -213,7 +213,7 @@ final class ReplicatorSettings(
logDataSizeExceeding = Some(10 * 1024))
// for backwards compatibility
@deprecated("use full constructor", "2.6.11")
@deprecated("use full constructor", "Akka 2.6.11")
def this(
roles: Set[String],
gossipInterval: FiniteDuration,
@ -245,7 +245,7 @@ final class ReplicatorSettings(
preferOldest = false)
// for backwards compatibility
@deprecated("use full constructor", "2.6.11")
@deprecated("use full constructor", "Akka 2.6.11")
def this(
role: Option[String],
gossipInterval: FiniteDuration,
@ -276,7 +276,7 @@ final class ReplicatorSettings(
maxDeltaSize)
// For backwards compatibility
@deprecated("use full constructor", "2.6.11")
@deprecated("use full constructor", "Akka 2.6.11")
def this(
role: Option[String],
gossipInterval: FiniteDuration,
@ -301,7 +301,7 @@ final class ReplicatorSettings(
200)
// For backwards compatibility
@deprecated("use full constructor", "2.6.11")
@deprecated("use full constructor", "Akka 2.6.11")
def this(
role: Option[String],
gossipInterval: FiniteDuration,
@ -328,7 +328,7 @@ final class ReplicatorSettings(
200)
// For backwards compatibility
@deprecated("use full constructor", "2.6.11")
@deprecated("use full constructor", "Akka 2.6.11")
def this(
role: Option[String],
gossipInterval: FiniteDuration,