!per #17862 Remove experimental from persistence

This commit is contained in:
Patrik Nordwall 2015-08-11 11:20:32 +02:00
parent fb5d338c06
commit 2694e13b32
14 changed files with 34 additions and 72 deletions

View file

@ -300,7 +300,27 @@ For the synchronous case you can return the result via ``scala.concurrent.Future
Akka Persistence
================
Mendatory persistenceId
Experimental removed
--------------------
The artifact name has changed from ``akka-persistence-experimental`` to ``akka-persistence``.
New sbt dependency::
"com.typesafe.akka" %% "akka-persistence" % "@version@" @crossString@
New Maven dependency::
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-persistence_@binVersion@</artifactId>
<version>@version@</version>
</dependency>
The artefact name of the Persistent TCK has changed from ``akka-persistence-tck-experimental`` (``akka-persistence-experimental-tck``) to
``akka-persistence-tck``.
Mandatory persistenceId
-----------------------
It is now mandatory to define the ``persistenceId`` in subclasses of ``PersistentActor``, ``UntypedPersistentActor``

View file

@ -10,6 +10,7 @@ Migration Guides
migration-guide-2.0.x-2.1.x
migration-guide-2.1.x-2.2.x
migration-guide-2.2.x-2.3.x
migration-guide-2.3.x-2.4.x
migration-guide-persistence-experimental-2.3.x-2.4.x
migration-guide-eventsourced-2.3.x
migration-guide-2.3.x-2.4.x