Integrated: 8346463: Add test coverage for deploying the default provider as a module

Alan Bateman alanb at openjdk.org
Thu Dec 19 08:01:48 UTC 2024


On Tue, 17 Dec 2024 18:16:49 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> test/jdk/java/nio/file/spi/SetDefaultProvider.java tests deploying with a custom file system provider as the default provider. The test is moved to JUnit and is updated with new tests that deploy the custom default provider on the module path. To support the different deployments, TestProvider is moved into a named package and module.
> 
> In preparation for JDK-8331467, a test is added to create a run-time image that contains the custom default file system provider.

This pull request has now been integrated.

Changeset: 23d6f747
Author:    Alan Bateman <alanb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/23d6f747824ee3d750e2148a2be9d8e1dedbde40
Stats:     223 lines in 8 files changed: 75 ins; 48 del; 100 mod

8346463: Add test coverage for deploying the default provider as a module

Reviewed-by: bpb

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

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


More information about the nio-dev mailing list