You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2008/02/12 18:41:11 UTC

[jira] Commented: (JCR-1347) Move Jackrabbit Query Parser from core to spi-commons

    [ https://issues.apache.org/jira/browse/JCR-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568240#action_12568240 ] 

Julian Reschke commented on JCR-1347:
-------------------------------------

I just tried this, and some of the code used by qom has dependencies on SessionImpl (which is not the case for xpath/sql).

So either we get rid of these dependencies first, or we need to restrict the move to those parts (JSR170) that actually can be moved.


> Move Jackrabbit Query Parser from core to spi-commons
> -----------------------------------------------------
>
>                 Key: JCR-1347
>                 URL: https://issues.apache.org/jira/browse/JCR-1347
>             Project: Jackrabbit
>          Issue Type: Task
>          Components: query
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>
> The query parser can be used outside jackrabbit-core, for instances in other repository implementations based on JCR2SPI.
> Proposal:
> - move source and build infrastructure from o.a.j.core.query to o.a.j.spi.commons.query
> - switch over jackrabbit.core to use spi-commons for query
> - optimally, add specific test cases for the query tree generation. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.