Question on JEP 261

kant kodali kanth909 at gmail.com
Wed Dec 21 11:56:56 UTC 2016


Right now If I have two Java Libraries/Dependencies that in turn uses
another Library but with different versions. It looks like only one is
going to get selected so the dependency that require a specific version
would fail if it uses features specific to that version.

So with the introduction of module system I wonder how this will be solved
if there are two modules that depends on another common module but with
different versions?

Thanks!


More information about the jdk9-dev mailing list