Merge pull request #29219 from akka/feature-remember-entities-rework
Rework of Remember Entities and sharding internals #27763
This commit is contained in:
commit
4811b53917
82 changed files with 7232 additions and 1662 deletions
|
|
@ -164,6 +164,7 @@ lazy val clusterSharding = akkaModule("akka-cluster-sharding")
|
|||
.settings(Protobuf.settings)
|
||||
.configs(MultiJvm)
|
||||
.enablePlugins(MultiNode, ScaladocNoVerificationOfDiagrams)
|
||||
.enablePlugins(Jdk9)
|
||||
|
||||
lazy val clusterTools = akkaModule("akka-cluster-tools")
|
||||
.dependsOn(
|
||||
|
|
@ -467,7 +468,7 @@ lazy val clusterShardingTyped = akkaModule("akka-cluster-sharding-typed")
|
|||
.dependsOn(
|
||||
actorTyped % "compile->CompileJdk9",
|
||||
clusterTyped % "compile->compile;test->test;multi-jvm->multi-jvm",
|
||||
clusterSharding,
|
||||
clusterSharding % "compile->compile;compile->CompileJdk9;multi-jvm->multi-jvm",
|
||||
actorTestkitTyped % "test->test",
|
||||
actorTypedTests % "test->test",
|
||||
persistenceTyped % "test->test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue