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 "Marcel Reutegger (Jira)" <ji...@apache.org> on 2020/03/05 10:50:00 UTC

[jira] [Comment Edited] (OAK-8938) Backport part of OAK-7654 to 1.8 branch

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

Marcel Reutegger edited comment on OAK-8938 at 3/5/20, 10:49 AM:
-----------------------------------------------------------------

[~vholani], in the comment you deleted mentioned commit http://svn.apache.org/r1836543

This commit does not merge cleanly on my side. Can you check what other change would be necessary for a clean merge?


was (Author: mreutegg):
[~vholani], in the comment you deleted you mentioned commit http://svn.apache.org/r1836543

This commit does not merge cleanly on my side. Can you check what other change would be necessary for a clean merge?

> Backport part of OAK-7654 to 1.8 branch
> ---------------------------------------
>
>                 Key: OAK-8938
>                 URL: https://issues.apache.org/jira/browse/OAK-8938
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: run
>    Affects Versions: 1.8.20
>            Reporter: Vinod Holani
>            Assignee: Marcel Reutegger
>            Priority: Minor
>
> When running oak run jar in recovery mode on a mongo replica set with auth enabled. it fails to pass the auth data for a findOne command called in *GetRootRevisionsCallable*
>  
> {code:java}
> DBObject root = collection.findOne(new BasicDBObject(Document.ID, "0:/"));{code}
> Mainly because of deprecated {{DB}} and {{DBCollection}} classes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)