[
https://issues.apache.org/jira/browse/OFBIZ-12722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804686#comment-17804686
]
Jacques Le Roux edited comment on OFBIZ-12722 at 1/11/24 11:20 AM:
-------------------------------------------------------------------
Hi Eugen,
I did not look at it. On the other hand AccessController should be removed
hence reverting
https://github.com/apache/ofbiz-framework/commit/2220cb2419b24b495c62cd4ec405303903492249
if possible (revert and perf)
Actually after looking closer it should be replaced before 2029 (Temurin) or
2031 (Azul) at least: https://en.wikipedia.org/wiki/Java_version_history
was (Author: jacques.le.roux):
Hi Eugen,
I did not look at it. On the other hand AccessController should be removed
hence reverting
https://github.com/apache/ofbiz-framework/commit/2220cb2419b24b495c62cd4ec405303903492249
if possible (revert and perf)
> Fix Java 17 two warning issues
> ------------------------------
>
> Key: OFBIZ-12722
> URL: https://issues.apache.org/jira/browse/OFBIZ-12722
> Project: OFBiz
> Issue Type: Sub-task
> 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)