sclasen / akka-kafka

185 stars 62 forks source link

Version in sonatype.org #53

Open eugenemiretsky opened 8 years ago

eugenemiretsky commented 8 years ago

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?

sclasen commented 8 years ago

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

What error do you see?

eugenemiretsky commented 8 years ago

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

sclasen commented 8 years ago

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