RFR: 8316135: Create release notes for JavaFX 21
Kevin Rushforth
kcr at openjdk.org
Tue Sep 12 22:26:45 UTC 2023
On Tue, 12 Sep 2023 20:38:06 GMT, Abhinay Agarwal <duke at openjdk.org> wrote:
> Why are [8305885](https://bugs.openjdk.org/browse/JDK-8305885) and [8304290](https://bugs.openjdk.org/browse/JDK-8304290) not included in release notes?
They were in the initial list I had, and then I went through and excluded a number of cleanup issues. I guess I excluded too many. I'll add these two back in.
> Are issues JDK-8301022, JDK-8301712, JDK-8302294, JDK-8302684, JDK-8303217, JDK-8303748 not included because they were introduced and fixed in the same version?
Yes, except for [JDK-8303748](https://bugs.openjdk.org/browse/JDK-8303748) which I excluded because it is a build issue that isn't relevant to application developers.
> Lastly, I was of the opinion that backports are not a part of the release notes, but it seems that [JDK-8313324](https://bugs.openjdk.org/browse/JDK-8313324) is still added?
Prior to this release, we wouldn't have included backports. However, with the change to the stabilization process such that all fixes first go into master and are then backported to the stabilization release, we would miss actual fixes that are first delivered in this release if we didn't consider them. Note that we need to use the base bug ID for backports that were first fixed in jfx21.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1239#discussion_r1323664831
More information about the openjfx-dev
mailing list