-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Deprecate Map, List, and Set in org.opensearch.common.collect #6609
Copy link
Copy link
Closed
Labels
Build Libraries & InterfacesenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestgood first issueGood for newcomersGood for newcomers
Description
These classes have been pass throughs to the java.util since Java 9. They are pretty harmless, except for the annoyance that sometimes your IDE imports the OpenSearch class and then has to fully qualify the java.util versions when you want to use those. The task here is to:
- Add
@Deprecatedannotations to these classes - Replace all usages within the opensearch-project/OpenSearch repo with the
java.utilversions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Build Libraries & InterfacesenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestgood first issueGood for newcomersGood for newcomers