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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2019/05/22 15:19:00 UTC

[jira] [Created] (OAK-8339) Move jackrabbit-api project into Oak

Julian Reschke created OAK-8339:
-----------------------------------

             Summary: Move jackrabbit-api project into Oak
                 Key: OAK-8339
                 URL: https://issues.apache.org/jira/browse/OAK-8339
             Project: Jackrabbit Oak
          Issue Type: Task
            Reporter: Julian Reschke
            Assignee: Julian Reschke


{{jackrabbit-api}} contains extensions over the base JCR API. Although most work happens in Oak, it still is a subproject of classic Jackrabbit. This complicates evolution, because we need a stable release of Jackrabbit before we can implement new/changed APIs in Oak.

Going forward, we should however try to break this dependency. This will eliminate the top reason why we have been branching Jackrabbit in the past.

To do that, the following should work:

- (svn) cp the subproject over to Oak (oak-jackrabbit-api), align the POM, but do not touch
package name or export versions
- in Oak, use the new artefact instead of jackrabbit-api
- once a new stable Oak is released (1.16, sometime later this year),
drop the jackrabbit-api subproject in Jackrabit, and inside the other Jackrabbit
subprojects reference oak-jackrabbit-api instead
- we probably should try to generate a "tombstone" release of
jackrabbit-api, that would point people to the changed location (needs
research...) before entirely removing the subproject




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