Jacques Le Roux created OFBIZ-12722:
---------------------------------------
Summary: Fix Java 17 two warning issues
Key: OFBIZ-12722
URL: https://issues.apache.org/jira/browse/OFBIZ-12722
Project: OFBiz
Issue Type: Task
Components: testtools, base
Affects Versions: Upcoming Branch
Reporter: Jacques Le Roux
AuthHelper.java:132: warning: [removal] AccessController in java.security has
been deprecated and marked for removal
return AccessController.doPrivileged(
^
GroovyScriptTestCase.java:29: warning: [deprecation] GroovyTestCase in
groovy.util has been deprecated
public class GroovyScriptTestCase extends GroovyTestCase {
--
This message was sent by Atlassian Jira
(v8.20.10#820010)