XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Done
    • JCR Oak Server 1.1.4
    • JCR Oak Server 1.2.0
    • JCR
    • None

    Description

      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


      Preparing for Oak 1.8 in branch feature/oak-1.8.
       

      Attachments

        Issue Links

          Activity

            People

              olli Oliver Lietz
              cschneider Christian Schneider
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 10m
                  10m