so as I understand Scala 2.11.6 and Akks 2.3.11
are good enough to use with Java 7? Right? Thanks a lot + Harit Himanshu On Monday, June 1, 2015 at 1:05:40 PM UTC-7, Konrad Malawski wrote: > > All APIs in Akka 2.3.x support Java 6 / 7 - only the "lambda things" > require Java 8, > so it's easy to spot them (and you won't accidentally bump into them I'd > say). > > Also remember that using Scala gives you the even more conciseness and > power as Java 8 APIs yet does not require Java 8 :-) > > Note: Akka 2.4 which we'll be rolling out rather soon will *require* > JDK8. > There is a ton of useful stuff we need to use from 8 to make Akka even > better than it is today. > > On Mon, Jun 1, 2015 at 9:51 PM, Harit Himanshu <[email protected] > <javascript:>> wrote: > >> Hi >> >> I was learning Akka and Scala with Java 8, but recently told that the >> project that I am going to contribute is Java 7, and no plans for migrating >> to Java 8 since it may affect many customers. >> >> I am interested in learning if I can use both Scala and Akka with Java 7? >> >> What am I going to miss? How would I know looking at API(for Scala and >> Akka) if it is supported by Java 7? >> >> Thank you >> >> -- >> >>>>>>>>>> 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] <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/d/optout. >> > > > > -- > Cheers, > Konrad 'ktoso' Malawski > Akka <http://akka.io/> @ Typesafe <http://typesafe.com/> > -- >>>>>>>>>> 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.
