Mike Jumper created GUACAMOLE-1716:
--------------------------------------
Summary: Remove usage of AccessController
Key: GUACAMOLE-1716
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1716
Project: Guacamole
Issue Type: Task
Components: guacamole
Reporter: Mike Jumper
Java 17 and later [have deprecated
{{AccessController}}|https://openjdk.org/jeps/411], resulting in the following
build failure:
{code:none}
AccessController in java.security has been deprecated and marked for removal
{code}
>From https://openjdk.org/jeps/411:
{quote}
... The Security Manager dates from Java 1.0. It has not been the primary means
of securing client-side Java code for many years, and it has rarely been used
to secure server-side code. ...
{quote}
Usage of this class should be removed for compatibility with Java 17 onward.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)