RFR: 8298658: Platform-specific type leaks to platform independent code.

Alan Bateman alanb at openjdk.org
Tue Jan 31 15:43:01 UTC 2023


On Tue, 31 Jan 2023 13:50:54 GMT, Alfonso² Peterssen <duke at openjdk.org> wrote:

> "java.nio.file.spi.DefaultFileSystemProvider" is an application level option

It is to allow the default file system provider be replaced, or to interpose on the default provider.

I have no objection to the changes in the PR but I am concerned that this is a downstream project creating a dependency on JDK code that could change at any time.

-------------

PR: https://git.openjdk.org/jdk/pull/11674


More information about the nio-dev mailing list