The biggest change was upgrading to ScalaTest 3.1.0, which required switching from the removed Constraint to the new CanEqual. As part of that switch I pulled in fresh copies of AkkaSpec and ScalaTestWithActorTestKit. I also hid the new PoolRouterSpec test suite because it was failing and I don't believe it applies in JavaScript. It also appeared that the shared source file SerializerOutsideAkkaPackage was committed when it didn't need to be, so I removed it.
@andreaTP, can you confirm my reasoning on PoolRouterSpec and SerializerOutsideAkkaPackage?
Updated to upstream Akka 2.6.3.
The biggest change was upgrading to ScalaTest 3.1.0, which required switching from the removed
Constraint
to the newCanEqual
. As part of that switch I pulled in fresh copies ofAkkaSpec
andScalaTestWithActorTestKit
. I also hid the newPoolRouterSpec
test suite because it was failing and I don't believe it applies in JavaScript. It also appeared that the shared source fileSerializerOutsideAkkaPackage
was committed when it didn't need to be, so I removed it.@andreaTP, can you confirm my reasoning on
PoolRouterSpec
andSerializerOutsideAkkaPackage
?