pekko/akka-samples/akka-sample-persistence-java-lambda
Patrik Nordwall c566d5a106 per #15423 Remove deprecated features from akka-persistence
* remove channels
* remove View
* remove Processor
* collapse the complicated internal state management
  that was spread out between Processor, Eventsourced and Recovery
* remove Recovery trait, this caused some duplication between Eventsourced
  and PersistentView, but but the enhanced PersistentView will not be based
  on recovery infrastructure, and therefore PersistentView code will be replaced anyway
* remove PersistentBatch
* remove LoopMessage
* remove deleteMessages of individual messages
* remove Persistent, PersistentRepr and PersistentImpl are kept
* remove processorId
* update doc sample code
* note in migration guide about persistenceId
* rename Resequencable to PersistentEnvelope
2014-12-12 16:18:47 +01:00
..
project =pro upgrade to latest sbt and add first auto plugins 2014-11-30 15:34:59 +02:00
src/main per #15423 Remove deprecated features from akka-persistence 2014-12-12 16:18:47 +01:00
tutorial +per #15424 Added PersistentView, deprecated View 2014-06-26 10:10:09 +02:00
.gitignore =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
activator.properties =per #3915 Make become work during recovery for EventsourcedProcessor et.c. 2014-03-22 00:47:03 +01:00
build.sbt =sam Update Scala dependencies to 2.10.4 2014-04-25 13:23:56 +02:00
COPYING =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
LICENSE =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
pom.xml =sam Update version numbers to 2.4-SNAPSHOT 2014-04-16 15:00:10 +02:00