Re: JDK 9 ServiceLoader bug

2017-03-17 Thread Alan Bateman
On 16/03/2017 21:06, Chris Dennis wrote: Hi All, I’ve found what I believe could (or should) be considered a bug with the way the ServiceLoader interacts with the classpath in JDK 9. Thanks for the mail. There is indeed a bug in that it is not handling duplicates on the class path. I'll creat

JDK 9 ServiceLoader bug

2017-03-16 Thread Chris Dennis
Hi All, I’ve found what I believe could (or should) be considered a bug with the way the ServiceLoader interacts with the classpath in JDK 9. Consider the following code: package example; import java.util.ServiceLoader; public class Main { public static void main(Str