]
Tristan Tarrant updated ISPN-7458:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Publish modules for Hibernate Search integrationw with both WildFly
main version and latest upstream
----------------------------------------------------------------------------------------------------
Key: ISPN-7458
URL:
https://issues.jboss.org/browse/ISPN-7458
Project: Infinispan
Issue Type: Enhancement
Components: Build process, Lucene Directory, WildFly modules
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 9.0.0.CR1
Currently the Lucene Directory module is packaged for two use cases:
- Hibernate Search (integrating with the relational databases) users
- Infinispan Query users
The Hibernate Search version being targeted has typically been the "main" slot
from the latest WildFly release. Occasionally we'd target the latest Hibernate Search
release *instead* depending on how old the version in WildFly would be.
I'm changing this now to actually build the module for both use cases; so that no
user is left behind. Occasionally we'll have to disable one or the other, depending on
divergence of versions (e.g. Lucene) we use, but at least commenting out a couple of tests
should be easier than going back and forth with refactoring the whole build each year.