mdedetrich commented on PR #809: URL: https://github.com/apache/pekko-connectors/pull/809#issuecomment-2355017515
So this is the exact error that is being thrown in my project ``` 2024-09-17 11:21:59.865 [Test worker] ERROR <REDACTED> - Actor System error java.lang.IllegalStateException: You are using version 1.1.1 of Apache Pekko, but it appears you (perhaps indirectly) also depend on older versions of related artifacts. You can solve this by adding an explicit dependency on version 1.1.1 of the [pekko-stream-testkit, pekko-slf4j, pekko-testkit, pekko-actor-typed, pekko-actor-testkit-typed] artifacts to your project. Here's a complete collection of detected artifacts: (1.1.0, [pekko-actor-testkit-typed, pekko-actor-typed, pekko-slf4j, pekko-stream-testkit, pekko-testkit]), (1.1.1, [pekko-actor, pekko-protobuf-v3, pekko-stream]). See also: https://pekko.apache.org/docs/pekko/current/common/binary-compatibility-rules.html#mixed-versioning-is-not-allowed at org.apache.pekko.util.ManifestInfo.checkSameVersion(ManifestInfo.scala:188) at org.apache.pekko.util.ManifestInfo.checkSameVersion(ManifestInfo.scala:166) at org.apache.pekko.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:1051) at org.apache.pekko.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:1040) at org.apache.pekko.actor.ActorSystemImpl._start(ActorSystem.scala:1039) at org.apache.pekko.actor.ActorSystemImpl.start(ActorSystem.scala:1063) at org.apache.pekko.actor.ActorSystem$.apply(ActorSystem.scala:282) at org.apache.pekko.actor.ActorSystem$.apply(ActorSystem.scala:326) at org.apache.pekko.actor.ActorSystem.create(ActorSystem.scala:270) ``` I think that this may be a false alarm. It is because the pekko snapshot suddenly updated to 1.1.1 while I was using 1.1.0 and due to transitive resolution it brought in mixed versions of Pekko -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org