You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (Commented) (JIRA)" <ji...@apache.org> on 2012/03/13 16:52:39 UTC

[jira] [Commented] (CXF-3141) Move FIQL parser out to separate module

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

Sergey Beryozkin commented on CXF-3141:
---------------------------------------

Moving the search extension into its own module is the best we can do right now. There will be still a dependency on the main jaxrs frontend because this module needs to be able to provide a custom Context implementation to be managed by the runtime. Having the actual parser code moved to yet another module is possible but I'm not sure where would it belong really...What can be done is to actually exclude the cxf-rt-frontend-jaxrs dependency but avoiding a cxf-api one is a bit unrealistic right now - please reopen this JIRA if you'd like me to pursue it...
                
> Move FIQL parser out to separate module
> ---------------------------------------
>
>                 Key: CXF-3141
>                 URL: https://issues.apache.org/jira/browse/CXF-3141
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>    Affects Versions: 2.3
>            Reporter: Brian Topping
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The FIQL parser rocks.  Not just because you guys did it, but because it's well documented.  Bravo.
> My architecture has JAX-RS at a different tier than the persistence, and I need to pass the FIQL query deeper before I can parse it.  To do that, I need to set a dependency on the entire cxf-rt-frontend-jaxrs jar and all it's dependencies.  I'd rather not do that.
> Could it be broken out as it's own module?  I can create the patch of it would be seriously considered.
> Thanks, Brian

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira