[
https://issues.apache.org/jira/browse/CONNECTORS-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086666#comment-17086666
]
Michael Cizmar commented on CONNECTORS-1639:
--------------------------------------------
The Java 11 issue was an integration test issue where the test was starting an
embedded Elasticsearch instance. Elastic has deprecated support for this for
favor of its unit testing framework. We should look at that Framework in
general, but to resolve this issue if we remove the embedded Elasticsearch
instance and start one external, it resolves the issue.
I found [this|[https://github.com/alexcojocaru/elasticsearch-maven-plugin]]
plugin which starts an Elasticsearch cluster external which is specific to
Maven.
There are ways to do this as well in Ant but I have not modified anything for
Ant.
[https://david.pilato.fr/blog/2016/07/29/elasticsearch-real-integration-tests/]
CONNECTORS-1639.diff attached for review.
> Upgrade Elastic Search Version
> ------------------------------
>
> Key: CONNECTORS-1639
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1639
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Elastic Search connector
> Reporter: Cihad Guzel
> Assignee: Karl Wright
> Priority: Major
> Fix For: ManifoldCF 2.16
>
> Attachments: CONNECTORS-1639.diff,
> elastic-search-1.0.1-java11-build-error.log
>
>
> Current Elastic Search version is 1.0.1 . According to [this
> matrix|https://www.elastic.co/support/matrix#matrix_jvm], Java 11 is not
> supported by any ES version below 6.5.
> Besides, ES 1.x is no longer supported.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)