pekko/akka-docs/rst/scala/code/docs
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
..
actor =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
agent Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
camel Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
dispatcher +act #3246 Added control aware mailbox types 2014-03-11 17:03:05 +01:00
event !act,doc #3893 Removed isTerminated checks from ActorClassification 2014-04-24 14:08:07 +02:00
extension Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
future Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
io =act,clu,con,doc,per,rem,sam #15114 append missing parens at Actor.sender() invocations 2014-06-20 23:05:51 +02:00
pattern Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
persistence !per #15230 rename processorId => persistentId 2014-06-24 17:05:18 +02:00
remoting Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
routing =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
serialization =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
testkit +act #3949 add LoggingReceive.withLabel 2014-03-21 20:43:13 +01:00
zeromq =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00