You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Vicente Rossello Jaume (Jira)" <ji...@apache.org> on 2019/12/01 21:59:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16985692#comment-16985692 ] 

Vicente Rossello Jaume commented on TOMEE-2744:
-----------------------------------------------

Hi, I can see build 1247 is red with LegacyServerTest failing...
| |[ERROR] test(org.apache.openejb.itest.legacy.LegacyServerTest) Time elapsed: 31.767 s &lt;&lt;&lt; FAILURE!|
| |java.lang.AssertionError: 1 out of 1000 is too low|

 But I dont think it is related, is it? Moreover I can run it locally successfully.

 

Can we close this issue if this is not related?

> 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)