softwaremill / akka-http-session

Web & mobile client-side akka-http sessions, with optional JWT support

Home Page:https://softwaremill.com/open-source/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

akka-http-session can not be co-used with akka-cluster

epiphyllum opened this issue · comments

commented

it can be always replayed when libraryDepenencies has akka-cluster and akka-http-session

Exception in thread "main" java.lang.NoSuchMethodError: akka.actor.LocalActorRefProvider.log()Lakka/event/LoggingAdapter

Which version of akka, akka-cluster & akka-http-session?

commented

akka 2.4.11 with akka-http-session 0.3.0

akka-http-session through akka-http version 10 has a transitive dependency to akka-actor 2.4.14. Maybe that causes akka-actor to be bumped to 2.4.14, but akka-cluster stays at 2.4.11, causing the inconsistency?

commented

when I upgrade all the akka-xxx to 2.4.16 akka-http to 10.0.1
all is ok