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 "Stefan Bluhm (JIRA)" <ji...@apache.org> on 2018/11/29 12:56:00 UTC

[jira] [Commented] (OAK-7925) OakUpgrade for RDBMK: user name and password must match

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

Stefan Bluhm commented on OAK-7925:
-----------------------------------

Pull requests for the different versions:

[https://github.com/apache/jackrabbit-oak/pull/111]
 [https://github.com/apache/jackrabbit-oak/pull/112]
 [https://github.com/apache/jackrabbit-oak/pull/113]
 [https://github.com/apache/jackrabbit-oak/pull/114]
 [https://github.com/apache/jackrabbit-oak/pull/115]
 [https://github.com/apache/jackrabbit-oak/pull/116]

> OakUpgrade for RDBMK: user name and password must match
> -------------------------------------------------------
>
>                 Key: OAK-7925
>                 URL: https://issues.apache.org/jira/browse/OAK-7925
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: upgrade
>    Affects Versions: 1.0.39, 1.0.42, 1.2.30, 1.4.23, 1.6.15, 1.8.9
>            Reporter: Thomas Mueller
>            Priority: Major
>
> The oak-upgrade MigrationOptions class has a very ugly bug:
> {noformat}
>         this.srcUser = args.getOption(OptionParserFactory.SRC_USER);
>         this.srcPassword = args.getOption(OptionParserFactory.SRC_USER);
> {noformat}



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