RFR: 8308114: Bump minimum version of macOS for x64 to 11.0 (matching aarch64)

Andy Goryachev angorya at openjdk.org
Mon May 15 18:56:49 UTC 2023


On Mon, 15 May 2023 18:13:00 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> This PR bumps the minimum deployment target for JavaFX to macOS 11.0 (Big Sur) on x64 platforms, matching the current minimum on aarch64.
> 
> As a follow-on to this, I will file a (low-priority) cleanup issue to remove any `@available` checks for 10.x, since those will then be no-ops.

buildSrc/mac.gradle line 58:

> 56: // Set the minimum API version that we require (developers do not need to override this)
> 57: // Note that this is not necessarily the same as the preferred SDK version
> 58: def macOSMinVersion = "11.0";

is the intent here to always be in sync?
or do you see a possible situation where we would need to have target-specific conditionals again?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1139#discussion_r1194236925


More information about the openjfx-dev mailing list