Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Campaign] Replace Map, List, and Set in org.opensearch.common.collect with java.util references #6786

Closed
3 tasks done
kotwanikunal opened this issue Mar 22, 2023 · 1 comment · Fixed by #6871
Closed
3 tasks done
Labels
campaign Parent issues of OpenSearch release campaigns. deprecate v3.0.0 Issues and PRs related to version 3.0.0

Comments

@kotwanikunal
Copy link
Member

kotwanikunal commented 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 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

Additional 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

@kotwanikunal kotwanikunal added enhancement Enhancement or improvement to existing feature or request untriaged deprecate campaign Parent issues of OpenSearch release campaigns. and removed enhancement Enhancement or improvement to existing feature or request untriaged labels Mar 22, 2023
@kotwanikunal 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
@saratvemulapalli saratvemulapalli added the v3.0.0 Issues and PRs related to version 3.0.0 label Mar 22, 2023
@kotwanikunal
Copy link
Member Author

@saratvemulapalli / @reta Removal from 3.0 PR: #6871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
campaign Parent issues of OpenSearch release campaigns. deprecate v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants