Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update owners #85

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 6 additions & 19 deletions src/guide/code-owners.md
Original file line number Diff line number Diff line change
@@ -6,13 +6,9 @@ This list is intended to make it easier to identify which email list to include

* Build: [`build-dev@openjdk.java.net`](mailto:build-dev@openjdk.java.net)
* Client
* AWT: [`awt-dev@openjdk.java.net`](mailto:awt-dev@openjdk.java.net)
* Beans: [`beans-dev@openjdk.java.net`](mailto:beans-dev@openjdk.java.net)
* Java 2D: [`2d-dev@openjdk.java.net`](mailto:2d-dev@openjdk.java.net)
* Client Libs: [`client-libs-dev@openjdk.java.net`](mailto:client-libs-dev@openjdk.java.net)
* Java FX: [`openjfx-dev@openjdk.java.net`](mailto:openjfx-dev@openjdk.java.net)
* jpackage: [`core-libs-dev@openjdk.java.net`](mailto:core-libs-dev@openjdk.java.net)
* Sound: [`sound-dev@openjdk.java.net`](mailto:sound-dev@openjdk.java.net)
* Swing: [`swing-dev@openjdk.java.net`](mailto:swing-dev@openjdk.java.net)
* Core Libs: [`core-libs-dev@openjdk.java.net`](mailto:core-libs-dev@openjdk.java.net)
* Net: [`net-dev@openjdk.java.net`](mailto:net-dev@openjdk.java.net)
* NIO: [`nio-dev@openjdk.java.net`](mailto:nio-dev@openjdk.java.net)
@@ -109,16 +105,8 @@ This list is intended to make it easier to identify which email list to include
* `libverify` – LangTools
* `libzip` – Core Libs
* `java.compiler` – LangTools
* `java.datatransfer` – AWT
* `java.desktop` – Client
* Many files in the awt directories are shared between 2D and AWT
* See [https://openjdk.java.net/groups/2d/2dawtfiles.html](https://openjdk.java.net/groups/2d/2dawtfiles.html)
* And see [https://openjdk.java.net/groups/2d](https://openjdk.java.net/groups/2d)
* `color`, `font`, `freetype`, `geom`, `imageio`, `java2d`, `jpeg`, `lcms`, `mlib`, `print`, graphics primitives – 2D
* `splashscreen`, `dnd`, `eawt`, `lwawt` – AWT
* `im`, input methods – I18n, AWT
* `libjsound`, `sound` – Sound
* `accessibility`, `laf` – Swing
* `java.datatransfer` – Client Libs
* `java.desktop` – Client Libs
* `java.instrument` – Serviceability
* `java.logging` – Core Libs
* `java.management` – Serviceability
@@ -137,7 +125,7 @@ This list is intended to make it easier to identify which email list to include
* `java.transaction.xa` – Core Libs
* `java.xml` – Core Libs
* `java.xml.crypto` – Security
* `jdk.accessibility`Swing
* `jdk.accessibility`Client Libs
* `jdk.aot` – HotSpot Compiler
* `jdk.attach` – Serviceability
* `jdk.charsets` – I18n, Core Libs
@@ -152,7 +140,6 @@ This list is intended to make it easier to identify which email list to include
* `jdk.httpserver` – Net
* `jdk.incubator.foreign` – LangTools
* `jdk.incubator.httpclient` – Net
* `jdk.incubator.jpackage` – Client
* `jdk.incubator.vector` – HotSpot Compiler
* `jdk.internal.ed` – LangTools
* `jdk.internal.jvmstat` – Serviceability
@@ -170,7 +157,7 @@ This list is intended to make it easier to identify which email list to include
* `jdk.jdwp.agent` – Serviceability
* `jdk.jfr` – JFR
* `jdk.jlink` – LangTools
* `jdk.jpackage` – Client
* `jdk.jpackage` – Client / jpackage
* `jdk.jshell` – LangTools
* `jdk.jsobject` – LangTools
* `jdk.jstatd` – Serviceability
@@ -190,7 +177,7 @@ This list is intended to make it easier to identify which email list to include
* `jdk.security.auth` – Security
* `jdk.security.jgss` – Security
* `jdk.unsupported` – Core Libs
* `jdk.unsupported.desktop`Swing
* `jdk.unsupported.desktop`Client Libs
* `jdk.xml.dom` – Core Libs
* `jdk.zipfs` – Core Libs
* `sample`