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 2015 09:49:29 UTC+2 schrieb Johannes Rudolph: > > Hi john, > > it seems that this is a bug that we thought to be fixed but which has > reappeared. I filed it as https://github.com/akka/akka/issues/18178 > > Johannes > > On Tuesday, August 11, 2015 at 7:08:44 AM UTC+2, [email protected] wrote: >> >> Ok I realized that it is in the release-2.3-dev branch. >> >> I can create out of the box with sbt package a 2.10 >> akka-http-testkit-experimental_2.10 >> version. >> but I need a 2.11 version. >> >> Can somebody help? With just java know-how I have no idea how to make a >> 2.11 package >> >> Am Montag, 10. August 2015 23:05:39 UTC+2 schrieb [email protected]: >>> >>> I wanted to use akka.http.javadsl.testkit.JUnitRouteTest. But I can only >>> find the scala dsl one in akka-http-testkit-experimental_2.11? >>> >>> If its not ready can I use the scala one from java? >>> >> -- >>>>>>>>>> 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.
