[
https://issues.apache.org/jira/browse/OAK-6407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16130040#comment-16130040
]
Thomas Mueller commented on OAK-6407:
-------------------------------------
The following patch fixes the test failure:
{noformat}
Index: oak-core/pom.xml
===================================================================
--- oak-core/pom.xml (revision 1805257)
+++ oak-core/pom.xml (working copy)
@@ -86,6 +86,7 @@
org.apache.jackrabbit.oak.spi.security.user.action,
org.apache.jackrabbit.oak.spi.security.user.util,
org.apache.jackrabbit.oak.spi.xml,
+ org.apache.jackrabbit.oak.query,
org.apache.jackrabbit.oak.security,
org.apache.jackrabbit.oak.util,
</Export-Package>
Index: oak-parent/pom.xml
===================================================================
--- oak-parent/pom.xml (revision 1805256)
+++ oak-parent/pom.xml (working copy)
@@ -238,6 +238,7 @@
<filter>!org.apache.jackrabbit.oak.spi.gc</filter>
<filter>!org.apache.jackrabbit.oak.spi.lifecycle</filter>
<filter>!org.apache.jackrabbit.oak.spi.query</filter>
+
<filter>!org.apache.jackrabbit.oak.spi.query.fulltext</filter>
<filter>!org.apache.jackrabbit.oak.spi.state</filter>
<filter>!org.apache.jackrabbit.oak.spi.whiteboard</filter>
<filter>!org.apache.jackrabbit.oak.spi.xml</filter>
{noformat}
> Refactor oak.spi.query into a separate module/bundle
> ------------------------------------------------------
>
> Key: OAK-6407
> URL: https://issues.apache.org/jira/browse/OAK-6407
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: core, indexing, query
> Reporter: angela
> Assignee: Thomas Mueller
> Labels: modularization
> Fix For: 1.8
>
> Attachments: OAK-6407-b2.patch, OAK-6407-b.patch, OAK-6407.patch
>
>
> now that OAK-6304 and OAK-6355 have been resolved, i would like to suggest
> that we move the _o.a.j.oak.spi.query_ code base into a separate
> module/bundle in order to prevent the introduction of bogus cycles and odd
> package exports in the future.
> [~tmueller], patch will follow asap.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)