Cluster receptionist and new reincarnation of node, #23683

* Drop anonymous functions/classes when creating testkit system name.
* Reproducer
* Added custom serializer
This commit is contained in:
Johan Andrén 2018-04-12 19:00:58 +02:00 committed by Patrik Nordwall
parent 3ebb9fa9c1
commit 093f0ef14b
9 changed files with 1056 additions and 119 deletions

View file

@ -408,6 +408,7 @@ lazy val clusterTyped = akkaModule("akka-cluster-typed")
distributedData,
persistence % "test->test",
persistenceTyped % "test->test",
protobuf,
typedTestkit % "test->test",
actorTypedTests % "test->test"
)