Re: Proposal: Remove support for running JavaFX with the security manager

2024-10-10 Thread Kevin Rushforth
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

Re: Proposal: Remove support for running JavaFX with the security manager

2024-10-09 Thread John Hendrikx
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

Re: Proposal: Remove support for running JavaFX with the security manager

2024-10-09 Thread Kevin Rushforth
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

Re: Proposal: Remove support for running JavaFX with the security manager

2024-10-02 Thread Kevin Rushforth
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

Re: Proposal: Remove support for running JavaFX with the security manager

2024-10-02 Thread Andy Goryachev
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