> Eviction warnings will be inevitable, as Akka Http is still going to depend
> on 2.4.x. However since 2.5.x is binary backwards compatible with 2.4.x, the
> 2.5.0 can be used instead of 2.4.17.

OK, thanks.

> Also please update streams dependency to 2.5.0 so old version can be
> evicted.

That's what I was missing, without an explicit dependency on streams
2.5.0 I was getting the following error:

Detected java.lang.NoSuchMethodError error, which MAY be caused by
incompatible Akka 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 akka-actor [2.5.0 (resolved from current
classpath)] all other core Akka modules MUST be of the same version.
External projects like Alpakka, Persistence plugins or Akka HTTP etc.
have their own version numbers - please make sure you're using a
compatible set of libraries.
Uncaught error from thread [ZFSSA-akka.actor.default-dispatcher-7]
shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for
ActorSystem[ZFSSA]
java.lang.NoSuchMethodError:
akka.actor.ActorCell.addFunctionRef(Lscala/Function2;)Lakka/actor/FunctionRef;
    at akka.stream.stage.GraphStageLogic$StageActor.<init>(GraphStage.scala:142)
    at akka.stream.stage.GraphStageLogic.getStageActor(GraphStage.scala:929)
...

Thanks for your help :-)

--
Alan Burlison
--

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to