scanning in embedded mode

2017-05-04 Thread Romain Manni-Bucau
Hi guys, on java 9 in embedded mode the app loader is no more a URLClassLoader so StandardScanner "fails" silently. Is it plan to read java.class.path as a fallback or something else? Romain Manni-Bucau @rmannibucau | Blog

Re: scanning in embedded mode

2017-05-04 Thread Mark Thomas
On 04/05/17 13:54, Romain Manni-Bucau wrote: > Hi guys, > > on java 9 in embedded mode the app loader is no more a URLClassLoader so > StandardScanner "fails" silently. Is it plan to read java.class.path as a > fallback or something else? TBD at this point. Following up on this with the Java 9 t