Re: RFR: 8341090: Remove support for security manager from JavaFX [v4]

2024-10-28 Thread Johan Vos
On Wed, 23 Oct 2024 19:36:53 GMT, Kevin Rushforth wrote: >> This PR removes support for running JavaFX applications with the Java >> Security Manager. >> >> The initial work was done in 4 separate commits as follows: >> >> * Fail fast at startup if the Security Manager is enabled >> * Remove `

Re: RFR: 8341090: Remove support for security manager from JavaFX [v4]

2024-10-23 Thread Kevin Rushforth
> This PR removes support for running JavaFX applications with the Java > Security Manager. > > The initial work was done in 4 separate commits as follows: > > * Fail fast at startup if the Security Manager is enabled > * Remove `-Djava.security.manager` and all security policy files; delete >