You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Deparvu (JIRA)" <ji...@apache.org> on 2018/02/05 09:41:00 UTC

[jira] [Commented] (OAK-7024) java.security.acl deprecated in Java 10, marked for removal in Java 11

    [ https://issues.apache.org/jira/browse/OAK-7024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16352181#comment-16352181 ] 

Alex Deparvu commented on OAK-7024:
-----------------------------------

I have updated my WIP oak branch to the latest jackrabbit release [0]. would appreciate some feedback!

I also tried to test the impacts of actually removing the Group class, created a branch to get a feel for the changes, this is the commit that would need to be applied once the class is gone [1].

In the end implementations of the security apis would still need to update the bundles twice, but if the first step is done correctly, the second update would only be a simple recompilation & repackaging of the code to match the Oak backwards incompatible change of removing the class. ideally this will give enough time for the preparation of the code upgrade.


[0] https://github.com/apache/jackrabbit-oak/compare/trunk...stillalex:oak-7024
[1] https://github.com/stillalex/jackrabbit-oak/compare/oak-7024...stillalex:oak-7024-no-group


> java.security.acl deprecated in Java 10, marked for removal in Java 11
> ----------------------------------------------------------------------
>
>                 Key: OAK-7024
>                 URL: https://issues.apache.org/jira/browse/OAK-7024
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: security
>            Reporter: Julian Reschke
>            Assignee: Alex Deparvu
>            Priority: Major
>             Fix For: 1.10
>
>
> See <https://bugs.openjdk.java.net/browse/JDK-8175094> and <https://bugs.openjdk.java.net/browse/JDK-8191138>.
> Need to understand how this affects public Oak APIs, and what to do with them on Java 11 (which will be an LTS release we probably need to support with Oak 1.10).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)