Re: [akka-user] Scala and Akka with Java 7?

2015-06-01 Thread Konrad Malawski
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

Re: [akka-user] Scala and Akka with Java 7?

2015-06-01 Thread Harit Himanshu
copy that, I posted because it also affected my learning with Scala, but I get you Thank you On Mon, Jun 1, 2015 at 1:07 PM, Konrad Malawski konrad.malaw...@typesafe.com wrote: Harit, please do not double post the same question to scala-user and akka-user at the same time. You'll get all

Re: [akka-user] Scala and Akka with Java 7?

2015-06-01 Thread Konrad Malawski
Harit, please do not double post the same question to scala-user and akka-user at the same time. You'll get all your Akka questions answered on akka-user, no worries. Since it's a community forum it may take some time but we never leave questions unanswered. Thanks in advance! --  Cheers,

Re: [akka-user] Scala and Akka with Java 7?

2015-06-01 Thread Konrad Malawski
Correct :-) Akka 2.3.x supports JDK6+ Akka 2.4.x supports JDK8+ We do not add new features to 2.3.x, those go into the master branch, which becomes Akka 2.4.x. --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 2 June 2015 at 00:29:13, Harit Himanshu (harit.subscripti...@gmail.com) wrote:

Re: [akka-user] Scala and Akka with Java 7?

2015-06-01 Thread Harit Himanshu
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

Re: [akka-user] Scala and Akka with Java 7?

2015-06-01 Thread Harit Himanshu
cool, Thanks a lot! On Monday, June 1, 2015 at 3:31:29 PM UTC-7, Konrad Malawski wrote: Correct :-) Akka 2.3.x supports JDK6+ Akka 2.4.x supports JDK8+ We do not add new features to 2.3.x, those go into the master branch, which becomes Akka 2.4.x. -- Cheers, Konrad 'ktoso’ Malawski