I see in the last PSC meeting report that you plan to work on “for ElasticClient client code upgrade to support latest ElasticClient versions.” ?
What is the status of this? We have discussed that in Bolsena but without any real conclusion.
It’s a big move/engagement to update Elasticsearch to version 8 if it’s what you mean.
Could please develop this statement a bit.
Thanks a lot !
Geonetwork is using the Elasticsearch high level rest client, this component is deprecated and the code should be updated to use Elasticsearch Java API Client.
So this can be a short-term solution. In any case, would be good to work to update the code to use Elasticsearch Java API Client. And for sure, should be tested GeoNetwork with Elasticsearch 8 to make sure no additional changes are required.
So what I’ve read is that 7.16.x is eol and 7.17.x is eol when ES 9 comes out.
GN is actually version 7.15.1
The Elasticsearch high level rest client is deprecated from ES 7.15.0, but still working for versions 7.1+
What version of ES do you plan to move to ? 7.17+ or 8.x ?
Geonetwork is using the Elasticsearch high level rest client, this component is deprecated and the code should be updated to use Elasticsearch Java API Client.
So this can be a short-term solution. In any case, would be good to work to update the code to use Elasticsearch Java API Client. And for sure, should be tested GeoNetwork with Elasticsearch 8 to make sure no additional changes are required.