Talent-Catalog / talentcatalog

https://tctalent.org
GNU Affero General Public License v3.0
13 stars 4 forks source link

Upgrade elastic search version #973

Closed ajt001 closed 5 months ago

ajt001 commented 6 months ago

As a developer I want the version of elastic search upgrade So that I'm using the current libraries and to minimise and de-couple the level of change prior to the spring upgrade.

ajt001 commented 5 months ago

The version of ES used in SpringBoot 2.7 is 7.17.15. The version of ES used in SpringBoot 3.0.x is 8.5.3

The ElasticSearch High Level REST client (used in the TalentCatalog) has been deprecated since ES version 7.7.0.

The Spring upgrade recommendation is to deal with (i.e. remove) all use of deprecations.

So, this work will focus on removing this deprecation and getting ES to version 8 independently of Spring Boot changes.

ajt001 commented 5 months ago

Unable to separate, invalidating this item, so closing.