RFR: 8350136: Create release notes for JavaFX 24 [v4]
Abhinay Agarwal
duke at openjdk.org
Wed Mar 12 14:00:15 UTC 2025
On Tue, 11 Mar 2025 20:23:44 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> This PR adds the release notes for the JavaFX 24 release. This will first go into master, and then be backported to the jfx24 branch so it will be available in that branch when JavaFX 24 is published (and from there also synced into the jfx24u repo).
>>
>> The following filter was used to produce the list of issues fixed in JavaFX 24:
>>
>> https://bugs.openjdk.org/issues/?filter=46704
>>
>> Additionally, we had seven issues with a release-note=yes label, which are included in the list of important changes, etc (one of them is still pending the text for the release note).
>
> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
>
> Review feedback
doc-files/release-notes-24.md line 50:
> 48: ```
> 49:
> 50: NOTE: The above will fail if you run your application with JDK 23 or earlier. JDK 24 is recommended when running JavaFX 24, but if you choose to run JavaFX 24 with an earlier JDK, use the `--module-path` option instead.
Should the `NOTE` be changed to use Github supported [highlight using blockquote](https://github.com/orgs/community/discussions/16925):
> [!NOTE]
> The above will fail if you run your application with JDK 23 or earlier. JDK 24 is recommended when running JavaFX 24, but if you choose to run JavaFX 24 with an earlier JDK, use the `--module-path` option instead.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1712#discussion_r1991561721
More information about the openjfx-dev
mailing list