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

2024-10-25 Thread Kevin Rushforth
On Fri, 18 Oct 2024 10:13:13 GMT, Johan Vos wrote: >> Kevin Rushforth has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains five additional >> commits

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

2024-10-18 Thread Kevin Rushforth
On Fri, 18 Oct 2024 10:13:13 GMT, Johan Vos wrote: > When you say "all tests pass", what set of tests are you referring to? We > have a number of properties that determine which tests are actually executed, > and I believe in general it would be good if we could standardize on what set > of te

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

2024-10-18 Thread Johan Vos
On Thu, 17 Oct 2024 21:47:00 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 [v2]

2024-10-17 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 >