Re: Classloader exceptions when testing

2017-02-11 Thread Marius van Niekerk
That's great news. I recall some other parts of Akka where migrating the code to spark 2.0 / scala 2.11 required specifying a bunch of classloaders in the source. On Sat, 11 Feb 2017 at 17:45 Jakob Odersky wrote: > Hi everyone, > > I may have found a fix for the classloader issues I'm having wh

Classloader exceptions when testing

2017-02-11 Thread Jakob Odersky
Hi everyone, I may have found a fix for the classloader issues I'm having when running unit tests (https://groups.google.com/forum/#!topic/akka-user/U0mLX3mCmAk). Basically the issue appears to happen when a test suite that uses the Akka TestKit base class does not define an explicit classloader.