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 2013/12/13 17:15:09 UTC

[jira] [Updated] (OAK-1285) QueryEngine#executeQuery takes NamePathMapper which is not part of oak-api

     [ https://issues.apache.org/jira/browse/OAK-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

angela updated OAK-1285:
------------------------

    Fix Version/s: 0.15

> QueryEngine#executeQuery takes NamePathMapper which is not part of oak-api
> --------------------------------------------------------------------------
>
>                 Key: OAK-1285
>                 URL: https://issues.apache.org/jira/browse/OAK-1285
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: core
>            Reporter: angela
>             Fix For: 0.15
>
>
> [~fmeschbe] spotted the following inconsistency in the oak api:
> o.a.j.o.api.QueryEngine#executeQuery(String statement, String language,
>             long limit, long offset, Map<String, ? extends PropertyValue> bindings,
>             NamePathMapper namePathMapper) throws ParseException;
> takes a NamePathMapper which is not part of the oak api but only defined in the plugins.
> to resolve that inconsistency we may consider moving the NamePathMapper to a new o.a.j.oak.api.namepath package and keep the implementations in the plugins.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)