]
Tristan Tarrant updated ISPN-10007:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Lucene directory module missing reactive-stream dependencies
------------------------------------------------------------
Key: ISPN-10007
URL:
https://issues.jboss.org/browse/ISPN-10007
Project: Infinispan
Issue Type: Bug
Components: WildFly modules
Affects Versions: 9.4.8.Final, 10.0.0.Beta2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta3, 9.4.9.Final
ISPN-8865 Converted the LuceneCacheLoader to utilise the Publisher based API instead of
process, however the feature-packs were not updated to reflect this, therefore it's
necessary for the `org.infinispan.lucene-directory` module to add the following deps:
{code:xml}
<module name="io.reactivex.rxjava2.rxjava"
slot="@infinispan.module.slot(a)"/>
<module name="org.reactivestreams.reactive-streams"
slot="@infinispan.module.slot(a)"/>
{code}