akka-js / akka.js

Akka, for Scala.js
http://akka-js.org
474 stars 39 forks source link

Update to Akka 2.6.3 #115

Closed mliarakos closed 4 years ago

mliarakos commented 4 years ago

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 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?

andreaTP commented 4 years ago

thanks @mliarakos ! looks great to me I will probably merge everything together in a couple of weeks max or as soon as I tackle the Scala 2.13 build.