RFR: 8350136: Create release notes for JavaFX 24
Andy Goryachev
angorya at openjdk.org
Thu Feb 27 18:09:05 UTC 2025
On Fri, 14 Feb 2025 23:15:46 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).
doc-files/release-notes-24.md line 51:
> 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.
> 51:
do you think we could also show an example here?
doc-files/release-notes-24.md line 54:
> 52: #### Applications using `jlink` to create a custom Java runtime image:
> 53:
> 54: When creating your custom Java runtime image, put the JavaFX jmods on the module path ahead of the JDK jmoods. For example:
jmoods
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1712#discussion_r1974080262
PR Review Comment: https://git.openjdk.org/jfx/pull/1712#discussion_r1974083181
More information about the openjfx-dev
mailing list