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 2017/06/02 09:29:04 UTC

[jira] [Created] (OAK-6295) Move constants from oak.query.QueryImpl to oak.spi.query.QueryConstants

angela created OAK-6295:
---------------------------

             Summary: Move constants from oak.query.QueryImpl to oak.spi.query.QueryConstants
                 Key: OAK-6295
                 URL: https://issues.apache.org/jira/browse/OAK-6295
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core, query
            Reporter: angela


in the light of the modularisation effort i had a look at the query code and noticed that the constants defined on {{QueryImpl}} are needed outside of the scope of the query implementation.

IMO that indicates that those constants are of broader use and might better be located at {{oak.spi.query.QueryConstants}}. moving would in fact remove all imports of {{QueryImpl}} in the _oak-lucene_ module.

[~tmueller], [~teofili], it will attach a proposed patch for this improvement and would appreciate if you could review if you are ok with that change.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)