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

Plugins: Removed plugin.types #13055

Merged
merged 4 commits into from Aug 30, 2015
Merged

Commits on Aug 22, 2015

  1. Plugins: Removed plugin.types

    The setting `plugin.types` is currently used to load plugins from the
    classpath. This is necessary in tests, as well as the transport client.
    
    This change removes the setting, and replaces it with the ability to
    directly add plugins when building a transport client, as well as
    infrastructure in the integration tests to specify which plugin classes
    should be loaded on each node.
    rjernst committed Aug 22, 2015
    Copy the full SHA
    89e1a0f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2015

  1. Copy the full SHA
    297f0f2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d06be07 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Copy the full SHA
    6295f8e View commit details
    Browse the repository at this point in the history