Re: RFR [9] 8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration

2015-04-14 Thread Alan Bateman
On 14/04/2015 17:24, Chris Hegarty wrote: The work done as part of JDK-8064924 [1] to introduce a new service type, java.net.spi.URLStreamHandlerProvider, provides a clean provider mechanism that will work well with modules. That part of the change should remain, but the removal of support to

RFR [9] 8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration

2015-04-14 Thread Chris Hegarty
The work done as part of JDK-8064924 [1] to introduce a new service type, java.net.spi.URLStreamHandlerProvider, provides a clean provider mechanism that will work well with modules. That part of the change should remain, but the removal of support to find handlers through the java.protocol.hand