You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Oliver Lietz (JIRA)" <ji...@apache.org> on 2018/01/24 14:11:00 UTC

[jira] [Assigned] (SLING-7423) Support OAK 1.8 in JCR Oak Server

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

Oliver Lietz reassigned SLING-7423:
-----------------------------------

    Assignee: Oliver Lietz

> Support OAK 1.8 in JCR Oak Server
> ---------------------------------
>
>                 Key: SLING-7423
>                 URL: https://issues.apache.org/jira/browse/SLING-7423
>             Project: Sling
>          Issue Type: Improvement
>    Affects Versions: JCR Oak Server 1.1.4
>            Reporter: Christian Schneider
>            Assignee: Oliver Lietz
>            Priority: Major
>
> The oak server bundle currently does not work with Oak 1.7 and 1.8 as the API was changed in an incompatible way. We should adapt to these changes. See below for the changed classes.
> 1.6
> import org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator; 
> import org.apache.jackrabbit.oak.plugins.nodetype.write.InitialContent;
> import org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexEditorProvider;
> import org.apache.jackrabbit.oak.spi.whiteboard.WhiteboardIndexProvider;
> 1.7
> import org.apache.jackrabbit.oak.spi.query.QueryIndex.NodeAggregator; -> oak-query-spi
> import org.apache.jackrabbit.oak.InitialContent; -> oak-core
> import org.apache.jackrabbit.oak.spi.query.WhiteboardIndexProvider; -> oak-query-spi
> import org.apache.jackrabbit.oak.plugins.index.WhiteboardIndexEditorProvider; -> oak-core
>  



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