pekko/akka-docs/rst
Konrad 'ktoso' Malawski 4bb321a83a !per #15230 rename processorId => persistentId
* This is NOT binary compatible, we're in an *experimental* module.
* disabled binary compat checks for package akka.persistence
* Source compatibility is retained, but users should migrate do the new
  method name ASAP.
* Plugin APIs were migrated in a way that allows the old plugins to
  compile agains 2.3.4 without having to change anything. Hopefuly this
  will help authors migrate to 2.3.4 sooner. This is only source level compatible, not binary compatible.
* added deprecation warnings on all processorId methods and provided bridges where possible
* for users, the migration should be painless, they can still override
  the old method, and it'll work. But we encourage them to move to
  persistenceId; All delegation code will have to be removed afterwards ofc.

Conflicts:
	akka-persistence/src/main/scala/akka/persistence/Channel.scala
	akka-persistence/src/main/scala/akka/persistence/JournalProtocol.scala
	akka-persistence/src/main/scala/akka/persistence/Persistent.scala
	akka-persistence/src/main/scala/akka/persistence/PersistentChannel.scala
	akka-persistence/src/main/scala/akka/persistence/Processor.scala
	akka-persistence/src/main/scala/akka/persistence/Snapshot.scala
	akka-persistence/src/main/scala/akka/persistence/journal/AsyncWriteProxy.scala
	akka-persistence/src/main/scala/akka/persistence/journal/inmem/InmemJournal.scala
	akka-persistence/src/main/scala/akka/persistence/journal/leveldb/LeveldbKey.scala
	akka-persistence/src/main/scala/akka/persistence/snapshot/SnapshotStore.scala
	akka-persistence/src/test/scala/akka/persistence/serialization/SerializerSpec.scala
	project/AkkaBuild.scala
2014-06-24 17:05:18 +02:00
..
additional =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
common Merge pull request #1986 from akka/wip-3750-improve-cluster-specification-patriknw 2014-02-13 12:11:38 +01:00
dev Updates in the Building Akka documentation page in 2014-04-15 14:37:12 +02:00
experimental !act,sam #3889 Adding Activator template FSM/become for Java with Lambda support 2014-03-05 11:16:23 +01:00
general add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
images !rem #3765: Change the defaults for remoting 2014-01-17 11:29:22 +01:00
intro =doc #15213 snapshot repo for snapshot dependencies 2014-05-21 17:19:47 +02:00
java !per #15230 rename processorId => persistentId 2014-06-24 17:05:18 +02:00
project !per #15230 rename processorId => persistentId 2014-06-24 17:05:18 +02:00
scala !per #15230 rename processorId => persistentId 2014-06-24 17:05:18 +02:00
conf.py Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
index.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
java.rst +act #3911 Adding Java Lambda compatibility for Supervisor Strategy 2014-03-17 15:04:29 +01:00
scala.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00