Re: Specifying module paths

2016-01-15 Thread Robert Scholte
Hi Paul, no, I'm not talking about multiple versions of the same module, that subject is clear to me. Alan described quite precise my issue (it's the first described usecase, although the others are interesting as well). So it seems that if two different modules export the same package, the

Re: Specifying module paths

2016-01-15 Thread Paul Benedict
Robert, in the SOTM document, it explicitly calls out that Module systems are not required to support multiple versions of a module. Correct me if wrong, but I think you're hinting at that? Cheers, Paul On Fri, Jan 15, 2016 at 3:06 AM, Robert Scholte wrote: > Op Thu, 14 Jan 2016 23:45:32 +0100

Re: Specifying module paths

2016-01-15 Thread Alan Bateman
On 15/01/2016 09:06, Robert Scholte wrote: Suppose there's a logging module and a fat module, which also contains the classes of the logging module, but older. In my module-info I have requires logging; requires fat; These modules are in the same directory. Which class is loaded first

help review/accept [MSHADE-182]

2016-01-15 Thread Kanstantsin Shautsou
Hi, could somebody help with processing https://issues.apache.org/jira/browse/MSHADE-182 https://github.com/apache/maven-plugins/pull/79 Bug exists for 1 year. Everything described in PR and issu

Early Access builds of JDK 8u76 b02, JDK 9 build b100 & build b99 for JDK 9 with Project Jigsaw are available on java.net

2016-01-15 Thread Rory O'Donnell
Hi Robert & Kristian, Early Access b02 for JDK 8u76 is available on java.net, summary of changes are listed here . Early Access b100 for JDK 9 is available on

Re: Specifying module paths

2016-01-15 Thread Tibor Digana
Ask the Oracle :) The classloader must validate the modulepath tree before loading the class files. WDYT? On Fri, Jan 15, 2016 at 10:06 AM, Robert Scholte wrote: > Op Thu, 14 Jan 2016 23:45:32 +0100 schreef Jonathan Gibbons < > jonathan.gibb...@oracle.com>: > > >> >> On 01/14/2016 12:25 PM, e...

Re: Specifying module paths

2016-01-15 Thread Robert Scholte
Op Thu, 14 Jan 2016 23:45:32 +0100 schreef Jonathan Gibbons : On 01/14/2016 12:25 PM, e...@zusammenkunft.net wrote: Hello, If I understood it correctly the modules on the MP must be unique and are not merged, thats why the order inside the directory does not matter for the named module