RFR: 880: Map jdk.jpackage to core-libs-dev

Alan Bateman alanb at openjdk.java.net
Wed Feb 3 09:38:39 UTC 2021


On Fri, 29 Jan 2021 22:23:17 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> The `jpackage` tool moved from the `jdk.incubator.jpackage` module to `jdk.jpackage` in JDK 16. The `jdk.json` config file needs to be updated accordingly so that `jpackage` reviews are sent to `core-libs-dev`.

config/mailinglist/rules/jdk.json line 226:

> 224:             "src/jdk.incubator.foreign/",
> 225:             "src/jdk.jpackage/",
> 226:             "src/jdk.internal.jvmstat/",

core-libs-dev has been used to discuss the jpackage tool although it's not really core libraries. I've often thought it should have had its own list.

Several other values in core-libs could be pruned:

make/jdk/src/classes/build/tools/jdwpgen is serviceability-dev
src/jdk.accessibility is client libs, swing-dev?
test/jdk/javax/accessibility is client libs, swing-dev?
src/jdk.internal.jvmstat is serviceability-dev
src/jdk.jconsole is serviceability-dev
src/java.smartcardio is security-dev

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

PR: https://git.openjdk.java.net/skara/pull/996


More information about the skara-dev mailing list