Release notes presentation

2020-03-07 Thread Nir Lisker
Hi, I posted the release notes for OpenJFX 14 on Reddit. The top comment [1] complained about the presentation. Maybe on openjfx.io the Release Notes link could show a more "friendly" summary with a link to the detailed table. I suggest: 1. Including only changes that matter to the users of the

NPE during webview shutdown

2020-03-07 Thread Lior Yaffe
After calling Platform.exit() of a webview running inside a Java FX frame we sometimes see the following Exception in the console printed one or more times without any functional impact: Exception in thread "jfx" java.lang.NullPointerException at

Re: RFR: 8240688: Remove the JavaBeanXxxPropertyBuilders constructors

2020-03-07 Thread Kevin Rushforth
On Fri, 6 Mar 2020 20:46:39 GMT, Kevin Rushforth wrote: >> Marked as reviewed by kcr (Lead). > > @arapte can you also review this? Now the the CSR is approved, we need something to "wake up" the Skara bot to notice that. @edvbld @rwestberg is there a command that you would recommend to do

Re: RFR: 8240692: Cleanup of the javafx property objects

2020-03-07 Thread Kevin Rushforth
On Sat, 7 Mar 2020 00:49:28 GMT, Nir Lisker wrote: >> the subclass saves the owner field who is a static null, not? > > From what I see, they save the same data. The anonymous subclasses don't have an instance field for the `bean` or the `name`, so the tradeoff is one of static footprint (an

Re: [Integrated] [jfx14] RFR: 8240631: Create release notes for JavaFX 14

2020-03-07 Thread Johan Vos
Changeset: f8c235bb Author:Johan Vos Date: 2020-03-07 09:12:44 + URL: https://git.openjdk.java.net/jfx/commit/f8c235bb 8240631: Create release notes for JavaFX 14 Reviewed-by: kcr + doc-files/release-notes-14.md