Breaks binary compatibility because adding new methods to Eventsourced trait. Since akka-persistence is experimental this is ok, yet source-level compatibility has been perserved thankfuly :-) Deprecates: * Rename of EventsourcedProcessor -> PersistentActor * Processor -> suggest using PersistentActor * Migration guide for akka-persistence is separate, as wel'll deprecate in minor versions (its experimental) * Persistent as well as ConfirmablePersistent - since Processor, their main user will be removed soon. Other changes: * persistAsync works as expected when mixed with persist * A counter must be kept for pending stashing invocations * Uses only 1 shared list buffer for persit / persistAsync * Includes small benchmark * Docs also include info about not using Persistent() wrapper * uses java LinkedList, for best performance of append / head on persistInvocations; the get(0) is safe, because these msgs only come in response to persistInvocations * Renamed internal *MessagesSuccess/Failure messages because we kept small mistakes seeing the class "with s" and "without s" as the same * Updated everything that refered to EventsourcedProcessor to PersistentActor, including samples Refs #15227 Conflicts: akka-docs/rst/project/migration-guides.rst akka-persistence/src/main/scala/akka/persistence/JournalProtocol.scala akka-persistence/src/main/scala/akka/persistence/Persistent.scala akka-persistence/src/test/scala/akka/persistence/PersistentActorSpec.scala project/AkkaBuild.scala |
||
|---|---|---|
| .. | ||
| index.rst | ||
| issue-tracking.rst | ||
| licenses.rst | ||
| links.rst | ||
| migration-guide-1.3.x-2.0.x.rst | ||
| migration-guide-2.0.x-2.1.x.rst | ||
| migration-guide-2.1.x-2.2.x.rst | ||
| migration-guide-2.2.x-2.3.x.rst | ||
| migration-guide-2.3.x-2.4.x.rst | ||
| migration-guide-eventsourced-2.3.x.rst | ||
| migration-guide-persistence-experimental-2.3.x-2.4.x.rst | ||
| migration-guides.rst | ||
| sponsors.rst | ||