chetanmeh commented on issue #4316: Update version for Akka dependencies and Scala URL: https://github.com/apache/incubator-openwhisk/pull/4316#issuecomment-479905734 @dubee Above log would come as akka cluster dependencies are being pulled via [mesos-actor][1] dependency which is currently bound to an older version of akka and thus causes this warning. To ensure that we use a consistent version we should probably add an explicit dependency on akka cluster modules in common as controller depends on that feature directly. This would ensure that we do not have to coordinate version across our usage and mesos-actor module. @tysonnorris @markusthoemmes @dubee @rabbah Thoughts? PS: [akka 2.5.22](https://akka.io/blog/news/2019/04/03/akka-2.5.22-released) is also now release with some major changes considered stable (Typed actor and Artery implementation for remoting). May be we switch to that also [1]: https://github.com/adobe-apiplatform/mesos-actor/blob/master/build.gradle#L33
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services