Update scala to 2.13.3 and silencer to 1.7.0 (#28991)
* Update scala to 2.13.3 and silencer to 1.7.0 * Also travis * Fix various warnings
This commit is contained in:
parent
f7bfed02bc
commit
c41c0420ad
113 changed files with 180 additions and 206 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
package akka.cluster.ddata.protobuf
|
||||
|
||||
import java.{ util, lang => jl }
|
||||
import java.{ lang => jl }
|
||||
import java.io.NotSerializableException
|
||||
import java.util
|
||||
import java.util.ArrayList
|
||||
|
|
@ -23,7 +23,7 @@ import akka.cluster.ddata.Replicator.Internal._
|
|||
import akka.cluster.ddata.protobuf.msg.{ ReplicatedDataMessages => rd }
|
||||
import akka.cluster.ddata.protobuf.msg.{ ReplicatorMessages => dm }
|
||||
import akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
|
||||
import akka.protobufv3.internal.{ ByteString, GeneratedMessageV3 }
|
||||
import akka.protobufv3.internal.ByteString
|
||||
import akka.protobufv3.internal.GeneratedMessageV3
|
||||
import akka.serialization.BaseSerializer
|
||||
import akka.serialization.Serialization
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class VersionVectorSpec
|
|||
val node3 = UniqueAddress(node1.address.copy(port = Some(2553)), 3L)
|
||||
val node4 = UniqueAddress(node1.address.copy(port = Some(2554)), 4L)
|
||||
|
||||
override def afterAll: Unit = {
|
||||
override def afterAll(): Unit = {
|
||||
shutdown()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class ReplicatedDataSerializerSpec
|
|||
val ref2 = system.actorOf(Props.empty, "ref2")
|
||||
val ref3 = system.actorOf(Props.empty, "ref3")
|
||||
|
||||
override def afterAll: Unit = {
|
||||
override def afterAll(): Unit = {
|
||||
shutdown()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ class ReplicatorMessageSerializerSpec
|
|||
|
||||
val keyA = GSetKey[String]("A")
|
||||
|
||||
override def afterAll: Unit = {
|
||||
override def afterAll(): Unit = {
|
||||
shutdown()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue