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

Chetan Mehrotra edited comment on OAK-1794 at 5/6/14 7:15 AM:
--------------------------------------------------------------

While updating we need to ensure that package import ranges are relaxed. 
Currently oak-core imports mongo packages with following ranges

{noformat}
  com.mongodb                           {resolution:=optional, version=[2.11,3)}
  com.mongodb.gridfs                    {resolution:=optional, version=[2.11,3)}
  com.mongodb.util                      {resolution:=optional, version=[2.11,3)}
{noformat}

While mong-java-driver 2.12 exports with following versions

{noformat}
  com.mongodb                           {version=2.12.1.RELEASE}
  com.mongodb.gridfs                    {version=2.12.1.RELEASE}
  com.mongodb.io                        {version=2.12.1.RELEASE}
  com.mongodb.util                      {version=2.12.1.RELEASE}
  org.bson                              {version=2.12.1.RELEASE}
  org.bson.io                           {version=2.12.1.RELEASE}
  org.bson.types                        {version=2.12.1.RELEASE}
  org.bson.util                         {version=2.12.1.RELEASE}
  org.bson.util.annotations             {version=2.12.1.RELEASE}
{noformat}



was (Author: chetanm):
While updating we need to ensure that package import ranges are relaxed. 
Currently oak-core imports mongo packages with following ranges

{noformat}
{noformat}


> Keep commit info for local changes in main document
> ---------------------------------------------------
>
>                 Key: OAK-1794
>                 URL: https://issues.apache.org/jira/browse/OAK-1794
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core, mongomk
>    Affects Versions: 1.0
>            Reporter: Marcel Reutegger
>            Assignee: Marcel Reutegger
>            Priority: Critical
>
> The current split logic in MongoMK may move commit information (_commitRoot 
> and _revision entries) for local changes to a previous document. This makes 
> it difficult to identify previous documents that can be garbage collected 
> after some time. See also OAK-1793.
> It would be better to keep also the commit information on the main document 
> for local changes.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to