Re: Impact of Java SecurityManager being deprecated for removal post Java 17

2021-08-05 Thread Gintautas Grigelionis
Hi, The most acute problem is this: SecurityManager seems to be involved in handling of return code from forked processes. How does JDK 17+ solve that? Regarding the permissions type: if the sandbox is gone in JDK, then permissions should go, too. For the reference, a summary of permissions class

Impact of Java SecurityManager being deprecated for removal post Java 17

2021-08-05 Thread Jaikiran Pai
Hello everyone, Some of you might have been following the recent discussions in JDK where the SecurityManager and related APIs will be deprecated (for removal) starting the upcoming Java 17 release. To be clear, this change in Java will have no impact in terms of API usage in Java 17 (except f