document and test akka compatiblity
danischroeter opened this issue · 1 comments
danischroeter commented
We know *(guess/assume) we are compatible to akka 2.4,2.5 and even 2.6
->add tests against different versions of akka and state the compatiblity in the doc
nvollmar commented
We cannot compile against 2.4 anymore due to changes in Akka TestKit (expectNoMsg has been deprecated and replacement expectNoMessage is not available in 2.4).