RFR: clarify how to set the affects versions
David Holmes
dholmes at openjdk.org
Tue Feb 20 06:37:02 UTC 2024
On Thu, 15 Feb 2024 00:04:17 GMT, calnan <duke at openjdk.org> wrote:
> moved together information on how the set the affects version and the meaning of the (Rel)-na and (Rel)-wnf labelss
src/guide/jbs-jdk-bug-system.md line 110:
> 108: ##### Usage of (Rel)-wnf Label
> 109:
> 110: labels of the form [7-wnf]{.jbs-label} or [9-wnf]{.jbs-label} should be used to indicate that a bug is not going to be fixed in a release that it is applicable to, both explicitly ([11-wnf]{.jbs-label} states it won't be fixed in JDK 11) or implicitly ([11-wnf]{.jbs-label} indicates it won't be fixed in JDK 8).
Suggestion:
Labels of the form [Rel-wnf]{.jbs-label} (e.g. [9-wnf]{.jbs-label}) should be used to indicate that a bug is not going to be fixed in a release that it is applicable to, or any earlier releases. For example, [11-wnf]{.jbs-label} states it won't be fixed in JDK 11 and implicitly indicates it won't be fixed in JDK 8 either).
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/119#discussion_r1495306594
More information about the guide-dev
mailing list