Closed ajt001 closed 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.
Unable to separate, invalidating this item, so closing.
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.