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

Always use deprecateAndMaybeLog for deprecation warnings #55115

Merged

Commits on Apr 13, 2020

  1. Always use deprecateAndMaybeLog for deprecation warnings

    Closes elastic#53137. Replace calls to `deprecate(String,Object...)` with
    `deprecateAndMaybeLog(...)`, with an appropriate key, so that all
    messages can potentially be deduplicated.
    pugnascotia committed Apr 13, 2020
    Copy the full SHA
    97e56ac View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Copy the full SHA
    c5a251c View commit details
    Browse the repository at this point in the history
  2. Remove redundant test

    pugnascotia committed Apr 14, 2020
    Copy the full SHA
    eaecdbe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Copy the full SHA
    699b67d View commit details
    Browse the repository at this point in the history
  2. Fix test

    pugnascotia committed Apr 16, 2020
    Copy the full SHA
    617e856 View commit details
    Browse the repository at this point in the history