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 "angela (JIRA)" <ji...@apache.org> on 2016/03/01 12:23:18 UTC

[jira] [Comment Edited] (OAK-4078) 1.2 branch can't use latest stable Jackrabbit release

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

angela edited comment on OAK-4078 at 3/1/16 11:22 AM:
------------------------------------------------------

[~julian.reschke@gmx.de], that sounds odd. what was the jackrabbit version used before? the mentioned method has been introduced 10 month ago for  2.9 (see JCR-3836) and not between 2.10 and 2.10.1... in fact I am not aware of any security/api related changes between 2.10 and 2.10.1.

note however: looking at the corresponding Oak issue for implementing the extension (OAK-2748) that was fixed in 1.3.0. so, I would assume that the Oak 1.2 branch is on Jackrabbit version 2.8 (or 2.9) only... in which case the error would actually be expected and the implementation would need to be backported in order to be able to ship a release of Oak 1.2 branch with Jackrabbit 2.10.


was (Author: anchela):
[~julian.reschke@gmx.de], that sounds odd. what was the jackrabbit version used before? the mentioned method has been introduced 10 month ago for  2.9 (see JCR-3836) and not between 2.10 and 2.10.1... in fact I am not aware of any security/api related changes between 2.10 and 2.10.1.

> 1.2 branch can't use latest stable Jackrabbit release
> -----------------------------------------------------
>
>                 Key: OAK-4078
>                 URL: https://issues.apache.org/jira/browse/OAK-4078
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core, parent
>    Affects Versions: 1.2.11
>            Reporter: Julian Reschke
>
> When updating the parent pom to use the latest Jackrabbit release from the 2.10 branch (2.10.1), the following build problem surfaces:
> {noformat}
> [ERROR] C:\projects\apache\oak\1.2\oak-core\src\main\java\org\apache\jackrabbit\oak\security\user\autosave\AutoSaveEnabledManager.java:[56,7] org.apache.jackrabbit.oak.security.user.autosave.AutoSaveEnabledManager is not abstract and does not override abstract method <T>getAuthorizable(java.lang.String,java.lang.Class<T>) in org.apache.jackrabbit.api.security.user.UserManager
> [ERROR] C:\projects\apache\oak\1.2\oak-core\src\main\java\org\apache\jackrabbit\oak\security\user\UserManagerImpl.java:[66,7] org.apache.jackrabbit.oak.security.user.UserManagerImpl is not abstract and does not override abstract method <T>getAuthorizable(java.lang.String,java.lang.Class<T>) in org.apache.jackrabbit.api.security.user.UserManager
> {noformat}
> cc [~anchela]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)