mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 23:15:04 +00:00
We currently fail on any deprecations found during the build. However, this includes things deprecated within ES, which adds a heavy burden in order to deprecate apis (requring to add suppressions to all internal callers of the API). This change adds `-deprecation` to xlint. We should consider in the future having a task to "see" what deprecated apis we currently use for analysis.