[ https://issues.apache.org/jira/browse/OFBIZ-12722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17902552#comment-17902552 ]
ASF subversion and git services commented on OFBIZ-12722: --------------------------------------------------------- Commit 5a67b40971b04c11d1f1ecc19852505c13be6e7e in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux [ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5a67b40971 ] Improved: Fix Java 17 2 warning issues (OFBIZ-12722) GroovyScriptTestCase.java:29: warning: [deprecation] GroovyTestCase in groovy.util has been deprecated public class GroovyScriptTestCase extends GroovyTestCase { This removes "groovy-test-suite" from test-suite.xsd and ModelTestSuite class. In trunk and 24.09 it's not used anywhere but in the code above. > Fix Java 17 two warning issues > ------------------------------ > > Key: OFBIZ-12722 > URL: https://issues.apache.org/jira/browse/OFBIZ-12722 > Project: OFBiz > Issue Type: Improvement > Components: base, testtools > Affects Versions: Upcoming Branch > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Minor > > 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)