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

[Remove] deprecated getMapping API from IndicesClient #2262

Merged

Commits on Mar 2, 2022

  1. [Remove] deprecated getMapping API from IndicesClient

    Removes the deprecated types based get, getMapping, getAsync, and
    getMappingAsync methods from IndicesClient. It also removes extra nesting of
    mappings belong the deprecated type named object and removes the types based
    methods from the affected request classes.
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    13b71ee View commit details
    Browse the repository at this point in the history
  2. remove invalid yml test

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5fad203 View commit details
    Browse the repository at this point in the history
  3. fix cluster state check in OpenSearchIntegTestCase

    CompressedXContent's DeflateCompresser uses a synced flush that could end up
    with different compressed representations for the same data. We compare string
    length of clusterstate to ensure similarity
    
    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    f497d09 View commit details
    Browse the repository at this point in the history
  4. cleanup from PR feedback

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    ab637c6 View commit details
    Browse the repository at this point in the history
  5. clean up GettMappingsResponse

    Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
    nknize committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7567f4c View commit details
    Browse the repository at this point in the history