[ https://issues.apache.org/jira/browse/OFBIZ-12865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17805025#comment-17805025 ]
Jacques Le Roux commented on OFBIZ-12865: ----------------------------------------- At OFBIZ-12722 we considered to revert https://github.com/apache/ofbiz-framework/commit/2220cb2419b24b495c62cd4ec405303903492249 which introduced the AccessController. After a superficial invetigation it seems to me that it could be easier to simply replace it. I'll continue this way. > java.security.AccessController is deprecated > -------------------------------------------- > > Key: OFBIZ-12865 > URL: https://issues.apache.org/jira/browse/OFBIZ-12865 > Project: OFBiz > Issue Type: Task > Affects Versions: Upcoming Branch > Reporter: Danny Trunk > Assignee: Jacques Le Roux > Priority: Minor > > java.security.AccessController has been deprecated and marked for removal > since Java 17. There's no replacement, so I don't know exactly how to solve > this deprecation warning. > > Class is used here: > https://github.com/apache/ofbiz-framework/blob/46701da3c3cffa5b4b3adea384050efb7b6179ef/framework/common/src/main/java/org/apache/ofbiz/common/authentication/AuthHelper.java#L132 -- This message was sent by Atlassian Jira (v8.20.10#820010)