You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/22 22:23:00 UTC

[jira] [Updated] (TOMEE-2744) JD14 compatibility: remove usage of javax.security.acl

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

ASF GitHub Bot updated TOMEE-2744:
----------------------------------
    Labels: pull-request-available  (was: )

> JD14 compatibility: remove usage of javax.security.acl
> ------------------------------------------------------
>
>                 Key: TOMEE-2744
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2744
>             Project: TomEE
>          Issue Type: Task
>          Components: TomEE Core Server
>    Affects Versions: 8.0.0-Final
>            Reporter: Vicente Rossello Jaume
>            Priority: Minor
>              Labels: pull-request-available
>
> 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.3.4#803005)