Yes. I will file the follow-up bugs listed in the PR soon, and the first
of these will be to remove all calls to doPrivileged. My plan is to file
an umbrella task with separate bugs for each module that can then be
split and done in parallel by different developers.
-- Kevin
On 10/9/2024 5:1
Does this mean all the ugly AccessController.doPrivileged code can be
simplified?
--John
On 09/10/2024 16:22, Kevin Rushforth wrote:
I just took the PR out of Draft, so it is now ready for review.
-- Kevin
On 10/2/2024 8:20 AM, Kevin Rushforth wrote:
I suspect people who are using SecurityM
I just took the PR out of Draft, so it is now ready for review.
-- Kevin
On 10/2/2024 8:20 AM, Kevin Rushforth wrote:
I suspect people who are using SecurityManager with JavaFX are still
on java8.
Very likely.
-- Kevin
On 10/2/2024 7:58 AM, Andy Goryachev wrote:
Good riddance! I suspec
I suspect people who are using SecurityManager with JavaFX are still
on java8.
Very likely.
-- Kevin
On 10/2/2024 7:58 AM, Andy Goryachev wrote:
Good riddance! I suspect people who are using SecurityManager with
JavaFX are still on java8.
-andy
*From: *openjfx-dev on behalf of Kevin
Good riddance! I suspect people who are using SecurityManager with JavaFX are
still on java8.
-andy
From: openjfx-dev on behalf of Kevin Rushforth
Date: Wednesday, October 2, 2024 at 07:46
To: openjfx-dev
Subject: Proposal: Remove support for running JavaFX with the security manager
The J