RFR: Updated Code Owners for JDK 20 [v2]

Jesper Wilhelmsson jwilhelm at openjdk.org
Tue May 23 22:21:20 UTC 2023


On Wed, 17 May 2023 20:52:02 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed comments
>
> src/guide/code-owners.md line 99:
> 
>> 97:     * `invoke` – Core Libs
>> 98:     * `io` – NIO
>> 99:     * `java`
> 
> Missing `security` and several other directories under `java`.

All the missing directories are because there are many paths with the same leaf directory, e.g:
src/java.base/unix/classes/sun/security
src/java.base/macosx/classes/apple/security
src/java.base/windows/classes/sun/security
src/java.base/windows/lib/security
src/java.base/share/classes/sun/security
src/java.base/share/classes/java/security
src/java.base/share/classes/javax/security
src/java.base/share/classes/com/sun/security
src/java.base/share/lib/security
src/java.base/share/conf/security

All of these belongs to the same area and the directory list would become huge if we include them all. Again, maybe some `*` could be used to show that the single entry refer to them all..? Suggestions welcome :-)

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

PR Review Comment: https://git.openjdk.org/guide/pull/103#discussion_r1203088515


More information about the guide-dev mailing list