pekko/akka-distributed-data/src/multi-jvm/scala/akka/cluster/ddata
Patrik Nordwall a7c43cf573
Config to exclude class prefix from serialize-messages, #24273 (#27517)
* Config to exclude class prefix from serialize-messages, #24273

* Adding no-serialization-verification-needed-class-prefix, with "akka." included
  by default
* This is important now when we disable Java serialization by default.
  There will be many complaints about Akka internal classes that are not marked with
  NoSerializationVerificationNeeded, and we can't really sprinkle that everywhere.
* Not removing NoSerializationVerificationNeeded usage in Akka classes because that
  may break bin compat, even though it's needed any more.

* fix DisabledJavaSerializerWarningSpec
2019-09-26 22:51:12 +02:00
..
DurableDataSpec.scala Use protobuf3 for internal serialization (#27366) 2019-08-15 17:43:19 +02:00
DurablePruningSpec.scala Make artery the default remoting (#26772) 2019-05-01 08:12:09 +01:00
JepsenInspiredInsertSpec.scala format source with scalafmt 2019-03-11 16:58:55 +01:00
PerformanceSpec.scala Config to exclude class prefix from serialize-messages, #24273 (#27517) 2019-09-26 22:51:12 +02:00
ReplicatorChaosSpec.scala API changes related to DataDeleted, #27371 2019-09-10 17:09:04 +02:00
ReplicatorDeltaSpec.scala Disable Java serialization by default, #22333 (#27285) 2019-07-11 14:04:24 +02:00
ReplicatorMapDeltaSpec.scala Config to exclude class prefix from serialize-messages, #24273 (#27517) 2019-09-26 22:51:12 +02:00
ReplicatorORSetDeltaSpec.scala Config to exclude class prefix from serialize-messages, #24273 (#27517) 2019-09-26 22:51:12 +02:00
ReplicatorPruningSpec.scala Introduce warning silencer plugin (#26588) 2019-03-26 14:41:29 +01:00
ReplicatorSpec.scala API changes related to DataDeleted, #27371 2019-09-10 17:09:04 +02:00
STMultiNodeSpec.scala format source with scalafmt 2019-03-11 16:58:55 +01:00