HEADS-UP: bumping the boot JDK to JDK 12 for JavaFX 13

2019-03-22 Thread Kevin Rushforth
Now that JDK 12 has been released, I propose to bump the boot JDK used to build JavaFX 13 in production builds, and by the CI builds on GitHub, to JDK 12. This will *not* change the minimum JDK required to build or run JavaFX 13. However, there will be a couple of limitations when using JDK 11

Re: deadlock with swing

2019-03-22 Thread Anton Tarasov
Great! Thank you. Regards, Anton. On 3/21/2019 6:23 PM, Kevin Rushforth wrote: Thanks. I took a quick look at it the other day and I think I know what the problem is. -- Kevin On 3/21/2019 8:16 AM, Anton Tarasov wrote: Hi Kevin, Please find it here: https://bugs.openjdk.java.net/browse/JD

[RFR] JDK-8217942: Upgrade to libxslt 1.1.33

2019-03-22 Thread Arunprasad Rajkumar
Hi Kevin, Johan, Please review the following PR which updates libxslt to 1.1.33. https://github.com/javafxports/openjdk-jfx/pull/416 Thanks, Arun