With multi-release JARs, there is a directory structure to partition out
the class files for the destined versions of the Java runtime.

With modules, the module-info.class sits in the root of the JAR.

How will these two requirements be reconciled? Are there plans such as
allowing module-info.class in each version folder too? It is quite
conceivable a module will require dependencies in one Java version; yet not
for another.

Cheers,
Paul

Reply via email to