pekko/akka-cluster-typed/src
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
..
main Config to exclude class prefix from serialize-messages, #24273 (#27517) 2019-09-26 22:51:12 +02:00
multi-jvm Complete logging with SLF4J in Typed, #26537 2019-09-06 10:09:54 +02:00
test Config to exclude class prefix from serialize-messages, #24273 (#27517) 2019-09-26 22:51:12 +02:00