Nuno Santos created OAK-9932:
--------------------------------
Summary: Version of Elasticsearch server docker image used for
tests should be configurable
Key: OAK-9932
URL: https://issues.apache.org/jira/browse/OAK-9932
Project: Jackrabbit Oak
Issue Type: Improvement
Components: indexing
Reporter: Nuno Santos
The unit tests start a Docker container with Elasticsearch to play the role of
a server. Currently, they use the same version for the server as the version of
the client libraries used by the oak-search-elastic module.
The version of the Elastic docker images should be configurable so we can
easily test against different versions of Elastic server by changing only an
external configuration property.
In practice, a particular version of the Elasticsearch client will usually work
well with servers with a version equal or higher, so we should have the
flexibility of using higher versions of the server without having to upgrade
the client.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)