RE: JDK9 approach to limiting package to one module

2017-03-30 Thread Stephen Felts
files -Original Message- From: Alan Bateman Sent: Thursday, March 30, 2017 3:36 AM To: Stephen Felts; jigsaw-dev@openjdk.java.net Subject: Re: JDK9 approach to limiting package to one module On 30/03/2017 03:41, Stephen Felts wrote: > We ran into a problem today caused by the JDK 9 singl

Re: JDK9 approach to limiting package to one module

2017-03-30 Thread Alan Bateman
On 30/03/2017 03:41, Stephen Felts wrote: We ran into a problem today caused by the JDK 9 single-module package limitation. We have an Apache jar file that references org.w3c.dom.ls.DocumentLS that is in another jar on the classpath. However, the incomplete org.w3c.dom.ls package is also in

JDK9 approach to limiting package to one module

2017-03-29 Thread Stephen Felts
We ran into a problem today caused by the JDK 9 single-module package limitation. We have an Apache jar file that references org.w3c.dom.ls.DocumentLS that is in another jar on the classpath. However, the incomplete org.w3c.dom.ls package is also in the JDK so the JDK wins and we get a class de