Re: [akka-user] Akka JDK 9 module support

2017-11-05 Thread Konrad Malawski
We’ll likely be able o add the automatic module name in the next release as it’s relatively low effort and other tooling is not blocking us from doing so. Please watch this ticket https://github.com/akka/akka/issues/23789#issuecomment-340668877 Curious what reason for you is the main one to

[akka-user] Akka JDK 9 module support

2017-11-05 Thread Grzegorz Olechwierowicz
Hello, I'm trying to add akka to java 9 project. What do I have to require in module-info.java to use Akka with JDK 9? I have following dependency in maven and cannot figure it out. com.typesafe.akka akka-actor_2.12 2.5.6 Here are my thoughts... Akka actor jar name is weird, the name

[akka-user] ActorRef proxy - had somebody implemented?

2017-11-05 Thread Alexandr Sova
Hello, Akka community! Sometimes there are situations when you don't have an ActorRef instance but you know where to ask for it. It may be because actor is still haven't being created and actor creation procedure requires some long-running tasks to be completed for instance your application