You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Coming from #6609. The classes have already been deprecated as a part of 2.7 and will be dropped with 3.0 release.
Describe the solution you'd like
Replace instances of Map, List and Set from org.opensearch.common.collect with the corresponding java.util references
kotwanikunal
changed the title
[Campaign] Deprecate Map, List, and Set in org.opensearch.common.collect
[Campaign] Replace Map, List, and Set in org.opensearch.common.collect with java.util references
Mar 22, 2023
Is your feature request related to a problem? Please describe.
Coming from #6609. The classes have already been deprecated as a part of
2.7
and will be dropped with3.0
release.Describe the solution you'd like
Replace instances of Map, List and Set from
org.opensearch.common.collect
with the correspondingjava.util
referencesAdditional context
Map references: https://github.com/search?q=org%3Aopensearch-project+org.opensearch.common.collect.Map+NOT+repo%3Aopensearch-project%2FOpenSearch&type=code
List references: https://github.com/search?q=org%3Aopensearch-project+org.opensearch.common.collect.List+NOT+repo%3Aopensearch-project%2FOpenSearch&type=code
Set references: https://github.com/search?q=org%3Aopensearch-project+org.opensearch.common.collect.Set+NOT+repo%3Aopensearch-project%2FOpenSearch&type=code
Repository campaigns
The text was updated successfully, but these errors were encountered: