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 start  adopting modules into
your build btw.

-- 
Konrad Malawski

On November 6, 2017 at 6:42:44, Grzegorz Olechwierowicz (
thertan...@gmail.com) wrote:

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

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