OpenSearch/x-pack/plugin/voting-only-node/src
David Turner 7941f4a47e Add RepositoriesService to createComponents() args (#54814)
Today we pass the `RepositoriesService` to the searchable snapshots plugin
during the initialization of the `RepositoryModule`, forcing the plugin to be a
`RepositoryPlugin` even though it does not implement any repositories.

After discussion we decided it best for now to pass this in via
`Plugin#createComponents` instead, pending some future work in which plugins
can depend on services more dynamically.
2020-04-16 16:27:36 +01:00
..
main/java/org/elasticsearch/cluster/coordination Add RepositoriesService to createComponents() args (#54814) 2020-04-16 16:27:36 +01:00
test/java/org/elasticsearch/cluster/coordination Close nodes properly in Coordinator tests (#44967) 2019-07-30 11:47:36 +01:00