How to name modules, automatic and otherwise

Alan Bateman Alan.Bateman at oracle.com
Fri Feb 17 11:45:47 UTC 2017


On 17/02/2017 09:58, Remi Forax wrote:

> No,
> both are two unrelated projects,
>    https://spark.apache.org/
>    http://sparkjava.com/
>
>
Right,  I can write code that make use of types in org.apache.spark.** 
or spark.** without any issue as there are no overlapping packages. If 
both projects release modules, spark.core and sparkjava.core for 
example, then there I could develop a module that requires both. If both 
projects choose the same name, spark.core or org.spark.core, then I'm 
out of luck.

-Alan


More information about the jigsaw-dev mailing list