RFR: 8376601: Bump minimum JDK version for JavaFX to JDK 25 [v2]

Kevin Rushforth kcr at openjdk.org
Wed Jan 28 18:17:59 UTC 2026


On Wed, 28 Jan 2026 17:58:54 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> Kevin Rushforth has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Bump minimum gradle version
>
> build.properties line 93:
> 
>> 91: jfx.build.jdk.version=25.0.1
>> 92: jfx.build.jdk.buildnum=8
>> 93: jfx.build.jdk.version.min=25
> 
> is `jfx.build.jdk.buildnum.min` correct or is it too early to update?

Yes, I checked, and it is correct for JDK 25 as well.

> build.properties line 98:
> 
>> 96: 
>> 97: # The jfx.gradle.version property defines the version of gradle that is
>> 98: # used in the build. It must match the version number in
> 
> I assume the gradle version remains the same?

The version we use, 9.2.0, remains the same. However, the minimum version needed to build with JDK 25 is 9.1.0. I'll update the minimum.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2056#discussion_r2737904040
PR Review Comment: https://git.openjdk.org/jfx/pull/2056#discussion_r2737905152


More information about the openjfx-dev mailing list