Beat Sager

Results 5 comments of Beat Sager

Is there a solution for this issue? I try to use json4s to serialise akka events. Matching them in actors requires the same instance for case objects. ``` scala import...

We use it currently an own build 2.4.20 version with Akka 2.5.19 and it works fine. The patch we use is only this https://github.com/dnvriend/akka-persistence-inmemory/pull/59 .

Would be great when the 2.5.0.0 could be rebased on the current master so that for example the #59 is available in 2.5.

Using scala case objects in java code is quite ugly. Instead of adding this to the documentation I would propose to solve this in the api by either not use...

@dnvriend I could change the api and prepare a pull request. What do you think about it? Do you already know when you plan to go drop support for akka...