- Rename the module to `jdk.incubator.jpackage`
- Retain the existing CLI name (`jpackage`)
- Package the module with the `--do-not-resolve-by-default`
and `--warn-if-resolved=incubator` options
- Remove `provides java.util.spi.ToolProvider` from its
module declaration
- Define a trivial `ToolProvider`-like API in the
`jdk.incubator.jpackage` package, and export that package
- Retain the existing CLI name (`jpackage`)
- Package the module with the `--do-not-resolve-by-default`
and `--warn-if-resolved=incubator` options
- Remove `provides java.util.spi.ToolProvider` from its
module declaration
- Define a trivial `ToolProvider`-like API in the
`jdk.incubator.jpackage` package, and export that package
- relates to
-
JDK-8233917 Failure in DefaultModules.java caused by introduction of incubator module.
- Closed