RFR: Section on backporting [v6]
Jesper Wilhelmsson
jwilhelm at openjdk.java.net
Thu Dec 2 19:41:32 UTC 2021
On Wed, 1 Dec 2021 16:55:19 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> Jesper Wilhelmsson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update src/index.md
>>
>> Co-authored-by: Andrew Haley <aph-open at littlepinkcloud.com>
>
> src/index.md line 1478:
>
>> 1476: The guideline for what to backport into a specific update release will vary over the lifetime of that release. Initially more fixes are expected to be backported as new features and large changes introduced in a mainline release stabilize. Over time the focus will shift from stabilization to keeping it stable - the release will go into maintenance mode. This means that bug fixes that require larger disruptive changes are more likely to be made in mainline and backported to more recent release trains only, and not to older release trains.
>> 1477:
>> 1478: Over time it's likely that the code base will diverge between mainline and any given update release, and the cost of backporting will increase. The cost in this case is not only the effort needed to perform the actual backport, but also the cost inferred by bugs introduced by the backport. This should be taken into consideration when deciding if a change should be backported or not. For more details on how to reson around what to backport, [this email from JDK 8 Updates Project lead Andrew Haley](https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-June/012002.html) has some guidelines for JDK 8u. The reasoning in this mail is specific to JDK 8u, but will in general apply to any JDK release in maintenance mode.
>
> `s/reson/reason/`?
Nice catch! Fixed.
-------------
PR: https://git.openjdk.java.net/guide/pull/66
More information about the guide-dev
mailing list