Github user anujgandharv commented on the issue:

    https://github.com/apache/jena/pull/227
  
    @osma spring-elasticsearch IT is throwing exactly the same error that I am 
getting on my setup. What they have done is they are ignoring all the errors 
and assuming there are no errors, thus the tests in 
[BaseTest.java](https://github.com/dadoonet/spring-elasticsearch/blob/master/src/test/java/fr/pilato/spring/elasticsearch/it/BaseTest.java#L52)
 classes are skipped.
    They are using Spring specific 
[ESBeanFactory](https://github.com/dadoonet/spring-elasticsearch/blob/master/src/test/java/fr/pilato/spring/elasticsearch/it/annotation/AppConfig.java#L32)
 to instantiate an elastic-search client. Personally I do not want to introduce 
Spring dependency un-necessarily in Apache Jena because Jena is not based on 
Spring Framework. What are your thoughts?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to