Enable additional-serialization-bindings by default, #22169
* and thereby it was also possibe to simplify the documentation in remoting
This commit is contained in:
parent
554d119446
commit
9df49be5d0
11 changed files with 56 additions and 98 deletions
|
|
@ -24,7 +24,6 @@ class ReplicatedDataSerializerSpec extends TestKit(ActorSystem(
|
|||
akka.actor.provider=cluster
|
||||
akka.remote.netty.tcp.port=0
|
||||
akka.remote.artery.canonical.port = 0
|
||||
akka.actor.enable-additional-serialization-bindings=on
|
||||
"""))) with WordSpecLike with Matchers with BeforeAndAfterAll {
|
||||
|
||||
val serializer = new ReplicatedDataSerializer(system.asInstanceOf[ExtendedActorSystem])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue