Re: Requires runtime considered?

2021-06-28 Thread Alan Bateman
On 28/06/2021 09:49, Christian Beikov wrote: Hello experts, I am in the process of modularizing one of my projects and hit some rather annoying limitations that requires me to change parts of my build and dependencies due to the way the Java module system works. I usually have modules like x

Re: Requires runtime considered?

2021-06-28 Thread Christian Beikov
Thanks for the quick answer and the hint about service, but as you can imagine, services don't really help here since I am trying to use CDI which does it's own discovery. I understand the point about "99,999 other modules", that's why I asked specifically if such a module is even "visible" so

Requires runtime considered?

2021-06-28 Thread Christian Beikov
Hello experts, I am in the process of modularizing one of my projects and hit some rather annoying limitations that requires me to change parts of my build and dependencies due to the way the Java module system works. I usually have modules like x-api, x-impl and x-testsuite where I have a c