Re: Security Manager deprecation in JDK 17

2022-07-30 Thread Kevin Rushforth
I don't see how the pending Marlin review is related to anything we might do in the future regarding the security manager. In JavaFX 17 we already added @SuppressWarnings annotations everywhere they were needed using the bug ID referenced below (JDK-8264139). Since the security manager is

Security Manager deprecation in JDK 17

2022-07-30 Thread Nir Lisker
Now that we are using JDK 17, the SecurityManager is deprecated for removal. JDK-8264139 [1] already suppressed the warnings, but we should probably start looking at replacements as there are ~200 affected files. What is the plan going forward? [1] https://bugs.openjdk.org/browse/JDK-8264139