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.

<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-actor_2.12</artifactId>
  <version>2.5.6</version>
</dependency>


Here are my thoughts...
Akka actor jar name is weird, the name of the module is derived from the 
name of the jar itself since it does not contain explicit module 
declaration.
One solution can be to add Automatic-Module-Name to the main manifest. The 
question is whether or when is this going to be supported?

-- 
>>>>>>>>>>      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