RFR: 8293615: Create release notes for JavaFX 19

Kevin Rushforth kcr at openjdk.org
Mon Sep 12 12:12:04 UTC 2022


On Mon, 12 Sep 2022 09:10:25 GMT, Johan Vos <jvos at openjdk.org> wrote:

> Create the release notes for JavaFX 19

While reviewing this, I found two more bugs that should be excluded from the list of fixed bugs (they are cleanup bug that don't affect functionality at all). I just now added the `noreg-cleanup` keyword to those two bugs in JBS, so they no longer show up in the filter.

This looks good to me (aside from the two bugs that can be removed from the list).

doc-files/release-notes-19.md line 50:

> 48: [JDK-8285197](https://bugs.openjdk.java.net/browse/JDK-8285197)|TableColumnHeader: calc of cell width must respect row styling (TreeTableView)|controls
> 49: [JDK-8286261](https://bugs.openjdk.java.net/browse/JDK-8286261)|Selection of non-expanded non-leaf treeItem grows unexpectedly when adding two-level descendants|controls
> 50: [JDK-8289171](https://bugs.openjdk.java.net/browse/JDK-8289171)|Blank final field 'dialog' may not have been initialized in scene.control.Dialog:521|controls

This is a cleanup fix with no observable change in behavior.

doc-files/release-notes-19.md line 55:

> 53: [JDK-8277572](https://bugs.openjdk.java.net/browse/JDK-8277572)|ImageStorage should correctly handle MIME types for images encoded in data URIs|graphics
> 54: [JDK-8279013](https://bugs.openjdk.java.net/browse/JDK-8279013)|ES2Pipeline fails to detect AMD vega20 graphics card|graphics
> 55: [JDK-8279297](https://bugs.openjdk.java.net/browse/JDK-8279297)|Remove Shape::setMode method|graphics

This is a cleanup fix with no observable change in behavior.

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

PR: https://git.openjdk.org/jfx/pull/896


More information about the openjfx-dev mailing list