[akka-user] Help with dependencies using akka http 10.0.11 and akka stream 2.5.8

2017-12-12 Thread Papelucho Nomas
Hello, I'm using akka http and streams on my project but when I update stream to 2.5.7 or 2.5.8 I get the following exception, only during execution using the fat jar and not in test. Dec 12 10:08:20 batch java[44371]: Exception in thread "main" java.lang.NoClassDefFoundError: akka/stream/sta

Re: [akka-user] Help with dependencies using akka http 10.0.11 and akka stream 2.5.8

2017-12-12 Thread Arnout Engelen
Hello, CallbackWrapper is a piece of internal API which is indeed no longer available in stream 2.5.8. This should normally not be a problem (as it was internal), and in general akka-http 10.0.x should work with akka 2.5.x. There might be some other project that accidentally depended on this inte

Re: [akka-user] Help with dependencies using akka http 10.0.11 and akka stream 2.5.8

2017-12-12 Thread Papelucho Nomas
Arnout, Short version: it was akka-streams-kafka 0.16. Long version: I had to update "akka-stream-kafka" from "0.16" -> "0.18". To keep things straight updated "kafka-clients" to "0.11.0.1" and "scalatest-embedded-kafka" from "0.14.0" to "0.16.0" My unit tests complete but I'm not happy with

Re: [akka-user] Help with dependencies using akka http 10.0.11 and akka stream 2.5.8

2017-12-12 Thread Patrik Nordwall
tis 12 dec. 2017 kl. 20:13 skrev Papelucho Nomas : > Arnout, > > > Short version: it was akka-streams-kafka 0.16. > > > Long version: I had to update "akka-stream-kafka" from "0.16" -> "0.18". > To keep things straight updated "kafka-clients" to "0.11.0.1" and > "scalatest-embedded-kafka" from "0.