On Thu, 11 May 2023 17:49:49 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Good catch (which reminds me that I need to get back to your warnings PR). >> This might misbehave on macOS 10.12 then, but I haven't seen a machine that >> old in a few years, so it would be difficult to test. >> >> We really should bump the minimum at some point (to at _least_ 10.14, but >> ideally to 11 to match what Apple currently supports, and to match what the >> minimum has always been for ARM-based Mac systems), so this seems like the >> right time to broach that subject. > > I just sent a > [proposal](https://mail.openjdk.org/pipermail/openjfx-dev/2023-May/040392.html) > to openjfx-dev to bump the minimum version of macOS to either 10.14 or 11. I tried to cover as many cases as possible with this part since `canInitWithPasteboard` is no longer possible (new API requires not having any items in the Pasteboard, as it puts them in there for you). I can ultimately remove this part, I think it won't hurt the change as it is - only some drag images based from URLs might instead be shown as a generic document icon, which is not a big deal. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1089#discussion_r1192269783