Re: RFR: 8321603: Bump minimum JDK version for JavaFX to JDK 21 [v2]

2024-02-21 Thread Phil Race
On Wed, 21 Feb 2024 18:39:16 GMT, Kevin Rushforth wrote: >> This PR bumps the minimum version of the JDK needed to run JavaFX to **JDK >> 21**. >> >> In order for JavaFX to be able to use newer JDK features, such as code >> snippets (in API docs), record patterns, pattern matching for switch

Re: RFR: 8321603: Bump minimum JDK version for JavaFX to JDK 21 [v2]

2024-02-21 Thread Johan Vos
On Wed, 21 Feb 2024 18:39:16 GMT, Kevin Rushforth wrote: >> This PR bumps the minimum version of the JDK needed to run JavaFX to **JDK >> 21**. >> >> In order for JavaFX to be able to use newer JDK features, such as code >> snippets (in API docs), record patterns, pattern matching for switch

Re: RFR: 8321603: Bump minimum JDK version for JavaFX to JDK 21 [v2]

2024-02-21 Thread Andy Goryachev
On Wed, 21 Feb 2024 18:39:16 GMT, Kevin Rushforth wrote: >> This PR bumps the minimum version of the JDK needed to run JavaFX to **JDK >> 21**. >> >> In order for JavaFX to be able to use newer JDK features, such as code >> snippets (in API docs), record patterns, pattern matching for switch

Re: RFR: 8321603: Bump minimum JDK version for JavaFX to JDK 21 [v2]

2024-02-21 Thread Kevin Rushforth
> This PR bumps the minimum version of the JDK needed to run JavaFX to **JDK > 21**. > > In order for JavaFX to be able to use newer JDK features, such as code > snippets (in API docs), record patterns, pattern matching for switch > statements, and so forth, we need to increase the minimum vers