Hi, devs. status update:
plan for xwql (for fix in next week): * use xwiki-bridge instead of xwiki-core in xwql. (some methods in bridge are needed) done
* create query velocity service accessible like $services.query.xwql('...') (according Vincent's velocity services proposal [2]) velocity bridge is still absent.
* move xwiki-query maven module from sandbox to platform/components/ not done.
* move QueryManager component from xwiki-core to xwiki-query done. core/xwiki-query/manager
I'll try to implement "from doc.object(Class)" (seems easy) and "where doc.object(Class).property=something" (seems harder) xwql syntax before release, and commit it in xwiki-query/xwql Also I need one QueryManager refactoring for easy to add new languages via QueryExecuter components. After release I plan to improve xwql (javadocs, tests) and research in JCRStore topic: jcrom, DAO & value objects. -- Artem Melentyev