RFR: Cleanups and fixes
Iris Clark
iris at openjdk.org
Tue Sep 30 22:14:10 UTC 2025
On Tue, 30 Sep 2025 19:43:39 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Various cleanups and fixes:
>> * Removed the "ToDo" from the README - it's been there from the start and had some random things suggested for improvement at the time but it hasn't guided the work or what we have focused on in the guide. It also wasn't updated when changes were made so by now it was mainly outdated.
>> * Removed the mention of LTS releases since this is not an OpenJDK concept.
>> * Updated Sponsor links in the context of sponsoring a change, the links were referring to the description of sponsoring a Project.
>> * Added a note on using N-pool values for FixVersion.
>> * Cleaned up description of AffectsVersion.
>> * Removed "Things to keep in mind when requesting an improvement" which is already covered in [Contributing to an OpenJDK Project](https://openjdk.org/guide/#contributing-to-an-openjdk-project)
>> * Changed backout process to not use sub-tasks.
>> * Fixed minor typos etc.
>
> src/guide/code-owners.md line 3:
>
>> 1: # Code Owners
>> 2:
>> 3: This list is intended to make it easier to identify which email list to include in code reviews when making changes in different areas. The list may also help when assigning bugs based on which code they are found in. Please note that some directories may have been created or removed between releases. The intention here is to include directories that exists in mainline and other releases (post JDK 9) commonly being updated.
>
> Should we specify that "commonly being updated" means being updated by jdk-updates project?
I think that "commonly being updated" refers to both feature and update releases, so I don't think a clarification needs to be provided.
You may want to consider this minor tweak to the sentence: "The intention is to include commonly updated directories that exist in mainline and other releases (post JDK 9)." ("intention here" -> "intention", "exists" -> "exist", relocate "commonly... " phrase).
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/159#discussion_r2392923770
More information about the guide-dev
mailing list