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

[Zen2] Remove AbstractComponent usage #35483

Merged

Commits on Nov 13, 2018

  1. [Zen2] Remove AbstractComponent usage

    AbstractComponent was deprecated in elastic#35140 and is looking like it will be
    removed at some point by elastic#34888. Today all it does is provide a logger. This
    change removes the usages of AbstractComponent that live solely in the zen2
    feature branch to avoid some future merge pain, and replaces it where necessary
    with some directly-created loggers.
    DaveCTurner committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7bd94a1 View commit details
    Browse the repository at this point in the history
  2. static

    DaveCTurner committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    fdd8fd7 View commit details
    Browse the repository at this point in the history
  3. Missed one

    DaveCTurner committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    8b709ce View commit details
    Browse the repository at this point in the history