(see also this build.sbt
example for a correctly defined akka-persistence dependency as
there's wrong dependency in the user docs)
The akka-persistence module follows the same concepts and
architecture of eventsourced but is essentially a re-write on API
and implementation level. The most prominent changes compared to
eventsourced as well as current limitations are summarized in this
commit comment.
Please, start playing with this early access version and give us
feedback (preferrably on the Akka mailing lists). This will help us
to further develop akka-persistence based on your needs. As we go
along, we'll also work on a migration
guide (not much there yet but start watching it for updates).