[ https://issues.apache.org/jira/browse/GUACAMOLE-1716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mike Jumper closed GUACAMOLE-1716. ---------------------------------- Fix Version/s: 1.6.0 Resolution: Done > 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 > Assignee: Mike Jumper > Priority: Minor > Fix For: 1.6.0 > > > 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)