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?
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 corresponding java.util references
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?
geospatial/src/test/java/org/opensearch/geospatial/GeospatialObjectBuilder.java
Line 15 in e405bf4
geospatial/src/test/java/org/opensearch/geospatial/index/mapper/xypoint/XYPointFieldMapperTests.java
Line 88 in e405bf4
The text was updated successfully, but these errors were encountered: