akka-kafka icon indicating copy to clipboard operation
akka-kafka copied to clipboard

Version in sonatype.org

Open eugenemiretsky opened this issue 8 years ago • 3 comments

I'm using the 0.2.1 version from Sonatype (resolvers += "Sonatype OSS" at "https://oss.sonatype.org/content/repositories/releases"), and getting some weird errors.

However when I build my own 0.2.2-SNAPSHOT version everything works find. Looking the at the commit history, nothing has changed between the two versions.

Any idea what's wrong with the Sonatype build?

eugenemiretsky avatar May 17 '16 17:05 eugenemiretsky

No idea, can you try maven central and see if the same thing happens?

What error do you see?

sclasen avatar May 17 '16 17:05 sclasen

Maven doesn't work either. I get: java.lang.NoSuchMethodError: akka.pattern.AskableActorRef$.$qmark$default$3$extension(Lakka/actor/ActorRef;Ljava/lang/Object;)Lakka/actor/ActorRef

eugenemiretsky avatar May 17 '16 19:05 eugenemiretsky

Are you perhaps using a different version of akka at runtime then the project was built with?

sclasen avatar May 17 '16 20:05 sclasen