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

@ -109,7 +109,7 @@ final class DistributedPubSubSettings(
val sendToDeadLettersWhenNoSubscribers: Boolean)
extends NoSerializationVerificationNeeded {
@deprecated("Use the other constructor instead.", "2.5.5")
@deprecated("Use the other constructor instead.", "Akka 2.5.5")
def this(
role: Option[String],
routingLogic: RoutingLogic,