RFR: 8293615: Create release notes for JavaFX 19 [v2]
Johan Vos
jvos at openjdk.org
Mon Sep 12 12:40:57 UTC 2022
On Mon, 12 Sep 2022 12:24:23 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> doc-files/release-notes-19.md line 23:
>>
>>> 21: Issue key|Summary|Subcomponent
>>> 22: ---------|-------|------------
>>> 23: [JDK-8290331](https://bugs.openjdk.java.net/browse/JDK-8290331)|Binding value left null when immediately revalidated in invalidation listener|base
>>
>> Should this be included? It was basically introduced in 19 and fixed in 19 (introduced by [JDK-8274771](https://bugs.openjdk.java.net/browse/JDK-8274771)|Map, FlatMap and OrElse fluent bindings for ObservableValue|base)
>
> That's a fair question. We generally have included these sort of bug fixes, although I realize that they are only relevant for those developers who picked up an early access build that had the bug.
I prefer to keep this. I understand that this fixes a situation that could not occur on 18 or earlier, but still this is something that got changed in the course of 19, so to me it counts as an issue that is fixed and that would be noticeable if it wasn't fixed.
If people or bots later parse the release notes, it could be confusing if they don't find this issue (it would be ok for issues with noreg-cleanup.)
-------------
PR: https://git.openjdk.org/jfx/pull/896
More information about the openjfx-dev
mailing list