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

Enable deprecation checks for removed settings #53317

Merged

Commits on Mar 9, 2020

  1. Enable deprecation checks for removed settings

    Today we do not have any infrastructure for adding a deprecation check
    for settings that are removed. This commit enables this by adding such
    infrastructure. Note that this infrastructure is unused in this commit,
    which is deliberate. However, the primary target for this commit is 7.x
    where this infrastructue will be used, in a follow-up.
    jasontedor committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e54110e View commit details
    Browse the repository at this point in the history
  2. Fix imports

    jasontedor committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    b29c683 View commit details
    Browse the repository at this point in the history
  3. Fix forbidden call

    jasontedor committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c366117 View commit details
    Browse the repository at this point in the history
  4. Consistency

    jasontedor committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    42b5aad View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    efb7740 View commit details
    Browse the repository at this point in the history
  2. Update x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpac…

    …k/deprecation/DeprecationChecks.java
    jasontedor committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e9a24da View commit details
    Browse the repository at this point in the history