RFR: Clarify use of (rel)-pool values [v2]

David Holmes dholmes at openjdk.org
Thu Aug 15 04:19:58 UTC 2024


On Wed, 14 Aug 2024 20:51:27 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
>
> Roger Calnan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed typo

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 should be used, if you want to reflect that an issue is relevant to an older release use a family release value: [8]{.jbs-value}, [17]{.jbs-value}.

Shouldn't you use the actual release version where the existence of the issue was detected? The above sounds to me like you are suggesting to use e.g. 8 even if the issue is actually only applicable for 8uX.

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

PR Review Comment: https://git.openjdk.org/guide/pull/134#discussion_r1717854876


More information about the guide-dev mailing list