Re: RFR: 8251480: TableColumnHeader: calc of cell width must respect row styling [v2]

2022-03-28 Thread Marius Hanl
On Thu, 24 Mar 2022 04:57:27 GMT, Robert Lichtenberger wrote: >> modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableColumnHeader.java >> line 650: >> >>> 648: } >>> 649: Callback, TableRow> rowFactory = >>> tv.getRowFactory(); >>> 650: TableRow tableR

Re: Is it wise to use JavaFX 18 with JDK 17?

2022-03-28 Thread Kevin Rushforth
Given that JavaFX is unbundled, and that JavaFX N released at or slightly before the JDK N, you can always use JavaFX N with JDK N-1 or later. We haven't bumped the minimum JDK version needed to run JavaFX for quite some time, which as noted, remains at JDK 11. I expect we will change the min

Re: RFR: 8283517: Update boot JDK to 18

2022-03-28 Thread Ambarish Rapte
On Fri, 25 Mar 2022 12:16:18 GMT, Kevin Rushforth wrote: > JDK 18 has been released, so we should update the default boot JDK used to > build JavaFX to JDK 18. This will not affect the minimum boot JDK version. I > have confirmed that gradle 7.3 works with JDK 18, so we don't need to update >

Re: RFR: 8283402: Update to gcc 11.2 on Linux

2022-03-28 Thread Ambarish Rapte
On Fri, 25 Mar 2022 12:19:10 GMT, Kevin Rushforth wrote: > This patch updates the compiler to gcc 11.2 on Linux, in order to match JDK > 17 -- see [JDK-8283057](https://bugs.openjdk.java.net/browse/JDK-8283057). > > I ran a full build and test, including media and WebKit. I shall do a test bui