]
Nistor Adrian updated ISPN-9976:
--------------------------------
Git Pull Request:
Query still has a hard dependency on Elasticsearch
--------------------------------------------------
Key: ISPN-9976
URL:
https://issues.jboss.org/browse/ISPN-9976
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 10.0.0.Alpha3, 9.4.6.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 9.4.7.Final, 10.0.0.Beta1
ISPN-9795 Made the {{org.hibernate.search.elasticsearch}} module optional in our
feature-packs, however in `infinispan-query`there is an unchecked call to
{{org.hibernate.search.elasticsearch.bridge.builtin.impl.ElasticsearchDateBridge}}
regardless of whether Elasticsearch is actually available on the classpath. This results
in a {{NoClassDefFoundError}} whenever
{{HibernateSearchPropertyHelper#convertToPropertyType}} is called and Elasticsearch is not
available. For example when deploying the wfly-modules to a wfly instance.