You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Richard Zowalla (Jira)" <ji...@apache.org> on 2022/07/14 07:28:00 UTC

[jira] [Resolved] (TOMEE-2744) JDK14 / JDK16 Compatibility: Remove Usage of javax.security.acl

     [ https://issues.apache.org/jira/browse/TOMEE-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Zowalla resolved TOMEE-2744.
------------------------------------
    Fix Version/s: 8.0.12
       Resolution: Fixed

Did a search on current tomee-8.x -> looks good.

As we are also running with JDK 17 now, it shouldnt be an issue anymore.

> JDK14 / JDK16 Compatibility: Remove Usage of javax.security.acl
> ---------------------------------------------------------------
>
>                 Key: TOMEE-2744
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2744
>             Project: TomEE
>          Issue Type: Improvement
>          Components: TomEE Core Server
>    Affects Versions: 8.0.0-Final, 8.0.6, 8.0.7
>            Reporter: Vicente Rossello Jaume
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 8.0.12
>
>
> Just for curiosity, I tried tomee with jdk14 (upgrading xbean). I found out that
> the java.security.acl package is removed from jdk14
> ([https://bugs.openjdk.java.net/browse/JDK-8191138]  ) and
> java.security.acl.Group is referenced in AbstractSecurityService (I don't
> know if it is used somewhere else).
> I've tried to patch it making AbstractSecurityService.Group implement Principal
> instead of java.security.acl.Group and everything works, at least in my
> environment, but I don't know about other setups.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)