Open
Description
While testing subscript actors, I've came across the problem that akka 2.3.2 throwed exceptions that some core class is not found (like, class PartialFunction). Akka 2.3.0 worked OK. Then, after updating my repository with new commits, Akka 2.3.0 stopped working for very same cause, and akka 2.3.2 worked normally.
This means there may be compatibility issues with other libs too, which significantly decteases usability. Though it is not vital for the moment and doesn't harm our current tasks significantly, I think we should investigate on question when we have less workload.