pekko/akka-multi-node-testkit/src/main
Arnout Engelen 42d85a3019
Run akka-remote tests on Scala 3 (#30415)
* Run akka-remote tests on Scala 3

* Test the same scenario on Scala 2.13 and 3

A case object is `Serializable` on Scala 3 but not on Scala 2.13, so
this test would fail because no serializer is found on Scala 2.13,
and because the Java serializer is disabled on Scala 3.

By using a class instead, which is not `Serializable` both on Scala 2.13
and Scala 3, we test the same thing on both Scala versions.
2021-07-27 16:42:20 +02:00
..
java/akka/remote/testconductor Update copyright to 2021 2021-01-08 17:55:38 +01:00
mima-filters mima filter 2020-04-07 15:50:19 +02:00
protobuf Update copyright to 2021 2021-01-08 17:55:38 +01:00
resources Testconductor allows more time to pass to give artery time to shutdown #21500 2016-09-23 15:01:51 +02:00
scala/akka/remote Run akka-remote tests on Scala 3 (#30415) 2021-07-27 16:42:20 +02:00