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
|
|
@ -17,10 +17,6 @@ import java.io.NotSerializableException
|
|||
object MiscMessageSerializerSpec {
|
||||
val serializationTestOverrides =
|
||||
"""
|
||||
akka.actor.enable-additional-serialization-bindings=on
|
||||
# or they can be enabled with
|
||||
# akka.remote.artery.enabled=on
|
||||
|
||||
akka.actor.serialization-bindings {
|
||||
"akka.remote.serialization.MiscMessageSerializerSpec$TestException" = akka-misc
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue