Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify akka versions used by dependencies #874

Open
szymonm opened this issue Aug 28, 2020 · 0 comments
Open

Unify akka versions used by dependencies #874

szymonm opened this issue Aug 28, 2020 · 0 comments

Comments

@szymonm
Copy link
Contributor

szymonm commented Aug 28, 2020

Branch, version, commit
develop

Actual (wrong) behavior

There is a lot of evictions in dependency resolution also the following warning, when starting the application:

[2020-08-27 19:25:56,107] WARN  akka.util.ManifestInfo [ManifestInfo(akka://akka-test)] - Detected possible incompatible versions on the classpath. Please note that a given Akka version MUST be the same across all modules of Akka that you are using, e.g. if you use [2.5.30] all other modules that are released together MUST be of the same version. Make sure you're using a compatible set of libraries. Possibly conflicting versions [2.5.22, 2.5.30] in libraries [akka-multi-node-testkit:2.5.22, akka-persistence:2.5.22, akka-protobuf:2.5.30, akka-coordination:2.5.22, akka-actor:2.5.30, akka-slf4j:2.5.22, akka-remote:2.5.30, akka-cluster:2.5.30, akka-stream:2.5.30, akka-cluster-tools:2.5.22]

Dependency on 2.5.30 was introduced by "org.sisioh"%% "akka-cluster-custom-downing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant