[Campaign] Replace Map, List, and Set in org.opensearch.common.collect with java.util references #815
Labels
backlog
enhancement
Maintenance
Add support for new versions of OpenSearch/Dashboards from upstream
v2.7.0
Is your feature request related to a problem?
Coming from opensearch-project/OpenSearch#6609. The listed classes have already been deprecated as a part of 2.7 and will be dropped with 3.0 release.
What solution would you like?
Replace instances of Map, List and Set from
org.opensearch.common.collect
with the correspondingjava.util
referencesDo you have any additional context?
k-NN/src/test/java/org/opensearch/knn/index/codec/KNNCodecTestUtil.java
Line 35 in e1d2e45
The text was updated successfully, but these errors were encountered: