Hi Roland I have a similar situation as Andrew but have been looking forward to 2.3 for the protobuf 2.5.0 dependency (vs protobuf 2.4.1 in akka 2.2.3). I've made use of your suggestion and copied Pipelines.scala & TcpPipelineHandler.scala appropriately to my project, it appears to be working ok at first glance. I wonder though, couldn't you have just marked these as deprecated until the replacement reactive streams infrastructure is in place and ready for consumption?
Thanks Peter On Sunday, January 19, 2014 10:18:15 AM UTC-8, rkuhn wrote: > > Hi Andrew, > > removing some files from the Akka repository’s master branch does not > remove them from past releases: you will be able to use Akka 2.2.x for > quite a while. Another option is to simply copy the files from the > release-2.2 branch into a project of yours and update to Akka 2.3.0 once > that comes out. > > Regards, > > Roland > > 19 jan 2014 kl. 18:51 skrev Andrew Gaydenko <[email protected]<javascript:> > >: > > Roland, > > I have a part of some big project based on pipelines. Is it possible to > roughly denote that time points of pipelines removing and new streams > introducing? Will there be some time frame these technologies be existing > in parallel? - to have an opportunity to smoothly switch a code base: pipes > still exist, and new streams are at least close to release. > > > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > *Dr. Roland Kuhn* > *Akka Tech Lead* > Typesafe <http://typesafe.com/> – Reactive apps on the JVM. > twitter: @rolandkuhn > <http://twitter.com/#!/rolandkuhn> > > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
