RFR: Clarify use of (rel)-pool values
David Holmes
dholmes at openjdk.org
Tue Aug 13 01:31:00 UTC 2024
On Mon, 12 Aug 2024 17:59:03 GMT, Roger Calnan <duke at openjdk.org> wrote:
> (rel)-pool values should not be used for affects versions, but can, along with tbd, be used in the fix version
src/guide/jbs-jdk-bug-system.md line 222:
> 220: * See [Indicating what releases an issue is applicable to](#indicating-what-releases-an-issue-is-applicable-to) for more details.
> 221: * For enhancements the [Affects Version/s]{.jbs-field} should be empty unless you feel that the enhancement is only relevant to a particular release family, and shouldn't go into a future mainline release.
> 222: * [Affects Version/s]{.jbs-field} should never use any of the "special" values available in JBS like [tbd]{.jbs-value}, [na]{.jbs-value}, [unknown]{.jbs-value}, [(Rel)-pool]{.jbs-value} or similar. Only actual JDK release numbers versions should be used, if you want to reflect that an issue is relevant to an older release use the family release value [8]{.jbs-value}, [17]{.jbs-value}.
> Only actual JDK release numbers versions
should be
> Only actual JDK release numbers
The "versions" came from "or pool versions".
-------------
PR Review Comment: https://git.openjdk.org/guide/pull/134#discussion_r1714538246
More information about the guide-dev
mailing list