Re: [akka-user] Re: withSupervisionStrategy passed a japi Function but compiler complains that its expecting a scala Function1

2017-07-11 Thread Konrad “ktoso” Malawski
As I replied above, it has been fixed in later versions of Akka - you have not stated what version you’re using. Please upgrade to the latest, they’re all binary backwards compatible so you can bump the Akka version. — Konrad On 26 October 2016 at 21:31:29, Konrad Malawski ( konrad.malaw...@ligh

Re: [akka-user] Re: withSupervisionStrategy passed a japi Function but compiler complains that its expecting a scala Function1

2017-07-11 Thread Stuart Roebuck
I seem to be encountering the same issue within the latest release of the Lagom framework and it's associated Akka libraries. Has this been resolved? On Wednesday, 26 October 2016 13:40:47 UTC+1, murtuza chhil wrote: > > Though my code is not HTTP related, so whatever is fixed will fix my > pr

Re: [akka-user] Re: withSupervisionStrategy passed a japi Function but compiler complains that its expecting a scala Function1

2016-10-26 Thread murtuza chhil
Though my code is not HTTP related, so whatever is fixed will fix my problem too , right? -chhil On Wednesday, October 26, 2016 at 6:08:21 PM UTC+5:30, murtuza chhil wrote: > > Thanks Konrad. > > -chhil > > > On Wednesday, October 26, 2016 at 6:01:34 PM UTC+5:30, Konrad Malawski > wrote: >> >>

Re: [akka-user] Re: withSupervisionStrategy passed a japi Function but compiler complains that its expecting a scala Function1

2016-10-26 Thread murtuza chhil
Thanks Konrad. -chhil On Wednesday, October 26, 2016 at 6:01:34 PM UTC+5:30, Konrad Malawski wrote: > > Well that's exactly the thing we fixed. > As you've found in the docs. > > We'll release a stable this week, please upgrade then. > > -- > Konrad `ktoso` Malawski > Akka @ L

Re: [akka-user] Re: withSupervisionStrategy passed a japi Function but compiler complains that its expecting a scala Function1

2016-10-26 Thread Konrad Malawski
Well that's exactly the thing we fixed. As you've found in the docs. We'll release a stable this week, please upgrade then. -- Konrad `ktoso` Malawski Akka @ Lightbend On 26 October 2016 at 13:29:52, murtuza chhil (chil...@gmail.com) wrote: Still looking

[akka-user] Re: withSupervisionStrategy passed a japi Function but compiler complains that its expecting a scala Function1

2016-10-26 Thread murtuza chhil
Still looking for an answer to this, if anyone can point out whats wrong and how to get it done. I was looking at some HTTP docs and there was a fix in there and wonder if the problem is related http://doc.akka.io/docs/akka-http/current/java/http/migration-guide/migration-guide-2.4.x-3.0.x.html#