[infinispan-issues] [JBoss JIRA] (ISPN-10007) Lucene directory module missing reactive-stream dependencies

Ryan Emerson (Jira) issues at jboss.org
Tue Feb 26 05:45:02 EST 2019


Ryan Emerson created ISPN-10007:
-----------------------------------

             Summary: 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: 10.0.0.Beta2, 9.4.8.Final
            Reporter: Ryan Emerson
            Assignee: Ryan Emerson
             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@"/>
        <module name="org.reactivestreams.reactive-streams" slot="@infinispan.module.slot@"/>
{code}




--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list