Confirmations were deprecated in 2.3.4 and since Persistence was experimental we have removed in in 2.4.0. It is replaced by AtLeastOnceDelivery. I don't recall the exact history of PersistentId, but look at the migration guide and the new documentation:
http://doc.akka.io/docs/akka/2.4.0/project/migration-guide-2.3.x-2.4.x.html#Persistence_Plugin_APIs http://doc.akka.io/docs/akka/2.4.0/scala/persistence.html#Journal_plugin_API Regards, Patrik On Mon, Oct 5, 2015 at 6:54 AM, Heiko Seeberger <[email protected]> wrote: > There’s a migration guide: > http://doc.akka.io/docs/akka/2.4.0/project/migration-guide-2.3.x-2.4.x.html > . > Search for „Persistence“. > > Cheers > Heiko > > -- > > *Heiko Seeberger* > Home: heikoseeberger.de > Twitter: @hseeberger <https://twitter.com/hseeberger> > Public key: keybase.io/hseeberger > > On 05 Oct 2015, at 01:51, Paul Cleary <[email protected]> wrote: > > I am looking to upgrade a persistence plugin from 2.3 to 2.4. It looks > like there are some substantive changes (like where did > PersistentConfirmation and PersistentId go)? > > I am hoping that someone could give me a few pointers on what needs to be > done to complete the migration. > > Thanks in advance, > Paul Cleary > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
