On Mon, 12 Sep 2022 09:10:25 GMT, Johan Vos <[email protected]> wrote:
> Create the release notes for JavaFX 19 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) doc-files/release-notes-19.md line 24: > 22: ---------|-------|------------ > 23: [JDK-8290331](https://bugs.openjdk.java.net/browse/JDK-8290331)|Binding > value left null when immediately revalidated in invalidation listener|base > 24: [JDK-8290393](https://bugs.openjdk.java.net/browse/JDK-8290393)|Code > sample in javadoc of ObservableValue flatMap is incorrect|base Same for this one, introduced in 19 and fixed in 19. ------------- PR: https://git.openjdk.org/jfx/pull/896
