Re: [akka-user] Re: Can't find akka.http.javadsl.testkit.JUnitRouteTest?

2015-09-05 Thread Jewel Abdul Kader
Hi , is this on in maven central yet? On Tuesday, August 11, 2015 at 9:02:34 AM UTC-4, john@gmail.com wrote: > > Sorry I found the error so I don't need to post the code. When do you > think (just roughly) will typesafe publish an updated artificat to maven > central? > > Am Dienstag, 11.

Re: [akka-user] Re: Can't find akka.http.javadsl.testkit.JUnitRouteTest?

2015-08-11 Thread 'Johannes Rudolph' via Akka User List
Hi John, how can we know? You need to share more of your code :) Johannes On Tue, Aug 11, 2015 at 11:01 AM, john.vie...@gmail.com wrote: I am using Akka http Test HttpRequest request = ... TestResponse response = appRoute.run(request); Unfortunatly TestResponse is null. I think its

[akka-user] Re: Can't find akka.http.javadsl.testkit.JUnitRouteTest?

2015-08-11 Thread john . vieten
I am using Akka http Test HttpRequest request = ... TestResponse response = appRoute.run(request); Unfortunatly TestResponse is null. I think its because I am getting the error No such instance method: 'akka.http.scaladsl.util.FastFuture' Did I compile wrongly? Am Dienstag, 11. August